Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/simplexml/
H A Dsimplexml.c1045 int is_empty; in sxe_prop_is_empty() local
1070 is_empty = 1; in sxe_prop_is_empty()
1092 is_empty = 0; in sxe_prop_is_empty()
1107 is_empty = 0; in sxe_prop_is_empty()
1125 return is_empty; in sxe_prop_is_empty()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c4485 int is_empty; in parse_char_class() local
4487 is_empty = (IS_NULL(cc->mbuf) ? 1 : 0); in parse_char_class()
4488 if (is_empty != 0) in parse_char_class()
4489 BITSET_IS_EMPTY(cc->bs, is_empty); in parse_char_class()
4491 if (is_empty == 0) { in parse_char_class()
/PHP-7.1/Zend/
H A Dzend_vm_def.h5825 zend_bool is_empty; variable
5849 is_empty = iter->funcs->valid(iter) != SUCCESS;
5862 if (is_empty) {
5980 zend_bool is_empty; variable
6009 is_empty = iter->funcs->valid(iter) != SUCCESS;
6030 if (is_empty) {
H A Dzend_vm_execute.h3554 zend_bool is_empty; local
3590 if (is_empty) {
3706 zend_bool is_empty; local
3756 if (is_empty) {
12923 zend_bool is_empty; local
12960 if (is_empty) {
13126 if (is_empty) {
16543 if (is_empty) {
16711 if (is_empty) {
35652 if (is_empty) {
[all …]

Completed in 213 milliseconds