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

/httpd/support/win32/
H A DApacheMonitor.c102 ST_MONITORED_COMP g_stComputers[MAX_APACHE_COMPUTERS]; variable
153 if (g_stComputers[i].szComputerName) {
154 free(g_stComputers[i].szComputerName);
155 RegCloseKey(g_stComputers[i].hRegistry);
158 memset(g_stComputers, 0, sizeof(ST_MONITORED_COMP) * MAX_APACHE_COMPUTERS);
166 while (g_stComputers[i].szComputerName != NULL) {
167 if (_tcscmp(g_stComputers[i].szComputerName, szComputerName) == 0) {
179 while (g_stComputers[i].szComputerName != NULL) {
180 if (_tcscmp(g_stComputers[i].szComputerName, szComputerName) == 0) {
185 if (g_stComputers[
[all...]

Completed in 11 milliseconds