Home
last modified time | relevance | path

Searched refs:DS_SET_IS_EMPTY (Results 1 – 4 of 4) sorted by relevance

/ext-ds/src/ds/
H A Dds_set.c303 if (DS_SET_IS_EMPTY(set)) { in ds_set_map()
334 if (DS_SET_IS_EMPTY(set)) { in ds_set_filter_callback()
368 if (DS_SET_IS_EMPTY(set)) { in ds_set_filter()
H A Dds_set.h9 #define DS_SET_IS_EMPTY(s) (DS_SET_SIZE(s) == 0) macro
/ext-ds/src/php/handlers/
H A Dphp_set_handlers.c98 if (DS_SET_IS_EMPTY(set)) {
/ext-ds/src/php/classes/
H A Dphp_set_ce.c142 RETURN_BOOL(DS_SET_IS_EMPTY(THIS_DS_SET())); in METHOD()

Completed in 8 milliseconds