MAX_APACHE_COMPUTERS  103 support/win32/ApacheMonitor.c ST_MONITORED_COMP g_stComputers[MAX_APACHE_COMPUTERS];
MAX_APACHE_COMPUTERS  159 support/win32/ApacheMonitor.c     for (i = 0; i < MAX_APACHE_COMPUTERS; i++) {
MAX_APACHE_COMPUTERS  165 support/win32/ApacheMonitor.c     memset(g_stComputers, 0, sizeof(ST_MONITORED_COMP) * MAX_APACHE_COMPUTERS);
MAX_APACHE_COMPUTERS  195 support/win32/ApacheMonitor.c         for (j = i; j < MAX_APACHE_COMPUTERS - 1; j++) {
MAX_APACHE_COMPUTERS  264 support/win32/ApacheMonitor.c     if (i > MAX_APACHE_COMPUTERS - 1) {
MAX_APACHE_COMPUTERS 1853 support/win32/ApacheMonitor.c     memset(g_stComputers, 0, sizeof(ST_MONITORED_COMP) * MAX_APACHE_COMPUTERS);