OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPayloadLengthWithEightByteExtendedLengthField
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/websockets/
websocket_frame.cc
26
const uint64
kPayloadLengthWithEightByteExtendedLengthField
= 127;
126
second_byte |=
kPayloadLengthWithEightByteExtendedLengthField
;
websocket_frame_parser.cc
30
const uint64
kPayloadLengthWithEightByteExtendedLengthField
= 127;
132
} else if (payload_length ==
kPayloadLengthWithEightByteExtendedLengthField
) {
Completed in 866 milliseconds