Lines Matching refs:fd_out
51 int fd_in, fd_out, fd_ctrl;
149 client->fd_out = -1;
167 int fd_in, int fd_out, bool debug)
173 net_set_nonblock(fd_out, TRUE);
178 client->fd_out = fd_out;
197 client->output = o_stream_create_fd(fd_out, (size_t)-1);
251 fd_close_maybe_stdio(&client->fd_in, &client->fd_out);
766 client->fd_out = client->fd_in;
768 if (ret > 0 && client->fd_out == -1) {
770 sizeof(data), &client->fd_out);
787 if (client->fd_in == -1 || client->fd_out == -1) {
806 if (client->fd_in == -1 || client->fd_out == -1) {
917 client->output = o_stream_create_fd(client->fd_out, (size_t)-1);