Searched defs:HARD_SERVER_LIMIT (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/winnt/
H A Dmpm_default.h57 #define HARD_SERVER_LIMIT 1 macro
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c63 #define HARD_SERVER_LIMIT 10 macro
278 for (slot=0; slot < HARD_SERVER_LIMIT; slot++) {
284 for (slot=0; slot < HARD_SERVER_LIMIT && active_children < ap_daemons_to_start; slot++) {
295 for (slot=0; ap_scoreboard_image->parent[slot].pid != child_pid && slot < HARD_SERVER_LIMIT; slot++);
297 if (slot < HARD_SERVER_LIMIT) {
316 for (slot=0; slot<HARD_SERVER_LIMIT; slot++) {
420 *result = HARD_SERVER_LIMIT;
H A Dmpmt_os2_child.c46 #define HARD_SERVER_LIMIT 10 macro
148 for (child_slot = 0; ap_scoreboard_image->parent[child_slot].pid != my_pid && child_slot < HARD_SERVER_LIMIT; child_slot++);
150 if (child_slot == HARD_SERVER_LIMIT) {
/httpd/server/mpm/netware/
H A Dmpm_netware.c102 #ifndef HARD_SERVER_LIMIT
103 #define HARD_SERVER_LIMIT 1 macro
215 *result = HARD_SERVER_LIMIT;

Completed in 39 milliseconds