Home
last modified time | relevance | path

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

/PHP-8.2/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.2/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.2/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.c1684 val_type = (p+1)->op1_type; in zend_jit_trace_build_tssa()
2211 && val_type != IS_UNKNOWN in zend_jit_trace_build_tssa()
2212 && val_type != IS_UNDEF in zend_jit_trace_build_tssa()
4324 val_type = (p+1)->op1_type; in zend_jit_trace()
4711 val_type)) { in zend_jit_trace()
4804 val_type)) { in zend_jit_trace()
4884 val_type, in zend_jit_trace()
5810 op2_info, val_type, in zend_jit_trace()
7483 uint8_t val_type; in zend_jit_dump_trace() local
7490 val_type = p->op1_type; in zend_jit_dump_trace()
[all …]
H A Dzend_jit_arm64.dasc5549 zend_uchar val_type,
5619 if (val_type == IS_CV) {
5689 if (val_type == IS_CV) {
5723 if (val_type == IS_CONST) {
5725 } else if (val_type == IS_TMP_VAR) {
5727 } else if (val_type == IS_VAR) {
5729 } else if (val_type == IS_CV) {
5810 } else if (val_type == IS_CONST) {
5812 } else if (val_type == IS_TMP_VAR) {
5814 } else if (val_type == IS_VAR) {
[all …]
H A Dzend_jit_x86.dasc6086 zend_uchar val_type,
6157 if (val_type == IS_CV) {
6232 if (val_type == IS_CV) {
6266 if (val_type == IS_CONST) {
6268 } else if (val_type == IS_TMP_VAR) {
6270 } else if (val_type == IS_VAR) {
6272 } else if (val_type == IS_CV) {
6352 } else if (val_type == IS_CONST) {
6354 } else if (val_type == IS_TMP_VAR) {
6356 } else if (val_type == IS_VAR) {
[all …]
H A Dzend_jit.c153 zend_uchar val_type,

Completed in 121 milliseconds