Lines Matching refs:handler_ctx
158 } handler_ctx; typedef
161 static handler_ctx *
164 return ck_calloc(1, sizeof(handler_ctx)); in handler_ctx_init()
169 handler_ctx_free (handler_ctx *hctx) in handler_ctx_free()
767 mod_gnutls_verify_set_tlist (handler_ctx *hctx, int req) in mod_gnutls_verify_set_tlist()
847 handler_ctx * const hctx = gnutls_session_get_ptr(ssl); in mod_gnutls_verify_cb()
1270 mod_gnutls_acme_tls_1 (handler_ctx *hctx) in mod_gnutls_acme_tls_1()
1379 mod_gnutls_alpn_h2_policy (handler_ctx * const hctx) in mod_gnutls_alpn_h2_policy()
1410 mod_gnutls_ALPN (handler_ctx * const hctx, const unsigned char * const in, const unsigned int inlen) in mod_gnutls_ALPN()
1461 mod_gnutls_SNI(handler_ctx * const hctx, in mod_gnutls_SNI()
1509 return mod_gnutls_SNI((handler_ctx *)ctx, data, dlen); in mod_gnutls_client_hello_ext_cb()
1512 return mod_gnutls_ALPN((handler_ctx *)ctx, data, dlen); in mod_gnutls_client_hello_ext_cb()
1534 handler_ctx * const hctx = gnutls_session_get_ptr(ssl); in mod_gnutls_client_hello_hook()
2275 mod_gnutls_write_err(connection *con, handler_ctx *hctx, int wr, size_t wr_len) in mod_gnutls_write_err()
2304 mod_gnutls_read_err(connection *con, handler_ctx *hctx, int rc) in mod_gnutls_read_err()
2367 mod_gnutls_close_notify(handler_ctx *hctx);
2373 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_write_cq_ssl()
2459 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_write_cq_ssl_ktls()
2506 mod_gnutls_ssl_handshake (handler_ctx *hctx) in mod_gnutls_ssl_handshake()
2545 handler_ctx * const hctx = con->plugin_ctx[plugin_data_singleton->id]; in connection_read_cq_ssl()
2599 handler_ctx * const hctx = handler_ctx_init(); in CONNECTION_FUNC()
2666 mod_gnutls_detach(handler_ctx *hctx) in mod_gnutls_detach()
2681 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2697 mod_gnutls_close_notify (handler_ctx *hctx) in mod_gnutls_close_notify()
2723 handler_ctx *hctx = con->plugin_ctx[p->id]; in CONNECTION_FUNC()
2821 https_add_ssl_client_entries (request_st * const r, handler_ctx * const hctx) in https_add_ssl_client_entries()
2907 http_cgi_ssl_env (request_st * const r, handler_ctx * const hctx) in http_cgi_ssl_env()
2943 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()
2966 handler_ctx *hctx = r->con->plugin_ctx[p->id]; in REQUEST_FUNC()