Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c87 static struct krb5_cc_typelist *cc_typehead = INITIAL_TYPEHEAD; variable
125 for (t = cc_typehead; t != INITIAL_TYPEHEAD; t = t_next) { in krb5int_cc_finalize()
146 for (t = cc_typehead;t && strcmp(t->ops->prefix,ops->prefix);t = t->next) in krb5_cc_register()
162 t->next = cc_typehead; in krb5_cc_register()
164 cc_typehead = t; in krb5_cc_register()
252 for (tlist = cc_typehead; tlist; tlist = tlist->next) { in krb5int_cc_getops()
313 n->tptr = cc_typehead; in krb5int_cc_typecursor_new()