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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c81 if (crle->c_hashstrnum) {
88 crle->c_hashstrnum++;
97 if (crle->c_hashstrnum > hashsize[ndx])
104 size += ((2 + hashbkts + crle->c_hashstrnum) * sizeof (Word));
112 size += (crle->c_hashstrnum *
269 if (crle->c_hashstrnum) {
271 hashtbl[1] = crle->c_hashstrnum;
279 (void) memset(hashchn, 0, (crle->c_hashstrnum * sizeof (Word)));
H A D_crle.h143 uint_t c_hashstrnum; /* no. of hashed strings to create */ member in struct:crle_desc
H A Dinspect.c244 crle->c_hashstrnum++;
428 crle->c_hashstrnum++;

Completed in 48 milliseconds