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

/dovecot/src/lib/
H A Dioloop-select.c15 int highest_fd; member in struct:ioloop_handler_context
26 max_highest_fd = ctx->highest_fd-1;
27 ctx->highest_fd = -1;
30 if (io->fd <= ctx->highest_fd)
33 ctx->highest_fd = io->fd;
35 if (ctx->highest_fd == max_highest_fd)
46 ctx->highest_fd = -1;
74 if (io->fd > ctx->highest_fd)
75 ctx->highest_fd = io->fd;
95 if (io->fd == ctx->highest_fd)
[all...]

Completed in 728 milliseconds