Home
last modified time | relevance | path

Searched refs:sv_allowDownload (Results 1 – 25 of 93) sorted by relevance

1234

/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/server/
H A Dsv_client.c918 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
919 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
938 else if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
939 (sv_allowDownload->integer & DLF_NO_UDP) ) { in SV_WriteDownloadToClient()
H A Dserver.h241 extern cvar_t *sv_allowDownload;
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dsv_client.c909 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
910 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
933 else if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
934 (sv_allowDownload->integer & DLF_NO_UDP) ) { in SV_WriteDownloadToClient()
H A Dserver.h256 extern cvar_t *sv_allowDownload;
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dsv_client.c909 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
910 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
933 else if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
934 (sv_allowDownload->integer & DLF_NO_UDP) ) { in SV_WriteDownloadToClient()
H A Dserver.h256 extern cvar_t *sv_allowDownload;
/dports/games/ioquake3-server/ioquake3-1.36/code/server/
H A Dsv_client.c911 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
912 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
931 else if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
932 (sv_allowDownload->integer & DLF_NO_UDP) ) { in SV_WriteDownloadToClient()
H A Dserver.h261 extern cvar_t *sv_allowDownload;
/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dsv_client.c990 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
991 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
1007 else if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
1008 (sv_allowDownload->integer & DLF_NO_UDP) ) { in SV_WriteDownloadToClient()
H A Dserver.h294 extern cvar_t *sv_allowDownload;
/dports/games/ioquake3/ioquake3-1.36/code/server/
H A Dsv_client.c911 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
912 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
931 else if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
932 (sv_allowDownload->integer & DLF_NO_UDP) ) { in SV_WriteDownloadToClient()
H A Dserver.h261 extern cvar_t *sv_allowDownload;
/dports/games/evq3/evq3/code/server/
H A Dsv_client.c914 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
915 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
934 else if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
935 (sv_allowDownload->integer & DLF_NO_UDP) ) { in SV_WriteDownloadToClient()
H A Dserver.h261 extern cvar_t *sv_allowDownload;
/dports/games/masterserver/masterserver-0.4.1/plugins/
H A Dlibq3.c104 int sv_allowDownload; // 0 | 1 member
483 private_data->sv_allowDownload = atoi(value); in process_statusResponse()
H A Dlibef.c96 int sv_allowDownload; member
566 private_data->sv_allowDownload = atoi(value); in process_statusResponse()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/server/
H A Dserver.h229 extern cvar_t *sv_allowDownload;
/dports/games/iortcw/iortcw-1.51c/MP/code/server/
H A Dsv_client.c1052 if ( !(sv_allowDownload->integer & DLF_ENABLE) || in SV_WriteDownloadToClient()
1053 (sv_allowDownload->integer & DLF_NO_UDP) || in SV_WriteDownloadToClient()
1068 …} else if (( !sv_allowDownload->integer & DLF_ENABLE) || (sv_allowDownload->integer & DLF_NO_UDP))… in SV_WriteDownloadToClient()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_curl.c292 if(!(clc.sv_allowDownload & DLF_NO_DISCONNECT) && in CL_cURL_BeginDownload()
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_curl.c292 if(!(clc.sv_allowDownload & DLF_NO_DISCONNECT) && in CL_cURL_BeginDownload()
/dports/games/evq3/evq3/code/client/
H A Dcl_curl.c292 if(!(clc.sv_allowDownload & DLF_NO_DISCONNECT) && in CL_cURL_BeginDownload()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_curl.c292 if(!(clc.sv_allowDownload & DLF_NO_DISCONNECT) && in CL_cURL_BeginDownload()
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_curl.c299 if(!(clc.sv_allowDownload & DLF_NO_DISCONNECT) && in CL_cURL_BeginDownload()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_curl.c299 if(!(clc.sv_allowDownload & DLF_NO_DISCONNECT) && in CL_cURL_BeginDownload()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_curl.c321 if(!(clc.sv_allowDownload & DLF_NO_DISCONNECT) && in CL_cURL_BeginDownload()

1234