Home
last modified time | relevance | path

Searched refs:H2O_HTTP3_CONN_CALLBACKS (Results 1 – 4 of 4) 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;
74 H2O_HTTP3_CONN_CALLBACKS.super.destroy_connection(conn); in on_destroy_connection()
/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_server.h42 extern const h2o_http3_conn_callbacks_t H2O_HTTP3_CONN_CALLBACKS;
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dmain.c1765 H2O_HTTP3_CONN_CALLBACKS.super.destroy_connection(conn); in on_http3_conn_destroy()
3560 conf.quic.conn_callbacks = H2O_HTTP3_CONN_CALLBACKS; in main()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1994 const h2o_http3_conn_callbacks_t H2O_HTTP3_CONN_CALLBACKS = {{on_h3_destroy}, handle_control_stream… variable