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

/dovecot/src/master/
H A Dservice-process-notify.c15 struct io *io_write; member in struct:service_process_notify
40 if (notify->io_write == NULL)
52 io_remove(&notify->io_write);
71 io_remove(&notify->io_write);
81 io_remove(&notify->io_write);
94 if (notify->io_write == NULL) {
95 notify->io_write = io_add(notify->fd, IO_WRITE,

Completed in 825 milliseconds