Searched defs:MY_EV_SET (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib/ |
H A D | ioloop-kqueue.c | 23 # define MY_EV_SET(a, b, c, d, e, f, g) \ macro 26 # define MY_EV_SET(a, b, c, d, e, f, g) \ macro 64 MY_EV_SET(&ev, io->fd, EVFILT_READ, EV_ADD, 0, 0, io); 69 MY_EV_SET(&ev, io->fd, EVFILT_WRITE, EV_ADD, 0, 0, io); 89 MY_EV_SET(&ev, io->fd, EVFILT_READ, EV_DELETE, 0, 0, NULL); 94 MY_EV_SET(&ev, io->fd, EVFILT_WRITE, EV_DELETE, 0, 0, NULL);
|
H A D | ioloop-notify-kqueue.c | 24 # define MY_EV_SET(a, b, c, d, e, f, g) \ macro 27 # define MY_EV_SET(a, b, c, d, e, f, g) \ macro 164 MY_EV_SET(&ev, fd, EVFILT_VNODE, EV_ADD | EV_CLEAR, 190 MY_EV_SET(&ev, io->fd, EVFILT_VNODE, EV_DELETE, 0, 0, NULL);
|
Completed in 13 milliseconds