Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Dhttp3client.c595 static void on_send_stop(quicly_stream_t *qs, int err) in on_send_stop() function
888on_send_stop, on_receive, on_receive_reset}; in stream_open_cb()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/include/
H A Dquicly.h610 void (*on_send_stop)(quicly_stream_t *stream, int err); member
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c816 static void on_send_stop(quicly_stream_t *qs, int err) in on_send_stop() function
1494on_send_stop, on_receive, on_receive_reset}; in stream_open_cb()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/lib/
H A Dquicly.c5178 stream->callbacks->on_send_stop(stream, err); in handle_stop_sending_frame()