Home
last modified time | relevance | path

Searched refs:conn_callbacks (Results 1 – 3 of 3) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Ddriver_h3.cc52 static h2o_http3_conn_callbacks_t conn_callbacks = H2O_HTTP3_CONN_CALLBACKS; variable
148 conn_callbacks.super.destroy_connection = on_destroy_connection; in LLVMFuzzerTestOneInput()
167 … NULL /* address_token */, 0 /* skip_tracing */, &conn_callbacks); in LLVMFuzzerTestOneInput()
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dmain.c268 h2o_http3_conn_callbacks_t conn_callbacks; member
2999 &conf.quic.conn_callbacks); in on_http3_accept()
3560 conf.quic.conn_callbacks = H2O_HTTP3_CONN_CALLBACKS; in main()
3561 conf.quic.conn_callbacks.super.destroy_connection = on_http3_conn_destroy; in main()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1788 static const h2o_conn_callbacks_t conn_callbacks = { in h2o_http3_server_accept() local
1822 …t_ctx->ctx, ctx->accept_ctx->hosts, h2o_gettimeofday(ctx->accept_ctx->ctx->loop), &conn_callbacks); in h2o_http3_server_accept()