Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dhttpd.c1556 struct fd_pair toCgi; /* httpd -> CGI pipe */ in send_cgi_and_exit() local
1643 xpiped_pair(toCgi); in send_cgi_and_exit()
1658 close(toCgi.wr); in send_cgi_and_exit()
1660 xmove_fd(toCgi.rd, 0); /* replace stdin with the pipe */ in send_cgi_and_exit()
1726 close(toCgi.rd); in send_cgi_and_exit()
1727 cgi_io_loop_and_exit(fromCgi.rd, toCgi.wr, post_len); in send_cgi_and_exit()