Home | History | Annotate | Download | only in subproc

Lines Matching full:pipes

245 process_pipes(HANDLE proc, int pipes[3])
247 pipes[0] = ((sub_process *)proc)->sv_stdin[0];
248 pipes[1] = ((sub_process *)proc)->sv_stdout[0];
249 pipes[2] = ((sub_process *)proc)->sv_stderr[0];
288 // and the WRITE side of the stdout and stderr pipes go into pipe[1]
299 // Mark the parent sides of the pipes as non-inheritable
337 * pipe, bypassing pipes altogether.
548 TRUE, /* inherit handles (e.g. helper pipes, oserv socket) */
569 /* Close the halves of the pipes we don't need */
593 // This if should never be true for anonymous pipes, but gives