Home
last modified time | relevance | path

Searched refs:strhash_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dstrtab.c53 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()
H A Dstrtab.h44 } strhash_t; typedef
47 strhash_t **str_hash; /* array of hash buckets */