Searched refs:kPayloadLengthWithTwoByteExtendedLengthField (Results 1 – 2 of 2) sorted by relevance
29 const uint64 kPayloadLengthWithTwoByteExtendedLengthField = 126; variable123 if (payload_length == kPayloadLengthWithTwoByteExtendedLengthField) { in DecodeFrameHeader()
25 const uint64 kPayloadLengthWithTwoByteExtendedLengthField = 126; variable123 second_byte |= kPayloadLengthWithTwoByteExtendedLengthField; in WriteWebSocketFrameHeader()