Searched refs:LWS_EV_STOP (Results 1 – 9 of 9) sorted by relevance
198 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_uloop()204 if (flags & LWS_EV_STOP) in elops_io_uloop()
172 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()
171 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()
36 LWS_EV_STOP = (1 << 3), enumerator
365 if (flags & LWS_EV_STOP) in elops_io_glib()372 if (flags & LWS_EV_STOP) in elops_io_glib()
254 LWS_EV_STOP | LWS_EV_READ | LWS_EV_WRITE); in lws_plat_delete_socket_from_fds()
319 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_ev()
299 assert((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_event()
556 if (!((flags & (LWS_EV_START | LWS_EV_STOP)) && in elops_io_uv()