Searched defs:typehead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c36 static struct krb5_rc_typelist *typehead = &krb5_rc_typelist_dfl; variable in typeref:struct:krb5_rc_typelist
76 for (t = typehead; t != &krb5_rc_typelist_dfl; t = t_next) {
91 for (t = typehead;t && strcmp(t->ops->type,ops->type);t = t->next)
102 t->next = typehead;
104 typehead = t;
118 for (t = typehead;t && strcmp(t->ops->type,type);t = t->next)

Completed in 44 milliseconds