Searched refs:fd_socket (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/imap/
H A Dimap-client-hibernate.c107 imap_hibernate_process_send_cmd(int fd_socket, const char *path, argument
112 i_assert(fd_socket != -1);
115 if (imap_hibernate_handshake(fd_socket, path) < 0)
117 if ((ret = fd_send(fd_socket, fd_client, str_data(cmd), 1)) < 0) {
121 if ((ret = write_full(fd_socket, str_data(cmd)+1, str_len(cmd)-1)) < 0) {

Completed in 7 milliseconds