Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_server.h61 void h2o_http3_server_amend_quicly_context(h2o_globalconf_t *conf, quicly_context_t *quic);
/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Ddriver_h3.cc151 h2o_http3_server_amend_quicly_context(&config, server_ctx.super.quic); in LLVMFuzzerTestOneInput()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1872 void h2o_http3_server_amend_quicly_context(h2o_globalconf_t *conf, quicly_context_t *quic) in h2o_http3_server_amend_quicly_context() function
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dmain.c3871 h2o_http3_server_amend_quicly_context(&conf.globalconf, qctx); in main()