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

/macosx-10.10.1/apache-793/httpd/support/win32/
H A DApacheMonitor.c765 int i, stPos = 0; local
810 g_stServices[stPos].szServiceName = _tcsdup(achKey);
811 g_stServices[stPos].szImagePath = _tcsdup(szImagePath);
812 g_stServices[stPos].szComputerName =
818 g_stServices[stPos].szDescription = _tcsdup(szBuf);
836 g_stServices[stPos].szDisplayName = _tcsdup(szTmp);
839 ++stPos;
840 if (stPos >= MAX_APACHE_SERVICES) {

Completed in 130 milliseconds