Lines Matching refs:log_ctx
1688 sasl_log_t *log_cb, void *log_ctx,
1709 void *log_ctx; in _sasl_log() local
1714 result = _sasl_getcallback(conn, SASL_CB_LOG, &log_cb, &log_ctx); in _sasl_log()
1719 ___sasl_log(gctx, log_cb, log_ctx, level, fmt, ap); in _sasl_log()
1731 void *log_ctx = NULL; in __sasl_log() local
1739 log_ctx = callbacks->context; in __sasl_log()
1746 result = _sasl_getcallback(NULL, SASL_CB_LOG, &log_cb, &log_ctx); in __sasl_log()
1755 ___sasl_log(gctx, log_cb, log_ctx, level, fmt, ap); in __sasl_log()
1762 void *log_ctx, in ___sasl_log() argument
1776 void *log_ctx; in ___sasl_log() local
1792 result = _sasl_getcallback(conn, SASL_CB_LOG, &log_cb, &log_ctx); in ___sasl_log()
1918 result = log_cb(log_ctx, level, out); in ___sasl_log()