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

/httpd/include/
H A Dap_mpm.h125 #define AP_MPMQ_NOT_SUPPORTED 0 /**< This value specifies that an macro
/httpd/modules/core/
H A Dmod_watchdog.c70 static int mpm_is_forked = AP_MPMQ_NOT_SUPPORTED;
309 if (parent && mpm_is_forked != AP_MPMQ_NOT_SUPPORTED) {
410 if (mpm_is_forked == AP_MPMQ_NOT_SUPPORTED) {
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c416 *result = AP_MPMQ_NOT_SUPPORTED;
/httpd/server/mpm/netware/
H A Dmpm_netware.c212 *result = AP_MPMQ_NOT_SUPPORTED;
/httpd/server/mpm/prefork/
H A Dprefork.c303 *result = AP_MPMQ_NOT_SUPPORTED;
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c936 *result = AP_MPMQ_NOT_SUPPORTED;
/httpd/server/
H A Dlog.c551 && result != AP_MPMQ_NOT_SUPPORTED)

Completed in 300 milliseconds