Home
last modified time | relevance | path

Searched refs:ds_htable_bucket_t (Results 1 – 6 of 6) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.h88 ds_htable_bucket_t *_x = _h->buckets; \
89 ds_htable_bucket_t *_y = _h->buckets + _h->next; \
97 ds_htable_bucket_t *_x = _h->buckets; \
98 ds_htable_bucket_t *_y = _x + _h->next - 1; \
107 ds_htable_bucket_t *_b = (h)->buckets; \
118 ds_htable_bucket_t *_x = _h->buckets; \
119 ds_htable_bucket_t *_y = _h->buckets + _h->next; \
127 ds_htable_bucket_t *_x = _h->buckets; \
150 } ds_htable_bucket_t; typedef
198 ds_htable_bucket_t *ds_htable_first(ds_htable_t *table);
[all …]
H A Dds_htable.c344 ds_htable_bucket_t *bucket; in ds_htable_lookup_bucket_by_hash()
417 ds_htable_bucket_t *bucket; in ds_htable_lookup_by_value()
477 ds_htable_bucket_t *bucket; in ds_htable_clear_buffer()
532 ds_htable_bucket_t *x = ((ds_htable_bucket_t*)a); in user_compare_by_value()
533 ds_htable_bucket_t *y = ((ds_htable_bucket_t*)b); in user_compare_by_value()
582 ds_htable_bucket_t *x = (ds_htable_bucket_t*) a; in compare_by_value()
583 ds_htable_bucket_t *y = (ds_htable_bucket_t*) b; in compare_by_value()
700 ds_htable_bucket_t *bucket; in ds_htable_put()
935 ds_htable_bucket_t *bucket; in ds_htable_apply()
954 ds_htable_bucket_t *bucket; in ds_htable_map()
[all …]
H A Dds_map.c249 ds_htable_bucket_t *bucket = ds_htable_first(map->table); in ds_map_first()
261 ds_htable_bucket_t *bucket = ds_htable_last(map->table); in ds_map_last()
273 ds_htable_bucket_t *bucket = ds_htable_lookup_by_position(map->table, position); in ds_map_skip()
H A Dds_set.c132 ds_htable_bucket_t *bucket = ds_htable_lookup_by_position(set->table, index); in ds_set_get()
144 ds_htable_bucket_t *bucket = ds_htable_lookup_by_position(set->table, 0); in ds_set_get_first()
156 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/iterators/
H A Dphp_htable_iterator.c6 static ds_htable_bucket_t *find_starting_bucket(ds_htable_t *table) in find_starting_bucket()
8 ds_htable_bucket_t *bucket = table->buckets; in find_starting_bucket()
11 ds_htable_bucket_t *last = table->buckets + table->capacity; in find_starting_bucket()
41 ds_htable_bucket_t *bucket = iterator->bucket; in php_ds_htable_iterator_get_current_value()
53 ds_htable_bucket_t *bucket = iterator->bucket; in php_ds_htable_iterator_get_current_keyval()
65 ds_htable_bucket_t *bucket = iterator->bucket; in php_ds_htable_iterator_get_current_key()
75 ds_htable_bucket_t *bucket = iterator->bucket; in php_ds_htable_iterator_get_current_pair()
H A Dphp_htable_iterator.h11 ds_htable_bucket_t *bucket;

Completed in 22 milliseconds