Searched refs:fd_notify (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/imap/ |
H A D | imap-client-hibernate.c | 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; local 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, 43 imap_hibernate_write_cmd(struct client *client, string_t *cmd, const buffer_t *state, int fd_notify) argument 150 imap_hibernate_process_send(struct client *client, const buffer_t *state, int fd_notify, int *fd_r) argument [all...] |
Completed in 221 milliseconds