Searched refs:ev_io (Results 1 – 10 of 10) sorted by relevance
85 struct ev_io fifo_event;110 struct ev_io ev;200 static void event_cb(EV_P_ struct ev_io *w, int revents) in event_cb()370 static void fifo_cb(EV_P_ struct ev_io *w, int revents) in fifo_cb()
43 ev_io watcher;
79 lws_accept_cb(struct ev_loop *loop, struct ev_io *watcher, int revents) in lws_accept_cb()
91 static void recv_cb(EV_P_ ev_io *w, int revents) { in recv_cb()287 ev_io watcher; in main()
104 static void recv_cb(EV_P_ ev_io *w, int revents) { in recv_cb()386 ev_io watcher; in main()
202 static void recv_cb(EV_P_ ev_io *w, int revents) { in recv_cb()470 ev_io watcher; in main()
218 static void recv_cb(EV_P_ ev_io *w, int revents) { in recv_cb()557 ev_io watcher; in main()
49 #define ev_io_next ev_.ev_io.ev_io_next50 #define ev_io_timeout ev_.ev_io.ev_timeout
2567 evutil_timerclear(&ev->ev_.ev_io.ev_timeout); in event_remove_timer_nolock_()
140 } ev_io; member