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

/solaris-userland/components/krb5/Solaris/
H A Drc_mem.c84 int rephash; local
88 rephash = hash(rep, t->hsize);
100 for (ta = t->h[rephash]; ta; ta = ta->nh) {
115 head = t->h[rephash];
116 t->h[rephash] = ta->nh;
135 ta->nh = t->h[rephash];
136 t->h[rephash] = ta;

Completed in 13 milliseconds