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

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

Completed in 45 milliseconds