Home
last modified time | relevance | path

Searched refs:is_store_full (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_buffered_packet_store.cc208 bool is_store_full = in ShouldBufferPacket() local
212 return is_store_full; in ShouldBufferPacket()
220 return is_store_full || reach_non_chlo_limit; in ShouldBufferPacket()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_buffered_packet_store.cc221 bool is_store_full = in ShouldNotBufferPacket() local
225 return is_store_full; in ShouldNotBufferPacket()
233 return is_store_full || reach_non_chlo_limit; in ShouldNotBufferPacket()