Home
last modified time | relevance | path

Searched refs:LWS_EV_READ (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c172 (flags & (LWS_EV_READ | LWS_EV_WRITE)))) { in io_sd()
182 if (flags & LWS_EV_READ) in io_sd()
195 if (flags & LWS_EV_READ) in io_sd()
229 io_sd(wsi, LWS_EV_START | LWS_EV_READ); in init_vhost_listen_wsi_sd()
317 io_sd(wsi, LWS_EV_STOP | (LWS_EV_READ | LWS_EV_WRITE)); in wsi_destroy_sd()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c320 (flags & (LWS_EV_READ | LWS_EV_WRITE))); in elops_io_ev()
325 if (flags & LWS_EV_READ) in elops_io_ev()
330 if (flags & LWS_EV_READ) 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.c300 (flags & (LWS_EV_READ | LWS_EV_WRITE))); in elops_io_event()
308 if ((flags & LWS_EV_READ) && !wpr->w_read.set) { in elops_io_event()
318 if ((flags & LWS_EV_READ) && wpr->w_read.set) { 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/plat/unix/
Dunix-fds.c241 context->event_loop_ops->io(wsi, LWS_EV_START | LWS_EV_READ); in lws_plat_insert_socket_into_fds()
254 LWS_EV_STOP | LWS_EV_READ | LWS_EV_WRITE); in lws_plat_delete_socket_from_fds()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c557 (flags & (LWS_EV_READ | LWS_EV_WRITE)))) { in elops_io_uv()
572 if (flags & LWS_EV_READ) in elops_io_uv()
580 if (flags & LWS_EV_READ) in elops_io_uv()
637 elops_io_uv(wsi, LWS_EV_START | LWS_EV_READ); in elops_init_vhost_listen_wsi_uv()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c228 if (flags & LWS_EV_READ) in io_custom()
234 if (flags & LWS_EV_READ) in io_custom()
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c193 ((flags & LWS_EV_READ) ? ULOOP_READ : 0)), u; in elops_io_uloop()
199 (flags & (LWS_EV_READ | LWS_EV_WRITE))); in elops_io_uloop()
/third_party/libwebsockets/lib/core-net/
Dpollfd.c172 LWS_EV_STOP | LWS_EV_READ); in _lws_change_pollfd()
176 LWS_EV_START | LWS_EV_READ); 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/include/libwebsockets/
Dlws-eventlib-exports.h33 LWS_EV_READ = (1 << 0), enumerator
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c364 if (flags & LWS_EV_READ) { in elops_io_glib()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c205 context->event_loop_ops->io(wsi, LWS_EV_START | LWS_EV_READ); in lws_plat_insert_socket_into_fds()