Searched refs:mpm_state (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/apache-793/httpd/server/mpm/prefork/
H A Dprefork.c95 static int mpm_state = AP_MPMQ_STARTING; variable
215 mpm_state = AP_MPMQ_STOPPING;
321 *result = mpm_state;
354 mpm_state = AP_MPMQ_STOPPING;
370 mpm_state = AP_MPMQ_STOPPING;
384 mpm_state = AP_MPMQ_STOPPING;
497 mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
582 mpm_state = AP_MPMQ_RUNNING;
936 mpm_state = AP_MPMQ_STOPPING;
942 mpm_state
[all...]
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_core.c173 int mpm_state = 0; local
206 if (ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state)) {
210 if (mpm_state == AP_MPMQ_STOPPING) {
H A Dhttp_protocol.c183 int mpm_state = 0; local
185 if (ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state)) {
189 if (mpm_state == AP_MPMQ_STOPPING) {
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c134 static int mpm_state = AP_MPMQ_STARTING; variable
304 mpm_state = AP_MPMQ_STOPPING;
363 *result = mpm_state;
427 mpm_state = AP_MPMQ_STOPPING;
475 mpm_state = AP_MPMQ_STOPPING;
490 mpm_state = AP_MPMQ_STOPPING;
1221 mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
1304 mpm_state = AP_MPMQ_RUNNING;
1776 mpm_state = AP_MPMQ_STOPPING;
1782 mpm_state
[all...]
/macosx-10.10.1/apache-793/httpd/server/mpm/netware/
H A Dmpm_netware.c120 static int mpm_state = AP_MPMQ_STARTING; variable
242 *result = mpm_state;
921 mpm_state = AP_MPMQ_RUNNING;
929 mpm_state = AP_MPMQ_STOPPING;
981 mpm_state = AP_MPMQ_STARTING;
/macosx-10.10.1/apache-793/httpd/server/mpm/event/
H A Devent.c184 static int mpm_state = AP_MPMQ_STARTING; variable
446 mpm_state = AP_MPMQ_STOPPING;
508 *result = mpm_state;
572 mpm_state = AP_MPMQ_STOPPING;
638 mpm_state = AP_MPMQ_STOPPING;
653 mpm_state = AP_MPMQ_STOPPING;
2096 mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
2173 mpm_state = AP_MPMQ_RUNNING;
2636 mpm_state = AP_MPMQ_STOPPING;
2681 mpm_state
[all...]
/macosx-10.10.1/apache-793/httpd/server/
H A Dlog.c1600 int mpm_state; local
1609 rv = ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state);
1616 else if (mpm_state != AP_MPMQ_STOPPING) {
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_cgid.c274 int mpm_state; local
286 if (ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state) == APR_SUCCESS &&
287 mpm_state != AP_MPMQ_STOPPING) {

Completed in 198 milliseconds