Home
last modified time | relevance | path

Searched refs:ds_htable_remove (Results 1 – 5 of 5) sorted by relevance

/ext-ds/src/php/handlers/
H A Dphp_map_handlers.c83 ds_htable_remove(map->table, offset, NULL);
/ext-ds/src/ds/
H A Dds_htable.h182 int ds_htable_remove(ds_htable_t *h, zval *key, zval *return_value);
H A Dds_map.c110 int removed = ds_htable_remove(map->table, key, return_value); in ds_map_remove()
H A Dds_set.c120 ds_htable_remove(set->table, value, NULL); in ds_set_remove()
H A Dds_htable.c796 int ds_htable_remove(ds_htable_t *table, zval *key, zval *return_value) in ds_htable_remove() function

Completed in 14 milliseconds