Home
last modified time | relevance | path

Searched refs:sv_timeout (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/quakeforge/quakeforge-0.7.2/qtv/include/
H A Dqtv.h57 extern struct cvar_s *sv_timeout;
/dports/games/quakeforge/quakeforge-0.7.2/qtv/source/
H A Dqtv.c77 cvar_t *sv_timeout; variable
243 sv_timeout = Cvar_Get ("sv_timeout", "60", 0, 0, "server timeout"); in qtv_net_init()
/dports/games/openjk/OpenJK-07675e2/code/server/
H A Dsv_main.cpp42 cvar_t *sv_timeout; // seconds without any message variable
366 int droppoint = sv.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
H A Dserver.h163 extern cvar_t *sv_timeout;
H A Dsv_init.cpp398 sv_timeout = Cvar_Get ("sv_timeout", "120", CVAR_TEMP ); in SV_Init()
/dports/games/ufoai/ufoai-2.5-source/src/server/
H A Dsv_main.cpp44 static cvar_t* sv_timeout; /* seconds without any message */ variable
796 const int droppoint = svs.realtime - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
974 sv_timeout = Cvar_Get("sv_timeout", "200", CVAR_ARCHIVE, "Seconds until a client times out"); in SV_Init()
/dports/games/ioquake3-server/ioquake3-1.36/code/server/
H A Dsv_main.c34 cvar_t *sv_timeout; // seconds without any message variable
705 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
H A Dserver.h257 extern cvar_t *sv_timeout;
/dports/games/ioquake3/ioquake3-1.36/code/server/
H A Dsv_main.c34 cvar_t *sv_timeout; // seconds without any message variable
705 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
H A Dserver.h257 extern cvar_t *sv_timeout;
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/server/
H A Dsv_main.c30 cvar_t *sv_timeout; // seconds without any message variable
690 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
H A Dserver.h237 extern cvar_t *sv_timeout;
/dports/games/evq3/evq3/code/server/
H A Dsv_main.c34 cvar_t *sv_timeout; // seconds without any message variable
702 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
H A Dserver.h257 extern cvar_t *sv_timeout;
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/server/
H A Dsv_main.c31 cvar_t *sv_timeout; // seconds without any message variable
712 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
H A Dserver.h225 extern cvar_t *sv_timeout;
/dports/lang/swi-pl/swipl-8.2.3/packages/bdb/
H A Dbdb4pl.c1415 long sv_timeout; member
1443 info->sv_timeout = 0; in get_server()
1466 { if ( !PL_get_long_ex(a, &info->sv_timeout) ) in get_server()
1583 si.cl_timeout, si.sv_timeout, si.flags); in bdb_init()
1587 si.cl_timeout, si.sv_timeout, si.flags); in bdb_init()
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dserver.h252 extern cvar_t *sv_timeout;
H A Dsv_main.c34 cvar_t *sv_timeout; // seconds without any message variable
953 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dserver.h252 extern cvar_t *sv_timeout;
H A Dsv_main.c34 cvar_t *sv_timeout; // seconds without any message variable
953 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dserver.h290 extern cvar_t *sv_timeout;
H A Dsv_main.c42 cvar_t *sv_timeout; // seconds without any message variable
990 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dserver.h241 extern cvar_t *sv_timeout;
H A Dsv_main.cpp37 cvar_t *sv_timeout; // seconds without any message variable
917 droppoint = svs.time - 1000 * sv_timeout->integer; in SV_CheckTimeouts()

123