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

/dovecot/src/lib/
H A Dioloop-poll.c43 #define IO_POLL_OUTPUT (POLLOUT | IO_POLL_ERROR) macro
91 ctx->fds[index].events |= IO_POLL_OUTPUT;
196 call = (pollfd->revents & IO_POLL_OUTPUT) != 0;
197 pollfd->revents &= ~IO_POLL_OUTPUT;

Completed in 11 milliseconds