Home
last modified time | relevance | path

Searched refs:lws_close_reason (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c148 lws_close_reason(wsi, LWS_CLOSE_STATUS_PROTOCOL_ERR, in lws_ws_rx_sm()
163 lws_close_reason(wsi, in lws_ws_rx_sm()
184 lws_close_reason(wsi, in lws_ws_rx_sm()
204 lws_close_reason(wsi, LWS_CLOSE_STATUS_PROTOCOL_ERR, in lws_ws_rx_sm()
214 lws_close_reason(wsi, LWS_CLOSE_STATUS_PROTOCOL_ERR, in lws_ws_rx_sm()
233 lws_close_reason(wsi, LWS_CLOSE_STATUS_PROTOCOL_ERR, in lws_ws_rx_sm()
663 lws_close_reason(wsi, in lws_ws_rx_sm()
678 lws_close_reason(wsi, in lws_ws_rx_sm()
909 lws_close_reason(struct lws *wsi, enum lws_close_status status, in lws_close_reason() function
Dclient-parser-ws.c577 lws_close_reason(wsi, in lws_ws_client_rx_sm()
592 lws_close_reason(wsi, in lws_ws_client_rx_sm()
684 lws_close_reason(wsi, in lws_ws_client_rx_sm()
Dserver-ws.c949 lws_close_reason(wsi, LWS_CLOSE_STATUS_INVALID_PAYLOAD, in lws_ws_frame_rest_is_payload()
958 lws_close_reason(wsi, LWS_CLOSE_STATUS_INVALID_PAYLOAD, in lws_ws_frame_rest_is_payload()
/third_party/libwebsockets/include/libwebsockets/
Dlws-ws-close.h122 lws_close_reason(struct lws *wsi, enum lws_close_status status,
/third_party/libwebsockets/plugins/
Dprotocol_dumb_increment.c92 lws_close_reason(wsi, LWS_CLOSE_STATUS_GOINGAWAY, in callback_dumb_increment()
/third_party/libwebsockets/plugin-standalone/
Dprotocol_example_standalone.c114 lws_close_reason(wsi, LWS_CLOSE_STATUS_GOINGAWAY, in callback_dumb_increment()