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

/httpd/server/mpm/simple/
H A Dsimple_core.c53 sc->mpm_state = AP_MPMQ_STARTING;
H A Dsimple_types.h96 int mpm_state; member in struct:simple_core_t
H A Dsimple_api.c34 sc->mpm_state = AP_MPMQ_RUNNING;
37 sc->mpm_state = AP_MPMQ_STOPPING;
88 *result = sc->mpm_state;
H A Dsimple_run.c150 while (sc->mpm_state == AP_MPMQ_RUNNING) {
/httpd/server/mpm/prefork/
H A Dprefork.c97 static int mpm_state = AP_MPMQ_STARTING; variable
225 mpm_state = AP_MPMQ_STOPPING;
336 *result = mpm_state;
369 mpm_state = AP_MPMQ_STOPPING;
385 mpm_state = AP_MPMQ_STOPPING;
399 mpm_state = AP_MPMQ_STOPPING;
512 mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
606 mpm_state = AP_MPMQ_RUNNING;
977 mpm_state = AP_MPMQ_STOPPING;
1046 mpm_state
[all...]
/httpd/modules/http/
H A Dhttp_core.c184 int mpm_state = 0; local
226 if (ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state)) {
230 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) {
/httpd/server/mpm/motorz/
H A Dmotorz.c29 static int mpm_state = AP_MPMQ_STARTING; variable
549 mpm_state = AP_MPMQ_STOPPING;
667 *result = mpm_state;
700 mpm_state = AP_MPMQ_STOPPING;
717 mpm_state = AP_MPMQ_STOPPING;
732 mpm_state = AP_MPMQ_STOPPING;
843 mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
959 mpm_state = AP_MPMQ_RUNNING;
1198 mpm_state = AP_MPMQ_STOPPING;
1261 mpm_state
[all...]
/httpd/server/mpm/worker/
H A Dworker.c138 static int mpm_state = AP_MPMQ_STARTING; variable
317 mpm_state = AP_MPMQ_STOPPING;
376 *result = mpm_state;
440 mpm_state = AP_MPMQ_STOPPING;
488 mpm_state = AP_MPMQ_STOPPING;
503 mpm_state = AP_MPMQ_STOPPING;
1236 mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
1327 mpm_state = AP_MPMQ_RUNNING;
1817 mpm_state = AP_MPMQ_STOPPING;
1877 mpm_state
[all...]
/httpd/server/mpm/netware/
H A Dmpm_netware.c120 static int mpm_state = AP_MPMQ_STARTING; variable
242 *result = mpm_state;
922 mpm_state = AP_MPMQ_RUNNING;
930 mpm_state = AP_MPMQ_STOPPING;
982 mpm_state = AP_MPMQ_STARTING;
/httpd/server/mpm/event/
H A Devent.c194 static int mpm_state = AP_MPMQ_STARTING; variable
522 mpm_state = AP_MPMQ_STOPPING;
587 *result = mpm_state;
654 mpm_state = AP_MPMQ_STOPPING;
720 mpm_state = AP_MPMQ_STOPPING;
735 mpm_state = AP_MPMQ_STOPPING;
2510 mpm_state = AP_MPMQ_STARTING; /* for benefit of any hooks that run as this
2596 mpm_state = AP_MPMQ_RUNNING;
3080 mpm_state = AP_MPMQ_STOPPING;
3135 mpm_state
[all...]
/httpd/modules/generators/
H A Dmod_cgid.c282 int mpm_state; local
294 if (ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state) == APR_SUCCESS &&
295 mpm_state != AP_MPMQ_STOPPING) {
/httpd/server/
H A Dlog.c1699 int mpm_state; local
1708 rv = ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state);
1715 else if (mpm_state != AP_MPMQ_STOPPING) {
/httpd/modules/ssl/
H A Dmod_ssl_ct.c930 int mpm_state; local
942 if (ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state) == APR_SUCCESS &&
943 mpm_state != AP_MPMQ_STOPPING) {

Completed in 257 milliseconds