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

/httpd/modules/arch/unix/
H A Dmod_privileges.c179 apr_exit_why_e exitwhy; local
225 rv = apr_proc_wait(&proc, &exitcode, &exitwhy, APR_WAIT);
/httpd/modules/ssl/
H A Dssl_ct_util.c351 apr_exit_why_e exitwhy; local
395 rv = apr_proc_wait(&proc, &exitcode, &exitwhy, APR_WAIT);
403 exitwhy == APR_PROC_EXIT ? "exited normally" : "exited due to a signal");
/httpd/server/mpm/motorz/
H A Dmotorz.c1265 apr_exit_why_e exitwhy; local
1270 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
1277 processed_status = ap_process_child_status(&pid, exitwhy, status);
/httpd/server/mpm/prefork/
H A Dprefork.c1050 apr_exit_why_e exitwhy; local
1055 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
1062 processed_status = ap_process_child_status(&pid, exitwhy, status);
/httpd/server/mpm/worker/
H A Dworker.c1692 apr_exit_why_e exitwhy; local
1698 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
1701 processed_status = ap_process_child_status(&pid, exitwhy, status);
/httpd/server/mpm/event/
H A Devent.c2953 apr_exit_why_e exitwhy; local
2959 ap_wait_or_timeout(&exitwhy, &status, &pid, pconf, ap_server_conf);
2962 processed_status = ap_process_child_status(&pid, exitwhy, status);

Completed in 40 milliseconds