Home
last modified time | relevance | path

Searched refs:destroy_wsi (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dwsi.c376 if (!wsi->a.context->event_loop_ops->destroy_wsi && in lws_wsi_extract_from_loop()
382 if (wsi->a.context->event_loop_ops->destroy_wsi) in lws_wsi_extract_from_loop()
383 wsi->a.context->event_loop_ops->destroy_wsi(wsi); in lws_wsi_extract_from_loop()
1115 if (wsi->a.context->event_loop_ops->destroy_wsi) in _lws_generic_transaction_completed_active_conn()
1116 wsi->a.context->event_loop_ops->destroy_wsi(wsi); in _lws_generic_transaction_completed_active_conn()
Dclose.c257 if (wsi->a.context->event_loop_ops->destroy_wsi) in __lws_free_wsi()
258 wsi->a.context->event_loop_ops->destroy_wsi(wsi); in __lws_free_wsi()
/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h67 void (*destroy_wsi)(struct lws *wsi); member
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c420 .destroy_wsi = wsi_destroy_sd,