Searched refs:WEBSOCKET_OPCODE_CLOSE (Results 1 – 2 of 2) sorted by relevance
48 WEBSOCKET_OPCODE_CLOSE = 0x08, /**< Closing connection */ enumerator
69 case WEBSOCKET_OPCODE_CLOSE: in opcode2str()423 ret = websocket_send_msg(ctx->sock, NULL, 0, WEBSOCKET_OPCODE_CLOSE, in websocket_interal_disconnect()664 opcode != WEBSOCKET_OPCODE_CLOSE && in websocket_send_msg()771 case WEBSOCKET_OPCODE_CLOSE: in websocket_opcode2flag()