Home
last modified time | relevance | path

Searched refs:stream_contributes_to_connection_flow_control_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream.cc363 stream_contributes_to_connection_flow_control_(true), in QuicStream()
745 if (!stream_contributes_to_connection_flow_control_) { in MaybeSendBlocked()
983 if (stream_contributes_to_connection_flow_control_) { in MaybeIncreaseHighestReceivedOffset()
998 if (stream_contributes_to_connection_flow_control_) { in AddBytesSent()
1021 if (stream_contributes_to_connection_flow_control_) { in AddBytesConsumed()
1441 if (stream_contributes_to_connection_flow_control_) { in CalculateSendWindowSize()
H A Dquic_stream.h399 stream_contributes_to_connection_flow_control_ = false; in DisableConnectionFlowControlForThisStream()
583 bool stream_contributes_to_connection_flow_control_; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_stream_peer.cc90 return stream->stream_contributes_to_connection_flow_control_; in StreamContributesToConnectionFlowControl()