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

/httpd/server/mpm/winnt/
H A Dmpm_winnt.c358 HANDLE hDup; local
362 if (!DuplicateHandle(hCurrentProcess, child_ready_event, hProcess, &hDup,
368 if ((rv = apr_file_write_full(child_in, &hDup, sizeof(hDup), NULL))
374 if (!DuplicateHandle(hCurrentProcess, child_exit_event, hProcess, &hDup,
380 if ((rv = apr_file_write_full(child_in, &hDup, sizeof(hDup), NULL))
391 if (!DuplicateHandle(hCurrentProcess, os_start, hProcess, &hDup,
397 if ((rv = apr_file_write_full(child_in, &hDup, sizeof(hDup), NUL
[all...]

Completed in 12 milliseconds