OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxPayloadLengthWithoutExtendedLengthField
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/websockets/
websocket_frame.cc
24
const uint64
kMaxPayloadLengthWithoutExtendedLengthField
= 125;
71
if (header.payload_length >
kMaxPayloadLengthWithoutExtendedLengthField
&&
120
if (header.payload_length <=
kMaxPayloadLengthWithoutExtendedLengthField
) {
websocket_frame_parser.cc
28
const uint64
kMaxPayloadLengthWithoutExtendedLengthField
= 125;
130
if (payload_length <=
kMaxPayloadLengthWithoutExtendedLengthField
)
Completed in 33 milliseconds