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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkeytab_memory.c48 /* this mutex protects mkt_head, ->refcount, and ->next
52 static struct mkt_data *mkt_head; variable in typeref:struct:mkt_data
62 for (d = mkt_head; d != NULL; d = d->next)
89 d->next = mkt_head;
90 mkt_head = d;
111 for (dp = &mkt_head; *dp != NULL; dp = &(*dp)->next) {

Completed in 257 milliseconds