Searched defs:IO_POLL_INPUT (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dioloop-poll.c42 #define IO_POLL_INPUT (POLLIN | POLLPRI | IO_POLL_ERROR) macro
89 ctx->fds[index].events |= IO_POLL_INPUT;
193 call = (pollfd->revents & IO_POLL_INPUT) != 0;
194 pollfd->revents &= ~IO_POLL_INPUT;

Completed in 9 milliseconds