Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_frame.cc48 constexpr uint64_t kPayloadLengthWithTwoByteExtendedLengthField = 126; variable
151 second_byte |= kPayloadLengthWithTwoByteExtendedLengthField; in WriteWebSocketFrameHeader()
H A Dwebsocket_frame_parser.cc28 constexpr uint64_t kPayloadLengthWithTwoByteExtendedLengthField = 126; variable
130 if (payload_length == kPayloadLengthWithTwoByteExtendedLengthField) { in DecodeFrameHeader()