Lines Matching defs:fd_notify
44 const buffer_t *state, int fd_notify)
99 if (fd_notify != -1)
151 const buffer_t *state, int fd_notify, int *fd_r)
171 imap_hibernate_write_cmd(client, cmd, state, fd_notify);
177 else if (fd_notify != -1) {
178 if ((ret = fd_send(fd, fd_notify, "\n", 1)) < 0)
197 int ret, fd_notify = -1, fd_hibernate = -1;
222 fd_notify = mailbox_watch_extract_notify_fd(client->mailbox,
224 if (fd_notify == -1) {
234 if (imap_hibernate_process_send(client, state, fd_notify, &fd_hibernate) < 0)
237 i_close_fd(&fd_notify);