Home
last modified time | relevance | path

Searched defs:table (Results 1 – 10 of 10) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.c41 static void ds_htable_rehash(ds_htable_t *table) in ds_htable_rehash()
93 static void ds_htable_pack(ds_htable_t *table) in ds_htable_pack()
340 ds_htable_t *table, in ds_htable_lookup_bucket_by_hash()
436 zval *ds_htable_get(ds_htable_t *table, zval *key) in ds_htable_get()
493 void ds_htable_clear(ds_htable_t *table) in ds_htable_clear()
506 void ds_htable_free(ds_htable_t *table) in ds_htable_free()
592 void ds_htable_sort_by_key(ds_htable_t *table) in ds_htable_sort_by_key()
597 void ds_htable_sort_by_value(ds_htable_t *table) in ds_htable_sort_by_value()
657 ds_htable_t *table, in ds_htable_init_next_bucket()
714 zval *ds_htable_values(ds_htable_t *table) in ds_htable_values()
[all …]
H A Dds_map.h9 ds_htable_t *table; member
H A Dds_set.h15 ds_htable_t *table; member
H A Dds_map.c12 static ds_map_t *ds_map_ex(ds_htable_t *table) in ds_map_ex()
67 ds_htable_t *table = ds_htable_map(map->table, FCI_ARGS); in ds_map_map() local
83 ds_htable_t *table = ds_htable_filter_callback(map->table, FCI_ARGS); in ds_map_filter_callback() local
H A Dds_htable.h52 #define DS_HTABLE_BUCKET_REHASH(table, bucket, mask, idx) \ argument
H A Dds_set.c10 ds_set_t *ds_set_ex(ds_htable_t *table) in ds_set_ex()
/ext-ds/src/php/iterators/
H A Dphp_htable_iterator.c6 static ds_htable_bucket_t *find_starting_bucket(ds_htable_t *table) in find_starting_bucket()
161 ds_htable_t *table, in php_ds_htable_create_htable_iterator()
197 ds_htable_t *table in php_ds_htable_get_value_iterator_ex()
207 ds_htable_t *table in php_ds_htable_get_key_iterator_ex()
217 ds_htable_t *table in php_ds_htable_get_pair_iterator_ex()
227 ds_htable_t *table in php_ds_htable_get_assoc_iterator_ex()
H A Dphp_set_iterator.c12 ds_htable_t *table = (Z_DS_SET_P(obj))->table; in php_ds_set_get_iterator() local
H A Dphp_map_iterator.c12 ds_htable_t *table = Z_DS_MAP_P(obj)->table; in php_ds_map_get_iterator() local
H A Dphp_htable_iterator.h12 ds_htable_t *table; member

Completed in 25 milliseconds