Searched refs:Str_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A D_string_table.h87 typedef struct str_hash Str_hash; typedef in typeref:struct:str_hash
94 Str_hash *hi_next; /* next entry in hash bucket */
103 Str_hash **st_hashbcks; /* hash buckets */
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c309 Str_hash *sthash, *psthash;
354 Str_hash *sthash;
452 Str_hash **hashbcks = stp->st_hashbcks;
453 Str_hash *sthash;
516 if ((mstr = calloc(sizeof (Str_hash), 1)) == 0)
531 if ((sthash = calloc(sizeof (Str_hash), 1)) == 0)
573 calloc(sizeof (Str_hash), stp->st_hbckcnt)) == NULL)
H A Dsgsmsg.c334 Str_hash *sthash = stp->st_hashbcks[cnt];

Completed in 42 milliseconds