OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostCacheCount
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
net_main.cpp
274
for (n = slistLastShown; n <
hostCacheCount
; n++)
287
if (
hostCacheCount
)
311
hostCacheCount
= 0;
365
int
hostCacheCount
= 0;
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
; n++
[
all
...]
net_dgrm.cpp
593
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
...]
net_ser.cpp
734
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
++;
net_loop.cpp
52
hostCacheCount
= 1;
net.h
238
extern int
hostCacheCount
;
menu.cpp
[
all
...]
Completed in 39 milliseconds