Home
last modified time | relevance | path

Searched defs:set_context (Results 1 – 5 of 5) 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.c983 bool set_context = false; in pamk5_authenticate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h73 void set_context(MemprofThreadContext *context) { context_ = context; } in set_context() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h89 void set_context(AsanThreadContext *context) { context_ = context; } in set_context() function