Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Ddriver_h3.cc199 stream->callbacks->on_send_shift(stream, bytes_to_shift); in LLVMFuzzerTestOneInput()
/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Dhttp3client.c571 static void on_send_shift(quicly_stream_t *qs, size_t delta) in on_send_shift() 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/deps/quicly/include/
H A Dquicly.h597 void (*on_send_shift)(quicly_stream_t *stream, size_t delta); member
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c705 static void on_send_shift(quicly_stream_t *qs, size_t delta) in on_send_shift() 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.c2618 stream->callbacks->on_send_shift(stream, bytes_to_shift); in on_ack_stream_ack_one()