Home
last modified time | relevance | path

Searched refs:nxt_gnutls_conn_log_error (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_gnutls.c55 static void nxt_cdecl nxt_gnutls_conn_log_error(nxt_event_conn_t *c,
454 nxt_gnutls_conn_log_error(c, err, "gnutls_handshake() failed"); in nxt_gnutls_conn_handshake()
512 nxt_gnutls_conn_log_error(c, n, in nxt_gnutls_conn_io_read()
561 nxt_gnutls_conn_log_error(c, n, in nxt_gnutls_conn_io_send()
618 nxt_gnutls_conn_log_error(c, err, "gnutls_bye(%d) failed", in nxt_gnutls_conn_io_shutdown()
681 nxt_gnutls_conn_log_error(nxt_event_conn_t *c, ssize_t err, in nxt_gnutls_conn_log_error() function