Searched refs:log_cb (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dseterror.c111 sasl_log_t *log_cb = NULL; local
123 result = _sasl_getcallback(NULL, SASL_CB_LOG, (sasl_callback_ft *)&log_cb, &log_ctx);
124 if (result == SASL_OK && ! log_cb)
129 log_cb(log_ctx, SASL_LOG_FAIL,
254 result = _sasl_getcallback(conn, SASL_CB_LOG, (sasl_callback_ft *)&log_cb, &log_ctx);
255 if (result == SASL_OK && ! log_cb)
260 result = log_cb(log_ctx, SASL_LOG_FAIL, conn->error_buf);
H A Dcommon.c1902 sasl_log_t *log_cb; local
1916 result = _sasl_getcallback(conn, SASL_CB_LOG, (sasl_callback_ft *)&log_cb, &log_ctx);
1917 if (result == SASL_OK && ! log_cb)
2052 result = log_cb(log_ctx, level, out);
/macosx-10.10/postfix-255/postfix/src/global/
H A Dheader_body_checks.c446 /* log_cb - log action with context */
448 static void log_cb(void *context, const char *action, const char *where, function
568 log_cb, /* logger */

Completed in 180 milliseconds