Lines Matching refs:fd_client
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);
302 int fd_client, ret;
311 fd_client = i_stream_unix_get_read_fd(conn->input);
312 if (fd_client == -1) {
322 ret = imap_master_client_input_args(conn, (void *)args, fd_client, pool);