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

/dovecot/src/lib/
H A Dioloop-poll.c15 struct pollfd *fds;
27 ctx->fds = i_new(struct pollfd, ctx->fds_count);
70 ctx->fds = i_realloc_type(ctx->fds, struct pollfd,
75 /* update existing pollfd */
78 /* add new pollfd */
133 /* remove the whole pollfd */
138 /* move the last pollfd over the removed one */
147 struct pollfd *pollfd; local
180 pollfd
[all...]

Completed in 8 milliseconds