Searched refs:st_hashbcks (Results 1 – 4 of 4) sorted by relevance
324 if (stp->st_hashbcks) { in st_destroy()326 for (sthash = stp->st_hashbcks[i], psthash = 0; in st_destroy()335 free(stp->st_hashbcks); in st_destroy()397 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash; in st_setstring()451 Str_hash **hashbcks = stp->st_hashbcks; in st_hash_insert()571 if ((stp->st_hashbcks = calloc(sizeof (*stp->st_hashbcks), in st_getstrtab_sz()
332 Str_hash *sthash = stp->st_hashbcks[cnt]; in dump_stringtab()
103 Str_hash **st_hashbcks; /* hash buckets */ member
122 Str_hash *strhash = stp->st_hashbcks[cnt]; in Dbg_sec_strtab()