Searched refs:hash_bucket (Results 1 – 3 of 3) sorted by relevance
65 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) + in new_hash_table()66 (count * sizeof(struct hash_bucket *))); in new_hash_table()73 struct hash_bucket *76 struct hash_bucket *rval = calloc(1, sizeof(struct hash_bucket)); in new_hash_bucket()
58 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)); in new_hash()81 struct hash_bucket *bp; in add_hash()106 struct hash_bucket *bp; in hash_lookup()
236 struct hash_bucket { struct237 struct hash_bucket *next; argument245 struct hash_bucket *buckets[DEFAULT_HASH_SIZE]; argument303 struct hash_bucket *new_hash_bucket(void);