Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c147 result = _sasl_getcallback(NULL, SASL_CB_LOG, &log_cb, &log_ctx); in sasl_seterror()
346 result = _sasl_getcallback(conn, SASL_CB_LOG, &log_cb, &log_ctx); in sasl_seterror()
H A Dcommon.c1650 case SASL_CB_LOG: in _sasl_getcallback()
1714 result = _sasl_getcallback(conn, SASL_CB_LOG, &log_cb, &log_ctx); in _sasl_log()
1737 if (callbacks->id == SASL_CB_LOG) { in __sasl_log()
1746 result = _sasl_getcallback(NULL, SASL_CB_LOG, &log_cb, &log_ctx); in __sasl_log()
1792 result = _sasl_getcallback(conn, SASL_CB_LOG, &log_cb, &log_ctx); in ___sasl_log()
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsasl.h461 #define SASL_CB_LOG 2 macro