Home
last modified time | relevance | path

Searched refs:ev_io (Results 1 – 4 of 4) sorted by relevance

/external/curl/docs/examples/
Devhiperfifo.c85 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()
369 static void fifo_cb(EV_P_ struct ev_io *w, int revents) in fifo_cb()
/external/libevent/
Devent-internal.h49 #define ev_io_next ev_.ev_io.ev_io_next
50 #define ev_io_timeout ev_.ev_io.ev_timeout
Devent.c2517 evutil_timerclear(&ev->ev_.ev_io.ev_timeout); in event_remove_timer_nolock_()
/external/libevent/include/event2/
Devent_struct.h140 } ev_io; member