Searched refs:is_empty (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_read_buffer.c | 76 ret->is_empty = mysqlnd_read_buffer_is_empty; in mysqlnd_create_read_buffer()
|
H A D | mysqlnd_protocol_frame_codec.c | 334 if (TRUE == pfc->data->uncompressed_data->is_empty(pfc->data->uncompressed_data)) { in MYSQLND_METHOD()
|
H A D | mysqlnd_structs.h | 1078 bool (*is_empty)(const struct st_mysqlnd_read_buffer *); member
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 980 int is_empty; in sxe_prop_is_empty() local 1006 is_empty = 1; in sxe_prop_is_empty() 1026 is_empty = 0; in sxe_prop_is_empty() 1041 is_empty = 0; in sxe_prop_is_empty() 1052 return is_empty; in sxe_prop_is_empty()
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_cfg.c | 1182 bool is_head, is_empty; in ir_dump_cfg_freq_graph() local 1201 is_empty = (bb->flags & (IR_BB_START|IR_BB_ENTRY|IR_BB_EMPTY)) == IR_BB_EMPTY; in ir_dump_cfg_freq_graph() 1208 is_empty ? ",style=\"dotted,filled\"" : ",style=\"filled\""); in ir_dump_cfg_freq_graph() 1214 is_empty ? ",style=\"dotted\"" : ""); in ir_dump_cfg_freq_graph()
|
/php-src/ext/dom/ |
H A D | php_dom.c | 1969 bool is_empty = is_empty_node(node); in php_dom_normalize_modern() local 1972 if (is_empty) { in php_dom_normalize_modern()
|
/php-src/Zend/ |
H A D | zend_execute.c | 5198 bool is_empty; in zend_fe_reset_iterator() local 5221 is_empty = iter->funcs->valid(iter) != SUCCESS; in zend_fe_reset_iterator() 5233 return is_empty; in zend_fe_reset_iterator()
|
H A D | zend_vm_def.h | 6879 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); variable 6884 } else if (is_empty) { 6979 bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); variable 6983 } else if (is_empty) {
|
H A D | zend_vm_execute.h | 5461 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_CONST_HANDLER() local 5465 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_CONST_HANDLER() 5559 bool is_empty = zend_fe_reset_iterator(array_ptr, 1 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_RW_SPEC_CONST_HANDLER() local 5563 } else if (is_empty) { in ZEND_FE_RESET_RW_SPEC_CONST_HANDLER() 20214 bool is_empty = zend_fe_reset_iterator(array_ptr, 0 OPLINE_CC EXECUTE_DATA_CC); in ZEND_FE_RESET_R_SPEC_TMP_HANDLER() local 20219 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_TMP_HANDLER() 20317 } else if (is_empty) { in ZEND_FE_RESET_RW_SPEC_TMP_HANDLER() 22888 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_VAR_HANDLER() 22987 } else if (is_empty) { in ZEND_FE_RESET_RW_SPEC_VAR_HANDLER() 41202 } else if (is_empty) { in ZEND_FE_RESET_R_SPEC_CV_HANDLER() [all …]
|
Completed in 250 milliseconds