Searched refs:finalBit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketFrame.cpp35 const unsigned char finalBit = 0x80; member in namespace:WebCore
63 bool final = firstByte & finalBit;
149 frameData.at(0) = (final ? finalBit : 0) | (compress ? compressBit : 0) | opCode;

Completed in 202 milliseconds