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

/external/quake/quake/src/WinQuake/
H A Dnet_main.cpp274 for (n = slistLastShown; n < hostCacheCount; n++)
287 if (hostCacheCount)
311 hostCacheCount = 0;
365 int hostCacheCount = 0; variable
387 if (hostCacheCount)
389 for (n = 0; n < hostCacheCount; n++)
395 if (n < hostCacheCount)
408 if (hostCacheCount != 1)
414 if (hostCacheCount)
415 for (n = 0; n < hostCacheCount;
[all...]

Completed in 107 milliseconds