Searched refs:kMaskBit (Results 1 – 3 of 3) sorted by relevance
26 const uint8 kMaskBit = 0x80; variable121 bool masked = (second_byte & kMaskBit) != 0; in DecodeFrameHeader()
23 const uint8 kMaskBit = 0x80; variable119 second_byte |= header.masked ? kMaskBit : 0u; in WriteWebSocketFrameHeader()
162 const unsigned char kMaskBit = 0x80; variable291 bool masked = (second_byte & kMaskBit) != 0; in DecodeFrameHybi17()369 char mask_key_bit = masking_key != 0 ? kMaskBit : 0; in EncodeFrameHybi17()