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

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A D_string_table.h103 Str_hash **st_hashbcks; /* hash buckets */ member in struct:str_tbl
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c325 if (stp->st_hashbcks) {
327 for (sthash = stp->st_hashbcks[i], psthash = 0;
336 free(stp->st_hashbcks);
398 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash;
452 Str_hash **hashbcks = stp->st_hashbcks;
572 if ((stp->st_hashbcks =
H A Dsgsmsg.c334 Str_hash *sthash = stp->st_hashbcks[cnt];

Completed in 191 milliseconds