Home
last modified time | relevance | path

Searched refs:MAXSERVERLIST (Results 1 – 6 of 6) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.h315 #define MAXSERVERLIST (MAXNETNODES-1) macro
322 extern serverelem_t serverlist[MAXSERVERLIST];
H A Dmserv.c118 #define NUM_LIST_SERVER MAXSERVERLIST
H A Dhttp-mserv.c561 while (i < MAXSERVERLIST && ( end = strchr(p, '\n') )) in HMS_fetch_servers()
H A Dd_clisrv.c1634 serverelem_t serverlist[MAXSERVERLIST];
1671 if (serverlistcount >= MAXSERVERLIST) in SL_InsertServer()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_clisrv.h496 #define MAXSERVERLIST 32 // limited by the display macro
504 extern server_info_t serverlist[MAXSERVERLIST];
H A Dd_clisrv.c2924 server_info_t serverlist[MAXSERVERLIST];
2969 if( serverlistcount >= MAXSERVERLIST ) in SL_InsertServer()