Searched refs:APEXIT_CHILDSICK (Results 1 - 7 of 7) sorted by relevance

/httpd/server/mpm/worker/
H A Dworker.c685 clean_child_exit(APEXIT_CHILDSICK);
715 clean_child_exit(APEXIT_CHILDSICK);
732 clean_child_exit(APEXIT_CHILDSICK);
1033 clean_child_exit(APEXIT_CHILDSICK);
1106 clean_child_exit(APEXIT_CHILDSICK);
1324 clean_child_exit(APEXIT_CHILDSICK);
1399 clean_child_exit(resource_shortage ? APEXIT_CHILDSICK : 0);
1724 else if (processed_status == APEXIT_CHILDSICK) {
1741 if (processed_status == APEXIT_CHILDSICK) {
1757 if (processed_status == APEXIT_CHILDSICK
[all...]
/httpd/server/mpm/prefork/
H A Dprefork.c578 clean_child_exit(APEXIT_CHILDSICK); /* assume temporary resource issue */
598 clean_child_exit(APEXIT_CHILDSICK);
675 clean_child_exit(APEXIT_CHILDSICK);
712 clean_child_exit(APEXIT_CHILDSICK);
1089 if (processed_status == APEXIT_CHILDSICK) {
/httpd/server/mpm/motorz/
H A Dmotorz.c205 clean_child_exit(APEXIT_CHILDSICK);
911 clean_child_exit(APEXIT_CHILDSICK);
918 clean_child_exit(APEXIT_CHILDSICK); /* assume temporary resource issue */
951 clean_child_exit(APEXIT_CHILDSICK);
/httpd/server/mpm/event/
H A Devent.c2270 clean_child_exit(APEXIT_CHILDSICK);
2393 clean_child_exit(APEXIT_CHILDSICK);
2593 clean_child_exit(APEXIT_CHILDSICK);
2670 clean_child_exit(resource_shortage ? APEXIT_CHILDSICK : 0);
2985 else if (processed_status == APEXIT_CHILDSICK) {
3003 if (processed_status == APEXIT_CHILDSICK) {
3020 if (processed_status == APEXIT_CHILDSICK
/httpd/modules/ssl/
H A Dmod_ssl_ct.c2519 exit(APEXIT_CHILDSICK);
2526 exit(APEXIT_CHILDSICK);
2537 exit(APEXIT_CHILDSICK);
2553 exit(APEXIT_CHILDSICK);
2566 exit(APEXIT_CHILDSICK);
2577 exit(APEXIT_CHILDSICK);
/httpd/include/
H A Dhttpd.h330 #define APEXIT_CHILDSICK 0x7 macro
/httpd/server/
H A Dmpm_unix.c386 if (status == APEXIT_CHILDSICK) {

Completed in 3711 milliseconds