Searched defs:pipe (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dapreq_module_cgi.c352 apr_bucket *eos, *pipe; local
414 pipe = apr_bucket_pipe_create(file, ba);
416 APR_BRIGADE_INSERT_HEAD(req->in, pipe);
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c62 * score by moving a handle down the pipe into the child's stdin.
98 /* Only one of these, the pipe from our parent, meant only for
103 static HANDLE pipe; variable
281 * pipe = GetStdHandle(STD_INPUT_HANDLE);
283 if (!ReadFile(pipe, &ready_event, sizeof(HANDLE),
294 if (!ReadFile(pipe, child_exit_event, sizeof(HANDLE),
302 if (!ReadFile(pipe, &os_start, sizeof(os_start),
317 if (!ReadFile(pipe, &hScore, sizeof(hScore),
450 /* Open the pipe to the parent process to receive the inherited socket
454 * pipe
[all...]

Completed in 521 milliseconds