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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c37 int rephash; local
41 rephash = hash(rep, t->hsize);
53 for (ta = t->h[rephash]; ta; ta = ta->nh) {
67 head = t->h[rephash];
68 t->h[rephash] = ta->nh;
89 ta->nh = t->h[rephash];
90 t->h[rephash] = ta;
H A Drc_file.c42 int rephash; local
46 rephash = hash(rep, t->hsize);
58 for (ta = t->h[rephash]; ta; ta = ta->nh) {
87 ta->nh = t->h[rephash]; t->h[rephash] = ta;

Completed in 57 milliseconds