Searched defs:hproc (Results 1 - 2 of 2) sorted by relevance
/httpd/support/win32/ |
H A D | wintty.c | 85 HANDLE hproc, thread; local 155 hproc = GetCurrentProcess(); 174 else if (DuplicateHandle(hproc, hstdin, hproc, &hdup, 0, 189 else if (DuplicateHandle(hproc, hstdout, hproc, &hdup, 0, 204 else if (DuplicateHandle(hproc, hstderr, hproc, &hdup, 0,
|
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 637 CloseHandle(new_child.hproc); 646 new_child.hproc, new_child.in)) { 656 CloseHandle(new_child.hproc); 666 waitlist[waitlist_term] = new_child.hproc; 676 CloseHandle(new_child.hproc); 689 CloseHandle(new_child.hproc); 696 *child_proc = new_child.hproc; 1038 HANDLE hproc = GetCurrentProcess(); local 1053 if (DuplicateHandle(hproc, pipe, 1054 hproc, [all...] |
Completed in 13 milliseconds