Home
last modified time | relevance | path

Searched refs:on_stream_open (Results 1 – 10 of 10) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/examples/
H A Decho.c280 static int on_stream_open(quicly_stream_open_t *self, quicly_stream_t *stream) in on_stream_open() function
302 quicly_stream_open_t stream_open = {on_stream_open}; in main()
/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dperfserver.h111 void on_stream_open(int64_t stream_id);
H A Dh09server.h130 void on_stream_open(int64_t stream_id);
H A Dserver.h135 void on_stream_open(int64_t stream_id);
H A Dperfserver.cc294 h->on_stream_open(stream_id); in stream_open()
299 void Handler::on_stream_open(int64_t stream_id) { in on_stream_open() function in Handler
H A Dh09server.cc543 h->on_stream_open(stream_id); in stream_open()
548 void Handler::on_stream_open(int64_t stream_id) { in on_stream_open() function in Handler
H A Dserver.cc806 h->on_stream_open(stream_id); in stream_open()
811 void Handler::on_stream_open(int64_t stream_id) { in on_stream_open() function in Handler
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/t/
H A Dtest.c205 static int on_stream_open(quicly_stream_open_t *self, quicly_stream_t *stream) in on_stream_open() function
220 quicly_stream_open_t stream_open = {on_stream_open};
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/src/
H A Dcli.c374 static int on_stream_open(quicly_stream_open_t *self, quicly_stream_t *stream) in on_stream_open() function
384 static quicly_stream_open_t stream_open = {&on_stream_open};
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1538 static quicly_stream_open_t on_stream_open = {stream_open_cb}; variable
1883 quic->stream_open = &on_stream_open; in h2o_http3_server_amend_quicly_context()