Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c797 uint8_t val_type = IS_UNDEF; local
824 val_type = Z_TYPE_P(val);
826 TRACE_RECORD_VM(ZEND_JIT_TRACE_VAL_INFO, NULL, val_type, 0, 0);
H A Dzend_jit_trace.c1689 val_type = (p+1)->op1_type; in zend_jit_trace_build_tssa()
2216 && val_type != IS_UNKNOWN in zend_jit_trace_build_tssa()
2217 && val_type != IS_UNDEF in zend_jit_trace_build_tssa()
4329 val_type = (p+1)->op1_type; in zend_jit_trace()
4716 val_type)) { in zend_jit_trace()
4809 val_type)) { in zend_jit_trace()
4889 val_type, in zend_jit_trace()
5815 op2_info, val_type, in zend_jit_trace()
7505 uint8_t val_type; in zend_jit_dump_trace() local
7512 val_type = p->op1_type; in zend_jit_dump_trace()
[all …]
H A Dzend_jit_arm64.dasc5636 if (val_type == IS_CV) {
5706 if (val_type == IS_CV) {
5741 if (val_type == IS_CONST) {
5745 } else if (val_type == IS_VAR) {
5747 } else if (val_type == IS_CV) {
5754 if (val_type == IS_CONST) {
5758 } else if (val_type == IS_VAR) {
5760 } else if (val_type == IS_CV) {
5836 } else if (val_type == IS_CONST) {
5840 } else if (val_type == IS_VAR) {
[all …]
H A Dzend_jit_x86.dasc6174 if (val_type == IS_CV) {
6249 if (val_type == IS_CV) {
6284 if (val_type == IS_CONST) {
6288 } else if (val_type == IS_VAR) {
6290 } else if (val_type == IS_CV) {
6302 if (val_type == IS_CONST) {
6306 } else if (val_type == IS_VAR) {
6308 } else if (val_type == IS_CV) {
6386 } else if (val_type == IS_CONST) {
6390 } else if (val_type == IS_VAR) {
[all …]
H A Dzend_jit.c178 uint8_t val_type,

Completed in 110 milliseconds