Home
last modified time | relevance | path

Searched refs:on_send_emit (Results 1 – 5 of 5) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Dhttp3client.c579 static void on_send_emit(quicly_stream_t *qs, size_t off, void *dst, size_t *len, int *wrote_all) in on_send_emit() function
887 …static const quicly_stream_callbacks_t callbacks = {on_stream_destroy, on_send_shift, on_send_emit, in stream_open_cb()
/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Dquicly_mock.c179 stream->callbacks->on_send_emit(stream, emit_off, buff, &len, &wrote_all); in quicly_send_stream()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/include/
H A Dquicly.h605 … void (*on_send_emit)(quicly_stream_t *stream, size_t off, void *dst, size_t *len, int *wrote_all); member
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c754 static void on_send_emit(quicly_stream_t *qs, size_t off, void *_dst, size_t *len, int *wrote_all) in on_send_emit() function
1493 …static const quicly_stream_callbacks_t callbacks = {on_stream_destroy, on_send_shift, on_send_emit, in stream_open_cb()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/lib/
H A Dquicly.c3651 stream->callbacks->on_send_emit(stream, emit_off, dst, &len, &wrote_all); in quicly_send_stream()