Lines Matching refs:arg
2082 unsigned long arg; in fd_reify() local
2084 …bev: only socket fds supported in this configuration", ioctlsocket (handle, FIONREAD, &arg) == 0)); in fd_reify()
2210 unsigned long arg = 1; in fd_intern() local
2211 ioctlsocket (EV_FD_TO_WIN32_HANDLE (fd), FIONBIO, &arg); in fd_intern()
4916 void (*cb)(int revents, void *arg);
4917 void *arg; member
4923 void (*cb)(int revents, void *arg) = once->cb; in once_cb()
4924 void *arg = once->arg; in once_cb() local
4930 cb (revents, arg); in once_cb()
4950 ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg… in ev_once() argument
4956 cb (EV_ERROR | EV_READ | EV_WRITE | EV_TIMER, arg); in ev_once()
4961 once->arg = arg; in ev_once()