Home
last modified time | relevance | path

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.c35 int rephash; in rc_store() local
39 rephash = hash(rep, t->hsize); in rc_store()
51 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store()
65 head = t->h[rephash]; in rc_store()
66 t->h[rephash] = ta->nh; in rc_store()
87 ta->nh = t->h[rephash]; in rc_store()
88 t->h[rephash] = ta; in rc_store()
H A Drc_file.c42 int rephash; in rc_store() local
46 rephash = hash(rep, t->hsize); in rc_store()
58 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store()
87 ta->nh = t->h[rephash]; t->h[rephash] = ta; in rc_store()