Home
last modified time | relevance | path

Searched refs:WS_IDLE (Results 1 – 2 of 2) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dwebsocket.c62 { WS_IDLE = 0, /* initial state */ enumerator
227 { ws_state_names[WS_IDLE] = PL_new_atom("idle"); in init_state_names()
718 if ( ctx->state != WS_IDLE ) in ws_start_message()
829 ctx->state = (ctx->opcode == WS_OP_CONTINUE ? WS_CLOSED : WS_IDLE); in ws_send()
864 { ctx->state = WS_IDLE; in ws_read_header()
866 } else if ( ctx->state != WS_IDLE ) in ws_read_header()
/dports/irc/bitlbee-discord/bitlbee-discord-0.4.3-7-g607f988/src/
H A Ddiscord.h27 WS_IDLE, enumerator