Searched refs:val_type (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/dba/libinifile/ |
H A D | inifile.h | 27 } val_type; typedef 31 val_type val; 44 val_type inifile_fetch(inifile *dba, const key_type *key, int skip); 49 int inifile_replace(inifile *dba, const key_type *key, const val_type *val); 50 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *val, bool *found); 51 int inifile_append(inifile *dba, const key_type *key, const val_type *val); 58 void inifile_val_free(val_type *val);
|
H A D | inifile.c | 61 void inifile_val_free(val_type *val) in inifile_val_free() 66 memset(val, 0, sizeof(val_type)); in inifile_val_free() 241 val_type inifile_fetch(inifile *dba, const key_type *key, int skip) { in inifile_fetch() 243 val_type val; in inifile_fetch() 456 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, … in inifile_delete_replace_append() 572 int inifile_replace(inifile *dba, const key_type *key, const val_type *value) in inifile_replace() 579 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *value, bool *found) in inifile_replace_ex() 586 int inifile_append(inifile *dba, const key_type *key, const val_type *value) in inifile_append()
|
/php-src/ext/dba/ |
H A D | dba_inifile.c | 52 val_type ini_val; in DBA_FETCH_FUNC() 74 val_type ini_val; in DBA_UPDATE_FUNC() 108 val_type ini_val; in DBA_EXISTS_FUNC()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 1845 val_type = (p+1)->op1_type; in zend_jit_trace_build_tssa() 2367 && val_type != IS_UNKNOWN in zend_jit_trace_build_tssa() 2368 && val_type != IS_UNDEF in zend_jit_trace_build_tssa() 4069 && val_type == IS_LONG in zend_jit_trace_may_throw() 4419 val_type = (p+1)->op1_type; in zend_jit_trace() 4850 val_type)) { in zend_jit_trace() 4946 val_type)) { in zend_jit_trace() 5030 val_type, in zend_jit_trace() 5084 val_type, in zend_jit_trace() 7887 uint8_t val_type; in zend_jit_dump_trace() local [all …]
|
H A D | zend_jit_vm_helpers.c | 815 uint8_t val_type = IS_UNDEF; local 842 val_type = Z_TYPE_P(val); 844 TRACE_RECORD_VM(ZEND_JIT_TRACE_VAL_INFO, NULL, val_type, 0, 0);
|
H A D | zend_jit_ir.c | 6235 if (val_type == IS_CV) { in zend_jit_simple_assign() 6344 } else if (val_type == IS_CONST) { in zend_jit_assign_to_variable_call() 6346 } else if (val_type == IS_TMP_VAR) { in zend_jit_assign_to_variable_call() 6348 } else if (val_type == IS_VAR) { in zend_jit_assign_to_variable_call() 6354 } else if (val_type == IS_CV) { in zend_jit_assign_to_variable_call() 6451 if (val_type == IS_CONST) { in zend_jit_assign_to_variable() 6455 } else if (val_type == IS_VAR) { in zend_jit_assign_to_variable() 6457 } else if (val_type == IS_CV) { in zend_jit_assign_to_variable() 6464 if (val_type == IS_CONST) { in zend_jit_assign_to_variable() 6468 } else if (val_type == IS_VAR) { in zend_jit_assign_to_variable() [all …]
|
Completed in 69 milliseconds