Searched refs:fromCgi (Results 1 – 1 of 1) sorted by relevance
1555 struct fd_pair fromCgi; /* CGI -> httpd pipe */ in send_cgi_and_exit() local1642 xpiped_pair(fromCgi); in send_cgi_and_exit()1659 close(fromCgi.rd); in send_cgi_and_exit()1661 xmove_fd(fromCgi.wr, 1); /* replace stdout with the pipe */ in send_cgi_and_exit()1725 close(fromCgi.wr); in send_cgi_and_exit()1727 cgi_io_loop_and_exit(fromCgi.rd, toCgi.wr, post_len); in send_cgi_and_exit()