Searched refs:SASL_CB_LOG (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | seterror.c | 149 result = _sasl_getcallback(NULL, SASL_CB_LOG, &log_cb, &log_ctx); in sasl_seterror() 348 result = _sasl_getcallback(conn, SASL_CB_LOG, &log_cb, &log_ctx); in sasl_seterror()
|
H A D | common.c | 1650 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()
|
/titanic_50/usr/src/lib/libsasl/include/ |
H A D | sasl.h | 463 #define SASL_CB_LOG 2 macro
|