Searched refs:call (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dioloop-poll.c151 bool call; local
158 the poll() call, not during it. keep timeouts short enough
187 call = TRUE;
190 call = TRUE;
193 call = (pollfd->revents & IO_POLL_INPUT) != 0;
196 call = (pollfd->revents & IO_POLL_OUTPUT) != 0;
199 call = (pollfd->revents & IO_POLL_ERROR) != 0;
202 call = FALSE;
208 if (call)
H A Dioloop-epoll.c173 bool call; local
211 call = FALSE;
213 call = TRUE;
215 call = (event->events & EPOLLIN) != 0;
217 call = (event->events & EPOLLOUT) != 0;
219 call = (event->events & IO_EPOLL_ERROR) != 0;
221 if (call)
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c241 bool call = FALSE; local
247 call = TRUE;
253 call = TRUE;
256 if (call)
880 /* log has changed. call the callback with a small delay
902 /* log has changed. call the callback with a small delay

Completed in 9 milliseconds