Home
last modified time | relevance | path

Searched refs:LWS_EV_START (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c171 if (!((flags & (LWS_EV_START | LWS_EV_STOP)) && in io_sd()
178 if (flags & LWS_EV_START) { in io_sd()
229 io_sd(wsi, LWS_EV_START | LWS_EV_READ); in init_vhost_listen_wsi_sd()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c319 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_ev()
322 if (flags & LWS_EV_START) { in elops_io_ev()
400 elops_io_ev(wsi, LWS_EV_START | LWS_EV_READ); in elops_init_vhost_listen_wsi_ev()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c299 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_event()
302 if (flags & LWS_EV_START) { in elops_io_event()
438 elops_io_event(wsi, LWS_EV_START | LWS_EV_READ); in elops_init_vhost_listen_wsi_event()
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c198 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_uloop()
202 if (flags & LWS_EV_START) in elops_io_uloop()
/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h35 LWS_EV_START = (1 << 2), enumerator
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c557 if (!((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_uv()
569 if (flags & LWS_EV_START) { in elops_io_uv()
638 elops_io_uv(wsi, LWS_EV_START | LWS_EV_READ); in elops_init_vhost_listen_wsi_uv()
/third_party/libwebsockets/lib/plat/unix/
Dunix-fds.c241 context->event_loop_ops->io(wsi, LWS_EV_START | LWS_EV_READ); in lws_plat_insert_socket_into_fds()
/third_party/libwebsockets/lib/core-net/
Dpollfd.c176 LWS_EV_START | LWS_EV_READ); in _lws_change_pollfd()
184 LWS_EV_START | LWS_EV_WRITE); in _lws_change_pollfd()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c224 if (flags & LWS_EV_START) { in io_custom()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c215 context->event_loop_ops->io(wsi, LWS_EV_START | LWS_EV_READ); in lws_plat_insert_socket_into_fds()