Searched refs:st_hashbcks (Results 1 – 4 of 4) sorted by relevance
327 if (stp->st_hashbcks) { in st_destroy()329 for (sthash = stp->st_hashbcks[i], psthash = 0; in st_destroy()338 free(stp->st_hashbcks); in st_destroy()434 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash; in st_setstring()488 Str_hash **hashbcks = stp->st_hashbcks; in st_hash_insert()601 if ((stp->st_hashbcks = calloc(stp->st_hbckcnt, in st_getstrtab_sz()602 sizeof (*stp->st_hashbcks))) == NULL) in st_getstrtab_sz()772 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; in st_findstring()
101 Str_hash **st_hashbcks; /* hash buckets */ member
122 Str_hash *strhash = stp->st_hashbcks[cnt]; in Dbg_sec_strtab()
332 Str_hash *sthash = stp->st_hashbcks[cnt]; in dump_stringtab()