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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c35 int rephash; local
39 rephash = hash(rep, t->hsize);
51 for (ta = t->h[rephash]; ta; ta = ta->nh) {
66 head = t->h[rephash];
67 t->h[rephash] = ta->nh;
86 ta->nh = t->h[rephash];
87 t->h[rephash] = ta;
H A Drc_dfl.c159 unsigned int rephash; local
171 rephash = hash(rep, t->hsize);
173 for (ta = t->h[rephash]; ta; ta = ta->nh) {
213 ta->nh = t->h[rephash]; t->h[rephash] = ta;

Completed in 244 milliseconds