Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c198 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_uloop()
204 if (flags & LWS_EV_STOP) in elops_io_uloop()
/third_party/libwebsockets/lib/core-net/
Dpollfd.c172 LWS_EV_STOP | LWS_EV_READ); in _lws_change_pollfd()
180 LWS_EV_STOP | LWS_EV_WRITE); in _lws_change_pollfd()
398 context->event_loop_ops->io(wsi, LWS_EV_STOP | LWS_EV_READ | in __remove_wsi_socket_from_fds()
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c171 if (!((flags & (LWS_EV_START | LWS_EV_STOP)) && in io_sd()
317 io_sd(wsi, LWS_EV_STOP | (LWS_EV_READ | LWS_EV_WRITE)); in wsi_destroy_sd()
/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h36 LWS_EV_STOP = (1 << 3), enumerator
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c365 if (flags & LWS_EV_STOP) in elops_io_glib()
372 if (flags & LWS_EV_STOP) in elops_io_glib()
/third_party/libwebsockets/lib/plat/unix/
Dunix-fds.c254 LWS_EV_STOP | LWS_EV_READ | LWS_EV_WRITE); in lws_plat_delete_socket_from_fds()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c319 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_ev()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c299 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_event()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c556 if (!((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_uv()