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

/dovecot/src/lib/
H A Dioloop-notify-inotify.c23 struct ioloop_notify_fd_context fd_ctx; member in struct:ioloop_notify_handler_context
65 io = io_notify_fd_find(&ctx->fd_ctx, event->wd);
127 *io_r = io_notify_fd_add(&ctx->fd_ctx, wd, callback, context);
147 io_notify_fd_free(&ctx->fd_ctx, io);
149 if (ctx->fd_ctx.notifies == NULL && ctx->event_io != NULL)
196 while (ctx->fd_ctx.notifies != NULL) {
197 struct io_notify *io = ctx->fd_ctx.notifies;
229 for (io = ctx->fd_ctx.notifies; io != NULL; io = io->next)

Completed in 10 milliseconds