Home
last modified time | relevance | path

Searched refs:saslc_debug (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmsg.h41 extern bool saslc_debug;
45 #define saslc__msg_dbg(...) saslc__msg_syslog(saslc_debug, LOG_INFO, __VA_ARGS__)
H A Dmsg.c55 bool saslc_debug = false; variable
H A Dsaslc.c82 saslc_debug = getenv(SASLC_ENV_DEBUG) != NULL; in saslc_alloc()
H A Dxsess.c253 saslc_debug = saslc__parser_is_true(debug); in saslc_sess_init()
429 saslc_debug = saslc__parser_is_true(debug); in saslc_sess_cont()
H A Dlist.c285 if (!saslc_debug) in saslc__list_log()
H A Dparser.c348 saslc_debug = saslc__parser_is_true(debug); in saslc__parser_config()