HomeSort by relevance Sort by last modified time
    Searched refs:frame_byte (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/websockets/
websocket_frame_handler.cc 97 unsigned char frame_byte = static_cast<unsigned char>(*p++); local
98 if ((frame_byte & 0x80) == 0x80) {
websocket.cc 313 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 150 milliseconds