Home
last modified time | relevance | path

Searched refs:destroy_self (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c91 if (pt->destroy_self) in lws_uloop_idle_timer_cb()
123 if (pt->destroy_self) { in lws_uloop_cb()
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c147 if (pt->destroy_self) in lws_glib_dispatch()
216 if (pt->destroy_self) in lws_glib_idle_timer_cb()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c83 if (pt->destroy_self) in lws_ev_idle_cb()
334 if (pt->destroy_self) in elops_io_ev()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c98 if (pt->destroy_self) in lws_event_idle_timer_cb()
147 if (pt->destroy_self) { in lws_event_cb()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c224 if (pt->destroy_self) { in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c125 if (pt->destroy_self) { in sock_accept_handler()
/third_party/libwebsockets/lib/core/
Dcontext.c1846 pt->destroy_self = 1; in lws_context_destroy()
2131 pt->destroy_self = 0; in lws_context_destroy()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c150 if (pt->destroy_self) { in lws_io_cb()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h388 unsigned char destroy_self:1; member