Searched refs:fd_client (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/imap/ |
H A D | imap-master-client.c | 165 int fd_client, const char **error_r) 173 if (fstat(fd_client, &peer_st) < 0) { 194 int fd_client, pool_t pool) 208 i_close_fd(&fd_client); 211 if (imap_master_client_verify(&master_input, fd_client, &error) < 0) { 215 i_close_fd(&fd_client); 225 fd_client, but afterward it gets closed by client_destroy() */ 226 ret = client_create_from_input(&input, fd_client, fd_client, 231 i_close_fd(&fd_client); 164 imap_master_client_verify(const struct imap_master_input *master_input, int fd_client, const char **error_r) argument 193 imap_master_client_input_args(struct connection *conn, const char *const *args, int fd_client, pool_t pool) argument 302 int fd_client, ret; local [all...] |
H A D | imap-client-hibernate.c | 108 const string_t *cmd, int fd_client) 117 if ((ret = fd_send(fd_socket, fd_client, str_data(cmd), 1)) < 0) { 107 imap_hibernate_process_send_cmd(int fd_socket, const char *path, const string_t *cmd, int fd_client) argument
|
Completed in 10 milliseconds