Home
last modified time | relevance | path

Searched refs:notify_conn_update (Results 1 – 4 of 4) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_server.h49 … h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_gso);
H A Dhttp3_common.h275 h2o_quic_notify_connection_update_cb notify_conn_update; member
428 …h2o_quic_accept_cb acceptor, h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_…
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dcommon.c689 if (ctx->notify_conn_update != NULL) in process_packets()
690 ctx->notify_conn_update(ctx, conn); in process_packets()
989 …h2o_quic_accept_cb acceptor, h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_… in h2o_quic_init_context() argument
1001 .notify_conn_update = notify_conn_update, in h2o_quic_init_context()
H A Dserver.c1779 … h2o_quic_notify_connection_update_cb notify_conn_update, uint8_t use_gso) in h2o_http3_server_init_context() argument
1781 …return h2o_quic_init_context(ctx, loop, sock, quic, acceptor, notify_conn_update, use_gso, &h2o->q… in h2o_http3_server_init_context()