Home
last modified time | relevance | path

Searched refs:close_handle_manually (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/event-libs/
Dprivate-lib-event-libs.h50 void (*close_handle_manually)(struct lws *wsi); member
/external/libwebsockets/lib/core-net/
Ddummy-callback.c791 close_handle_manually) { in lws_callback_http_dummy()
794 close_handle_manually(siwsi); in lws_callback_http_dummy()
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c1149 if (wsi->context->event_loop_ops->close_handle_manually)
1150 wsi->context->event_loop_ops->close_handle_manually(wsi);