Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/dba/libinifile/
H A Dinifile.h27 } 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 Dinifile.c61 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 Ddba_inifile.c52 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 Dzend_jit_vm_helpers.c803 uint8_t val_type = IS_UNDEF; local
830 val_type = Z_TYPE_P(val);
832 TRACE_RECORD_VM(ZEND_JIT_TRACE_VAL_INFO, NULL, val_type, 0, 0);
H A Dzend_jit_trace.c1806 val_type = (p+1)->op1_type; in zend_jit_trace_build_tssa()
2338 && val_type != IS_UNKNOWN in zend_jit_trace_build_tssa()
2339 && val_type != IS_UNDEF in zend_jit_trace_build_tssa()
4040 && val_type == IS_LONG in zend_jit_trace_may_throw()
4390 val_type = (p+1)->op1_type; in zend_jit_trace()
4818 val_type)) { in zend_jit_trace()
4914 val_type)) { in zend_jit_trace()
4998 val_type, in zend_jit_trace()
5053 val_type, in zend_jit_trace()
7791 uint8_t val_type; in zend_jit_dump_trace() local
[all …]
H A Dzend_jit_ir.c6227 if (val_type == IS_CV) { in zend_jit_simple_assign()
6336 } else if (val_type == IS_CONST) { in zend_jit_assign_to_variable_call()
6338 } else if (val_type == IS_TMP_VAR) { in zend_jit_assign_to_variable_call()
6340 } else if (val_type == IS_VAR) { in zend_jit_assign_to_variable_call()
6346 } else if (val_type == IS_CV) { in zend_jit_assign_to_variable_call()
6443 if (val_type == IS_CONST) { in zend_jit_assign_to_variable()
6447 } else if (val_type == IS_VAR) { in zend_jit_assign_to_variable()
6449 } else if (val_type == IS_CV) { in zend_jit_assign_to_variable()
6456 if (val_type == IS_CONST) { in zend_jit_assign_to_variable()
6460 } else if (val_type == IS_VAR) { in zend_jit_assign_to_variable()
[all …]

Completed in 87 milliseconds