Home
last modified time | relevance | path

Searched refs:MaybeCoalesceStreamFrame (Results 1 – 4 of 4) 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_packet_creator.h480 bool MaybeCoalesceStreamFrame(const QuicStreamFrame& frame);
H A Dquic_packet_creator.cc1465 if (MaybeCoalesceStreamFrame(frame.stream_frame)) { in AddFrame()
1529 bool QuicPacketCreator::MaybeCoalesceStreamFrame(const QuicStreamFrame& frame) { in MaybeCoalesceStreamFrame() function in quic::QuicPacketCreator
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.h539 bool MaybeCoalesceStreamFrame(const QuicStreamFrame& frame);
H A Dquic_packet_creator.cc1608 if (MaybeCoalesceStreamFrame(frame.stream_frame)) { in AddFrame()
1699 bool QuicPacketCreator::MaybeCoalesceStreamFrame(const QuicStreamFrame& frame) { in MaybeCoalesceStreamFrame() function in quic::QuicPacketCreator