Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.cc375 const size_t message_frame_size = QuicFramer::GetMessageFrameSize( in HasRoomForMessageFrame() local
377 if (static_cast<QuicByteCount>(message_frame_size) > in HasRoomForMessageFrame()
381 if (BytesFree() >= message_frame_size) { in HasRoomForMessageFrame()
387 return BytesFree() >= message_frame_size; in HasRoomForMessageFrame()
/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.cc327 const size_t message_frame_size = QuicFramer::GetMessageFrameSize( in HasRoomForMessageFrame() local
329 if (BytesFree() >= message_frame_size) { in HasRoomForMessageFrame()
335 return BytesFree() >= message_frame_size; in HasRoomForMessageFrame()