Home
last modified time | relevance | path

Searched refs:dont_destroy_cache (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/pam-krb5/module/
H A Dcontext.c121 if (ctx->dont_destroy_cache) in context_free()
172 ctx->dont_destroy_cache = true; in pamk5_context_destroy()
H A Dsetcred.c391 ctx->dont_destroy_cache = 1; in pamk5_setcred()
462 ctx->dont_destroy_cache = 1; in pamk5_setcred()
H A Dinternal.h44 int dont_destroy_cache; /* If set, don't destroy cache on shutdown. */ member