OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOSTCACHESIZE
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
net.h
224
#define
HOSTCACHESIZE
8
239
extern hostcache_t hostcache[
HOSTCACHESIZE
];
net_dgrm.cpp
1140
if (hostCacheCount ==
HOSTCACHESIZE
)
1209
if (hostCacheCount ==
HOSTCACHESIZE
)
[
all
...]
net_main.cpp
366
hostcache_t hostcache[
HOSTCACHESIZE
];
net_ser.cpp
734
if (hostCacheCount ==
HOSTCACHESIZE
)
Completed in 596 milliseconds