Searched refs:close_handle_manually (Results 1 – 3 of 3) sorted by relevance
50 void (*close_handle_manually)(struct lws *wsi); member
791 close_handle_manually) { in lws_callback_http_dummy()794 close_handle_manually(siwsi); in lws_callback_http_dummy()
1149 if (wsi->context->event_loop_ops->close_handle_manually)1150 wsi->context->event_loop_ops->close_handle_manually(wsi);