Searched refs:__lws_close_free_wsi (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/core-net/ |
D | wsi-timeout.c | 50 __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()
|
D | close.c | 33 __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()
|
D | private-lib-core-net.h | 968 __lws_close_free_wsi(struct lws *wsi, enum lws_close_status, const char *caller);
|
D | wsi.c | 1432 __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/ |
D | mqtt.c | 1358 __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/ |
D | header.c | 653 __lws_close_free_wsi(wsi, LWS_CLOSE_STATUS_NOSTATUS, in lws_sul_http_ah_lifecheck()
|