Searched refs:hash_bucket (Results 1 – 3 of 3) sorted by relevance
99 (DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)) + in new_hash_table()100 (count * sizeof(struct hash_bucket *)), name); in new_hash_table()107 struct hash_bucket *110 struct hash_bucket *rval = dmalloc(sizeof(struct hash_bucket), name); in new_hash_bucket()116 free_hash_bucket(struct hash_bucket *ptr, char *name) in free_hash_bucket()
54 DEFAULT_HASH_SIZE * sizeof(struct hash_bucket *)); in new_hash()79 struct hash_bucket *bp; in add_hash()104 struct hash_bucket *bp, *pbp = NULL; in delete_hash_entry()136 struct hash_bucket *bp; in hash_lookup()
118 struct hash_bucket { struct119 struct hash_bucket *next; argument127 struct hash_bucket *buckets [DEFAULT_HASH_SIZE]; argument681 struct hash_bucket *new_hash_bucket(char *);701 void free_hash_bucket(struct hash_bucket *, char *);