Searched refs:hash_table_bucket (Results 1 – 2 of 2) sorted by relevance
384 ht->buckets = pool_alloc(ht->pool, ht->num_buckets * sizeof(struct hash_table_bucket)); in hash_table_add()386 memset(ht->buckets, 0, ht->num_buckets * sizeof(struct hash_table_bucket)); in hash_table_add()
96 struct hash_table_bucket struct106 struct hash_table_bucket* buckets; argument