Searched refs:acked_stream_data_offset (Results 1 – 5 of 5) sorted by relevance
110 int acked_stream_data_offset(int64_t stream_id, uint64_t datalen);
93 int acked_stream_data_offset(ngtcp2_conn *conn, int64_t stream_id, in acked_stream_data_offset() function350 h2load::acked_stream_data_offset, in quic_init()
345 int acked_stream_data_offset(ngtcp2_conn *conn, int64_t stream_id, in acked_stream_data_offset() function350 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::Http3Upstream588 shrpx::acked_stream_data_offset, in init()
797 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()
3394 ngtcp2_acked_stream_data_offset acked_stream_data_offset; member