Home
last modified time | relevance | path

Searched refs:fromCgi (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dhttpd.c1555 struct fd_pair fromCgi; /* CGI -> httpd pipe */ in send_cgi_and_exit() local
1642 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()