Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/main/
Dalloc.c2296 int *pipe_in, int *pipe_out, int *pipe_err) argument
2308 if (pipe_out && os_pipe(out_fds) < 0) {
2324 if (pipe_out) {
2338 if (pipe_out) {
2354 if (pipe_out) {
2383 if (pipe_out) {
2385 *pipe_out = out_fds[0];
2404 FILE **pipe_in, FILE **pipe_out, argument
2415 pipe_out ? &fd_out : NULL,
2425 if (pipe_out) {
[all …]
/mirbsd/src/usr.sbin/httpd/src/include/
Dbuff.h182 enum kill_conditions, BUFF **pipe_in, BUFF **pipe_out, BUFF **pipe_err);
Dap_alloc.h402 void *, enum kill_conditions, FILE **pipe_in, FILE **pipe_out,