Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c37 int rephash; in rc_store() local
41 rephash = hash(rep, t->hsize); in rc_store()
53 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store()
67 head = t->h[rephash]; in rc_store()
68 t->h[rephash] = ta->nh; in rc_store()
89 ta->nh = t->h[rephash]; in rc_store()
90 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()