Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_set.h7 #define DS_SET_SIZE(s) ((s)->table->size) macro
9 #define DS_SET_IS_EMPTY(s) (DS_SET_SIZE(s) == 0)
H A Dds_set.c156 ds_htable_bucket_t *bucket = ds_htable_lookup_by_position(set->table, DS_SET_SIZE(set) - 1); in ds_set_get_last()
/ext-ds/src/php/classes/
H A Dphp_set_ce.c136 RETURN_LONG(DS_SET_SIZE(THIS_DS_SET())); in METHOD()
190 RETURN_DS_SET(ds_set_slice(set, index, DS_SET_SIZE(set))); in METHOD()
/ext-ds/src/php/handlers/
H A Dphp_set_handlers.c53 *count = DS_SET_SIZE(set);

Completed in 7 milliseconds