Searched refs:destroy_wsi (Results 1 – 4 of 4) sorted by relevance
376 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()
257 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()
67 void (*destroy_wsi)(struct lws *wsi); member
420 .destroy_wsi = wsi_destroy_sd,