Searched refs:log_cb (Results 1 – 4 of 4) sorted by relevance
42 if (conn->log_cb) in tlsv1_server_log()43 conn->log_cb(conn->log_cb_ctx, buf); in tlsv1_server_log()733 conn->log_cb = cb; in tlsv1_server_set_log_cb()
56 void (*log_cb)(void *ctx, const char *msg); member
140 void (*log_cb)(void *ctx, const char *msg), in tls_connection_set_log_cb()145 tlsv1_server_set_log_cb(conn->server, log_cb, ctx); in tls_connection_set_log_cb()
635 void (*log_cb)(void *ctx, const char *msg),