Searched defs:frame_byte (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/websockets/
H A Dwebsocket_frame_handler.cc97 unsigned char frame_byte = static_cast<unsigned char>(*p++); local
98 if ((frame_byte & 0x80) == 0x80) {
H A Dwebsocket.cc313 unsigned char frame_byte = static_cast<unsigned char>(*p++); local
314 if ((frame_byte & 0x80) == 0x80) {
335 frame_byte == 0xFF && length == 0) {
365 if (frame_byte == 0x00) {

Completed in 146 milliseconds