Home
last modified time | relevance | path

Searched defs:set_context (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pam-krb5/module/
H A Dpassword.c277 bool set_context = false; in pamk5_password() local
H A Dsetcred.c252 bool set_context = false; in pamk5_setcred() local
H A Dauth.c977 bool set_context = false; in pamk5_authenticate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h79 void set_context(MemprofThreadContext *context) { context_ = context; } in set_context() function