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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c35 static struct krb5_rc_typelist *typehead = &krb5_rc_typelist_dfl; variable in typeref:struct:krb5_rc_typelist
78 for (t = typehead; t != &krb5_rc_typelist_dfl; t = t_next) {
92 for (t = typehead;t && strcmp(t->ops->type,ops->type);t = t->next)
103 t->next = typehead;
105 typehead = t;
123 for (t = typehead; t && strcmp(t->ops->type, type); t = t->next)

Completed in 285 milliseconds