Searched refs:strhash_t (Results 1 – 2 of 2) sorted by relevance
53 sp->str_hash = xcalloc(STRTAB_HASHSZ * sizeof (strhash_t *)); in strtab_create()69 strhash_t *hp, *hq; in strtab_destroy()107 strtab_compare(strtab_t *sp, strhash_t *hp, const char *str, size_t len) in strtab_compare()157 strhash_t *hp; in strtab_insert()179 hp = xmalloc(sizeof (strhash_t)); in strtab_insert()233 const strhash_t *hp; in strtab_print()
44 } strhash_t; typedef47 strhash_t **str_hash; /* array of hash buckets */