Searched refs:val_type (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/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, zend_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, zend_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.0/ext/dba/ |
H A D | dba_inifile.c | 65 val_type ini_val; in DBA_FETCH_FUNC() 78 val_type ini_val; in DBA_UPDATE_FUNC() 106 val_type ini_val; in DBA_EXISTS_FUNC()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 6008 zend_uchar val_type, 6076 if (val_type == IS_CV) { 6151 if (val_type == IS_CV) { 6185 if (val_type == IS_CONST) { 6187 } else if (val_type == IS_TMP_VAR) { 6189 } else if (val_type == IS_VAR) { 6191 } else if (val_type == IS_CV) { 6271 } else if (val_type == IS_CONST) { 6273 } else if (val_type == IS_TMP_VAR) { 6275 } else if (val_type == IS_VAR) { [all …]
|
Completed in 85 milliseconds