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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmcache.c53 static struct krb5_mcache *mcc_head; variable in typeref:struct:krb5_mcache
85 for (m_c = mcc_head; m_c != NULL; m_c = m_c->next)
101 m->next = mcc_head;
102 mcc_head = m;
113 for (m = mcc_head; m != NULL; m = m->next)
207 for(n = &mcc_head; n && *n; n = &(*n)->next) {
368 iter->cache = mcc_head;
427 for(n = &mcc_head; n && *n; n = &(*n)->next) {

Completed in 47 milliseconds