Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_read_buffer.c78 ret->is_empty = mysqlnd_read_buffer_is_empty; in mysqlnd_create_read_buffer()
H A Dmysqlnd_protocol_frame_codec.c309 if (TRUE == pfc->data->uncompressed_data->is_empty(pfc->data->uncompressed_data)) { in MYSQLND_METHOD()
H A Dmysqlnd_net.c537 ret->is_empty = php_mysqlnd_read_buffer_is_empty; in mysqlnd_create_read_buffer()
669 if (TRUE == net->uncompressed_data->is_empty(net->uncompressed_data)) { in MYSQLND_METHOD()
H A Dmysqlnd_structs.h1066 zend_bool (*is_empty)(const struct st_mysqlnd_read_buffer *); member
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c1033 int is_empty; in sxe_prop_is_empty() local
1058 is_empty = 1; in sxe_prop_is_empty()
1080 is_empty = 0; in sxe_prop_is_empty()
1095 is_empty = 0; in sxe_prop_is_empty()
1113 return is_empty; in sxe_prop_is_empty()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c4496 int is_empty; in parse_char_class() local
4498 is_empty = (IS_NULL(cc->mbuf) ? 1 : 0); in parse_char_class()
4499 if (is_empty != 0) in parse_char_class()
4500 BITSET_IS_EMPTY(cc->bs, is_empty); in parse_char_class()
4502 if (is_empty == 0) { in parse_char_class()
/PHP-7.2/Zend/
H A Dzend_vm_def.h5672 zend_bool is_empty; variable
5697 is_empty = iter->funcs->valid(iter) != SUCCESS;
5713 } else if (is_empty) {
5795 zend_bool is_empty; variable
5825 is_empty = iter->funcs->valid(iter) != SUCCESS;
5849 } else if (is_empty) {
H A Dzend_vm_execute.h3542 zend_bool is_empty; local
3582 } else if (is_empty) {
3662 zend_bool is_empty; local
3716 } else if (is_empty) {
12984 zend_bool is_empty; local
13025 } else if (is_empty) {
13105 zend_bool is_empty; local
16638 zend_bool is_empty; local
16761 zend_bool is_empty; local
33993 zend_bool is_empty; local
[all …]

Completed in 236 milliseconds