Home
last modified time | relevance | path

Searched refs:ReadFrameLength (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/http/
H A Dhttp_decoder.h159 bool ReadFrameLength(QuicDataReader* reader);
H A Dhttp_decoder.cc54 continue_processing = ReadFrameLength(&reader); in ProcessInput()
102 bool HttpDecoder::ReadFrameLength(QuicDataReader* reader) { in ReadFrameLength() function in quic::HttpDecoder
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dhttp_decoder.h166 bool ReadFrameLength(QuicDataReader* reader);
H A Dhttp_decoder.cc102 continue_processing = ReadFrameLength(&reader); in ProcessInput()
170 bool HttpDecoder::ReadFrameLength(QuicDataReader* reader) { in ReadFrameLength() function in quic::HttpDecoder