Searched refs:hostCacheCount (Results 1 - 6 of 6) 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...]
H A Dnet_dgrm.cpp593 if (host && hostCacheCount)
595 for (n = 0; n < hostCacheCount; n++)
605 if (n < hostCacheCount)
721 if (host && hostCacheCount)
723 for (n = 0; n < hostCacheCount; n++)
732 if (n < hostCacheCount)
1140 if (hostCacheCount == HOSTCACHESIZE)
1158 for (n = 0; n < hostCacheCount; n++)
1163 if (n < hostCacheCount)
1167 hostCacheCount
[all...]
H A Dnet_ser.cpp734 if (hostCacheCount == HOSTCACHESIZE)
738 for (n = 0; n < hostCacheCount; n++)
752 sprintf(hostcache[hostCacheCount].name, "COM%u", n+1);
753 Q_strcpy(hostcache[hostCacheCount].map, "");
754 hostcache[hostCacheCount].users = 0;
755 hostcache[hostCacheCount].maxusers = 0;
756 hostcache[hostCacheCount].driver = net_driverlevel;
757 Q_strcpy(hostcache[hostCacheCount].cname, "#");
758 hostCacheCount++;
H A Dnet_loop.cpp52 hostCacheCount = 1;
H A Dnet.h238 extern int hostCacheCount;
H A Dmenu.cpp2897 if (hostCacheCount)
2941 if (hostCacheCount > 1)
2945 for (i = 0; i < hostCacheCount; i++)
2946 for (j = i+1; j < hostCacheCount; j++)
2959 for (n = 0; n < hostCacheCount; n++)
2991 slist_cursor = hostCacheCount - 1;
2998 if (slist_cursor >= hostCacheCount)

Completed in 66 milliseconds