Searched refs:FRAME_CLOSE (Results 1 – 2 of 2) sorted by relevance
7 FRAME_CLOSE = 0x8, FRAME_PING, FRAME_PONG enumerator
137 if (frame_type >= FRAME_CLOSE) { in websocket_read()156 if ((self->last_flags & FRAME_OPCODE_MASK) >= FRAME_CLOSE) { in websocket_read()196 if (frame_type == FRAME_CLOSE) { in websocket_read()
Completed in 3 milliseconds