sh_head            90 libutil/strhash.c 	sh->htab = (struct sh_head *)check_calloc(sizeof(struct sh_head), buckets);
sh_head           113 libutil/strhash.c 	struct sh_head *head = &sh->htab[__hash_string(name) % sh->buckets];
sh_head            31 libutil/strhash.h SLIST_HEAD(sh_head, sh_entry);
sh_head            35 libutil/strhash.h 	struct sh_head *htab;		/**< hash buckets			*/