Searched defs:max_daemons (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/generators/
H A Dmod_info.c431 int max_daemons, forked, threaded; local
477 ap_mpm_query(AP_MPMQ_MAX_DAEMON_USED, &max_daemons);
485 max_daemons, threaded ? "yes" : "no", forked ? "yes" : "no");
/httpd/server/
H A Dmpm_unix.c183 int max_daemons; local
207 ap_mpm_query(AP_MPMQ_MAX_DAEMON_USED, &max_daemons);
231 for (i = 0; i < max_daemons; ++i) {
277 int max_daemons; local
279 ap_mpm_query(AP_MPMQ_MAX_DAEMON_USED, &max_daemons);
282 for (i = 0; i < max_daemons; ++i) {

Completed in 34 milliseconds