Searched defs:table (Results 1 – 10 of 10) sorted by relevance
41 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 …]
9 ds_htable_t *table; member
15 ds_htable_t *table; member
12 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() local83 ds_htable_t *table = ds_htable_filter_callback(map->table, FCI_ARGS); in ds_map_filter_callback() local
52 #define DS_HTABLE_BUCKET_REHASH(table, bucket, mask, idx) \ argument
10 ds_set_t *ds_set_ex(ds_htable_t *table) in ds_set_ex()
6 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()
12 ds_htable_t *table = (Z_DS_SET_P(obj))->table; in php_ds_set_get_iterator() local
12 ds_htable_t *table = Z_DS_MAP_P(obj)->table; in php_ds_map_get_iterator() local
12 ds_htable_t *table; member
Completed in 16 milliseconds