Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dwsi-timeout.c50 __lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_sul_hrtimer_cb()
119 __lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, "timeout"); in lws_sul_wsitimeout_cb()
213 __lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_validity_cb()
Dclose.c33 __lws_close_free_wsi(w, (enum lws_close_status)-1, "trans q leader closing"); in lws_close_trans_q_leader()
346 __lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, in __lws_close_free_wsi() function
413 __lws_close_free_wsi(wsi2, reason, in __lws_close_free_wsi()
1017 __lws_close_free_wsi(wsi, reason, caller); in lws_close_free_wsi()
Dprivate-lib-core-net.h968 __lws_close_free_wsi(struct lws *wsi, enum lws_close_status, const char *caller);
Dwsi.c1432 __lws_close_free_wsi(*w, (enum lws_close_status)reason, "mux child recurse"); in lws_wsi_mux_close_children()
/third_party/libwebsockets/lib/roles/mqtt/
Dmqtt.c1358 __lws_close_free_wsi(w, in _lws_mqtt_rx_parser()
1444 __lws_close_free_wsi(w, in _lws_mqtt_rx_parser()
1554 __lws_close_free_wsi(w, in _lws_mqtt_rx_parser()
/third_party/libwebsockets/lib/roles/http/
Dheader.c653 __lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_sul_http_ah_lifecheck()