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

/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketFrame.cpp42 const size_t maxPayloadLengthWithoutExtendedLengthField = 125; member in namespace:WebCore
49 return payloadLength > maxPayloadLengthWithoutExtendedLengthField;
71 if (payloadLength64 > maxPayloadLengthWithoutExtendedLengthField) {
86 if (extendedPayloadLengthSize == 2 && payloadLength64 <= maxPayloadLengthWithoutExtendedLengthField) {
152 if (payloadLength <= maxPayloadLengthWithoutExtendedLengthField)

Completed in 131 milliseconds