Searched refs:last_flags (Results 1 – 1 of 1) sorted by relevance
55 byte last_flags; member103 self->last_flags = frame_type; in websocket_read()156 if ((self->last_flags & FRAME_OPCODE_MASK) >= FRAME_CLOSE) { in websocket_read()195 byte frame_type = self->last_flags & FRAME_OPCODE_MASK; in websocket_read()
Completed in 3 milliseconds