Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http3_upstream.h110 int acked_stream_data_offset(int64_t stream_id, uint64_t datalen);
Dh2load_quic.cc93 int acked_stream_data_offset(ngtcp2_conn *conn, int64_t stream_id, in acked_stream_data_offset() function
350 h2load::acked_stream_data_offset, in quic_init()
Dshrpx_http3_upstream.cc345 int acked_stream_data_offset(ngtcp2_conn *conn, int64_t stream_id, in acked_stream_data_offset() function
350 if (upstream->acked_stream_data_offset(stream_id, datalen) != 0) { in acked_stream_data_offset()
358 int Http3Upstream::acked_stream_data_offset(int64_t stream_id, in acked_stream_data_offset() function in shrpx::Http3Upstream
588 shrpx::acked_stream_data_offset, in init()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_rtb.c797 if (conn->callbacks.acked_stream_data_offset) { in rtb_process_acked_pkt()
804 rv = conn->callbacks.acked_stream_data_offset( in rtb_process_acked_pkt()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h3394 ngtcp2_acked_stream_data_offset acked_stream_data_offset; member