Searched refs:log_fn (Results 1 – 6 of 6) sorted by relevance
185 static event_log_cb log_fn = NULL; variable190 log_fn = cb; in event_set_log_callback()196 if (log_fn) in event_log()197 log_fn(severity, msg); in event_log()
210 static event_log_cb log_fn = NULL; variable215 log_fn = cb; in event_set_log_callback()221 if (log_fn) in event_log()222 log_fn(severity, msg); in event_log()
152 void OSSL_CMP_print_errors_cb(OSSL_CMP_log_cb_t log_fn) in OSSL_CMP_print_errors_cb() argument183 if (log_fn == NULL) { in OSSL_CMP_print_errors_cb()196 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0) in OSSL_CMP_print_errors_cb()
50 void OSSL_CMP_print_errors_cb(OSSL_CMP_log_cb_t log_fn);
47 void OSSL_CMP_print_errors_cb(OSSL_CMP_log_cb_t log_fn);101 function I<log_fn> for uniformity with CMP logging if not NULL. Otherwise it