Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/dba/
H A Ddba_inifile.c65 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.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c750 uint8_t val_type = IS_UNDEF; local
777 val_type = Z_TYPE_P(val);
779 TRACE_RECORD_VM(ZEND_JIT_TRACE_VAL_INFO, NULL, val_type, 0, 0);
H A Dzend_jit_trace.c1687 val_type = (p+1)->op1_type; in zend_jit_trace_build_tssa()
2200 && val_type != IS_UNKNOWN in zend_jit_trace_build_tssa()
2201 && val_type != IS_UNDEF in zend_jit_trace_build_tssa()
4313 val_type = (p+1)->op1_type; in zend_jit_trace()
4700 val_type)) { in zend_jit_trace()
4793 val_type)) { in zend_jit_trace()
4873 val_type, in zend_jit_trace()
5807 op2_info, val_type, in zend_jit_trace()
7423 uint8_t val_type; in zend_jit_dump_trace() local
7430 val_type = p->op1_type; in zend_jit_dump_trace()
[all …]
H A Dzend_jit_x86.dasc6124 zend_uchar val_type,
6195 if (val_type == IS_CV) {
6270 if (val_type == IS_CV) {
6304 if (val_type == IS_CONST) {
6306 } else if (val_type == IS_TMP_VAR) {
6308 } else if (val_type == IS_VAR) {
6310 } else if (val_type == IS_CV) {
6390 } else if (val_type == IS_CONST) {
6392 } else if (val_type == IS_TMP_VAR) {
6394 } else if (val_type == IS_VAR) {
[all …]
H A Dzend_jit_arm64.dasc5577 zend_uchar val_type,
5647 if (val_type == IS_CV) {
5717 if (val_type == IS_CV) {
5751 if (val_type == IS_CONST) {
5753 } else if (val_type == IS_TMP_VAR) {
5755 } else if (val_type == IS_VAR) {
5757 } else if (val_type == IS_CV) {
5838 } else if (val_type == IS_CONST) {
5840 } else if (val_type == IS_TMP_VAR) {
5842 } else if (val_type == IS_VAR) {
[all …]
H A Dzend_jit.c146 zend_uchar val_type,

Completed in 150 milliseconds