OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxusers
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
net_loop.cpp
59
hostcache[0].
maxusers
= svs.maxclients;
net.h
232
int
maxusers
;
member in struct:__anon10831
net_main.cpp
276
if (hostcache[n].
maxusers
)
277
Con_Printf("%-15.15s %-15.15s %2u/%2u\n", hostcache[n].name, hostcache[n].map, hostcache[n].users, hostcache[n].
maxusers
);
net_dgrm.cpp
601
max = hostcache[n].
maxusers
;
1171
hostcache[n].
maxusers
= MSG_ReadByte();
[
all
...]
menu.cpp
[
all
...]
net_ser.cpp
755
hostcache[hostCacheCount].
maxusers
= 0;
Completed in 287 milliseconds