Lines Matching defs:revents
117 static void timer_cb(EV_P_ struct ev_timer *w, int revents);
202 static void event_cb(EV_P_ struct ev_io *w, int revents)
204 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents);
208 int action = ((revents & EV_READ) ? CURL_POLL_IN : 0) |
209 ((revents & EV_WRITE) ? CURL_POLL_OUT : 0);
220 static void timer_cb(EV_P_ struct ev_timer *w, int revents)
222 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents);
372 static void fifo_cb(EV_P_ struct ev_io *w, int revents)