Searched refs:mcc_head (Results 1 – 2 of 2) sorted by relevance
53 static struct krb5_mcache *mcc_head; variable85 for (m_c = mcc_head; m_c != NULL; m_c = m_c->next) in mcc_alloc()101 m->next = mcc_head; in mcc_alloc()102 mcc_head = m; in mcc_alloc()113 for (m = mcc_head; m != NULL; m = m->next) in mcc_resolve()207 for(n = &mcc_head; n && *n; n = &(*n)->next) { in mcc_destroy()368 iter->cache = mcc_head; in mcc_get_cache_first()427 for(n = &mcc_head; n && *n; n = &(*n)->next) { in mcc_move()
1093 * lib/krb5/mcache.c: protect the mcc_head with a mutex