Searched refs:no_detach (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/prefork/
H A Dprefork.c1356 int no_detach, debug, foreground; local
1366 no_detach = 0;
1370 no_detach = ap_exists_config_define("NO_DETACH");
1389 rv = apr_proc_detach(no_detach ? APR_PROC_DETACH_FOREGROUND
/httpd/server/mpm/motorz/
H A Dmotorz.c1566 int no_detach, debug, foreground; local
1577 no_detach = 0;
1581 no_detach = ap_exists_config_define("NO_DETACH");
1601 rv = apr_proc_detach(no_detach ? APR_PROC_DETACH_FOREGROUND
/httpd/server/mpm/worker/
H A Dworker.c2111 int no_detach, debug, foreground; local
2121 no_detach = 0;
2125 no_detach = ap_exists_config_define("NO_DETACH");
2142 rv = apr_proc_detach(no_detach ? APR_PROC_DETACH_FOREGROUND
/httpd/server/mpm/event/
H A Devent.c3361 int no_detach, debug, foreground; local
3371 no_detach = 0;
3375 no_detach = ap_exists_config_define("NO_DETACH");
3412 rv = apr_proc_detach(no_detach ? APR_PROC_DETACH_FOREGROUND

Completed in 621 milliseconds