Home
last modified time | relevance | path

Searched refs:MAX_PINGREQUESTS (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/ioquake3/ioquake3-1.36/code/q3_ui/
H A Dui_servers2.c36 #define MAX_PINGREQUESTS 32 macro
224 pinglist_t pinglist[MAX_PINGREQUESTS];
877 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_DoRefresh()
887 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
891 if (j < MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
939 for (i=0; i<MAX_PINGREQUESTS && g_arenaservers.currentping < g_arenaservers.numqueriedservers; i++) in ArenaServers_DoRefresh()
941 if (trap_LAN_GetPingQueueCount() >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
948 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
952 if (j >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
997 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_StartRefresh()
/dports/games/ioquake3-server/ioquake3-1.36/code/q3_ui/
H A Dui_servers2.c36 #define MAX_PINGREQUESTS 32 macro
224 pinglist_t pinglist[MAX_PINGREQUESTS];
877 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_DoRefresh()
887 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
891 if (j < MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
939 for (i=0; i<MAX_PINGREQUESTS && g_arenaservers.currentping < g_arenaservers.numqueriedservers; i++) in ArenaServers_DoRefresh()
941 if (trap_LAN_GetPingQueueCount() >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
948 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
952 if (j >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
997 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_StartRefresh()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/q3_ui/
H A Dui_servers2.c36 #define MAX_PINGREQUESTS 32 macro
224 pinglist_t pinglist[MAX_PINGREQUESTS];
877 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_DoRefresh()
887 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
891 if (j < MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
939 for (i=0; i<MAX_PINGREQUESTS && g_arenaservers.currentping < g_arenaservers.numqueriedservers; i++) in ArenaServers_DoRefresh()
941 if (trap_LAN_GetPingQueueCount() >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
948 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
952 if (j >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
997 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_StartRefresh()
/dports/games/evq3/evq3/code/q3_ui/
H A Dui_servers2.c36 #define MAX_PINGREQUESTS 32 macro
224 pinglist_t pinglist[MAX_PINGREQUESTS];
877 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_DoRefresh()
887 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
891 if (j < MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
939 for (i=0; i<MAX_PINGREQUESTS && g_arenaservers.currentping < g_arenaservers.numqueriedservers; i++) in ArenaServers_DoRefresh()
941 if (trap_LAN_GetPingQueueCount() >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
948 for (j=0; j<MAX_PINGREQUESTS; j++) in ArenaServers_DoRefresh()
952 if (j >= MAX_PINGREQUESTS) in ArenaServers_DoRefresh()
997 for (i=0; i<MAX_PINGREQUESTS; i++) in ArenaServers_StartRefresh()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_main.cpp123 ping_t cl_pinglist[MAX_PINGREQUESTS];
2995 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3449 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3492 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3521 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3588 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3612 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3615 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
3624 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3626 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_main.c84 ping_t cl_pinglist[MAX_PINGREQUESTS];
2605 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3062 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3105 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3134 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3201 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3228 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3231 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
3240 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3242 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_local.h132 #define MAX_PINGREQUESTS 32 macro
204 pinglist_t pingList[MAX_PINGREQUESTS];
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c118 ping_t cl_pinglist[MAX_PINGREQUESTS];
3430 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3886 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3929 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3958 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
4041 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4066 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4069 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
4078 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4080 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
H A Dcl_main.c.r1910113 ping_t cl_pinglist[MAX_PINGREQUESTS];
3414 for (i=0; i<MAX_PINGREQUESTS; i++)
3871 if (n < 0 || n >= MAX_PINGREQUESTS)
3914 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
3943 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
4026 if (slots < MAX_PINGREQUESTS) {
4051 if (slots >= MAX_PINGREQUESTS) {
4054 for (j = 0; j < MAX_PINGREQUESTS; j++) {
4063 if (j >= MAX_PINGREQUESTS) {
4065 for (j = 0; j < MAX_PINGREQUESTS; j++) {
[all …]
H A Dcl_main.c.mine116 ping_t cl_pinglist[MAX_PINGREQUESTS];
3411 for (i=0; i<MAX_PINGREQUESTS; i++)
3873 if (n < 0 || n >= MAX_PINGREQUESTS)
3916 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
3945 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
4028 if (slots < MAX_PINGREQUESTS) {
4053 if (slots >= MAX_PINGREQUESTS) {
4056 for (j = 0; j < MAX_PINGREQUESTS; j++) {
4065 if (j >= MAX_PINGREQUESTS) {
4067 for (j = 0; j < MAX_PINGREQUESTS; j++) {
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_main.c118 ping_t cl_pinglist[MAX_PINGREQUESTS];
3430 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3886 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3929 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3958 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
4041 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4066 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4069 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
4078 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4080 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
H A Dcl_main.c.r1910113 ping_t cl_pinglist[MAX_PINGREQUESTS];
3414 for (i=0; i<MAX_PINGREQUESTS; i++)
3871 if (n < 0 || n >= MAX_PINGREQUESTS)
3914 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
3943 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
4026 if (slots < MAX_PINGREQUESTS) {
4051 if (slots >= MAX_PINGREQUESTS) {
4054 for (j = 0; j < MAX_PINGREQUESTS; j++) {
4063 if (j >= MAX_PINGREQUESTS) {
4065 for (j = 0; j < MAX_PINGREQUESTS; j++) {
[all …]
H A Dcl_main.c.mine116 ping_t cl_pinglist[MAX_PINGREQUESTS];
3411 for (i=0; i<MAX_PINGREQUESTS; i++)
3873 if (n < 0 || n >= MAX_PINGREQUESTS)
3916 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
3945 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ )
4028 if (slots < MAX_PINGREQUESTS) {
4053 if (slots >= MAX_PINGREQUESTS) {
4056 for (j = 0; j < MAX_PINGREQUESTS; j++) {
4065 if (j >= MAX_PINGREQUESTS) {
4067 for (j = 0; j < MAX_PINGREQUESTS; j++) {
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DServerScan.h126 static const int MAX_PINGREQUESTS = 32; // how many servers to query at once
H A DServerScan.cpp287 while ( cur_info < Min( net_servers.Num(), MAX_PINGREQUESTS ) ) { in NetScan()
338 while ( cur_info < net_servers.Num() && net_info.GetNumKeyVals() < MAX_PINGREQUESTS ) { in RunFrame()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_main.c88 ping_t cl_pinglist[MAX_PINGREQUESTS];
2924 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3376 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3419 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3448 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3531 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3556 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3559 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
3568 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3570 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_main.c109 ping_t cl_pinglist[MAX_PINGREQUESTS];
3343 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3806 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3849 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3878 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3961 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3986 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3989 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
3998 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4000 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_main.c109 ping_t cl_pinglist[MAX_PINGREQUESTS];
3343 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3806 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3849 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3878 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3961 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3986 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3989 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
3998 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
4000 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/evq3/evq3/code/client/
H A Dcl_main.c104 ping_t cl_pinglist[MAX_PINGREQUESTS];
3247 for (i=0; i<MAX_PINGREQUESTS; i++) in CL_ServerInfoPacket()
3699 if (n < 0 || n >= MAX_PINGREQUESTS) in CL_ClearPing()
3742 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3771 for (i=0; i<MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
3854 if (slots < MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3879 if (slots >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3882 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
3891 if (j >= MAX_PINGREQUESTS) { in CL_UpdateVisiblePings_f()
3893 for (j = 0; j < MAX_PINGREQUESTS; j++) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_main.c154 ping_t cl_pinglist[MAX_PINGREQUESTS];
4039 for ( i = 0; i < MAX_PINGREQUESTS; i++ ) in CL_ServerInfoPacket()
4502 if ( n < 0 || n >= MAX_PINGREQUESTS ) { in CL_ClearPing()
4544 for ( i = 0; i < MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
4569 for ( i = 0; i < MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
4651 if ( slots < MAX_PINGREQUESTS ) { in CL_UpdateVisiblePings_f()
4675 if ( slots >= MAX_PINGREQUESTS ) { in CL_UpdateVisiblePings_f()
4678 for ( j = 0; j < MAX_PINGREQUESTS; j++ ) { in CL_UpdateVisiblePings_f()
4687 if ( j >= MAX_PINGREQUESTS ) { in CL_UpdateVisiblePings_f()
4689 for ( j = 0; j < MAX_PINGREQUESTS; j++ ) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_main.c171 ping_t cl_pinglist[MAX_PINGREQUESTS];
4435 for ( i = 0; i < MAX_PINGREQUESTS; i++ ) in CL_ServerInfoPacket()
4931 if ( n < 0 || n >= MAX_PINGREQUESTS ) { in CL_ClearPing()
4973 for ( i = 0; i < MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
4998 for ( i = 0; i < MAX_PINGREQUESTS; i++, pingptr++ ) in CL_GetFreePing()
5080 if ( slots < MAX_PINGREQUESTS ) { in CL_UpdateVisiblePings_f()
5104 if ( slots >= MAX_PINGREQUESTS ) { in CL_UpdateVisiblePings_f()
5107 for ( j = 0; j < MAX_PINGREQUESTS; j++ ) { in CL_UpdateVisiblePings_f()
5116 if ( j >= MAX_PINGREQUESTS ) { in CL_UpdateVisiblePings_f()
5118 for ( j = 0; j < MAX_PINGREQUESTS; j++ ) { in CL_UpdateVisiblePings_f()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_local.h645 #define MAX_PINGREQUESTS 32 macro
749 pinglist_t pingList[MAX_PINGREQUESTS];
/dports/games/ioquake3/ioquake3-1.36/code/ui/
H A Dui_local.h615 #define MAX_PINGREQUESTS 32 macro
702 pinglist_t pingList[MAX_PINGREQUESTS];
/dports/games/ioquake3-server/ioquake3-1.36/code/ui/
H A Dui_local.h615 #define MAX_PINGREQUESTS 32 macro
702 pinglist_t pingList[MAX_PINGREQUESTS];
/dports/games/iortcw/iortcw-1.51c/SP/code/ui/
H A Dui_local.h642 #define MAX_PINGREQUESTS 32 macro
750 pinglist_t pingList[MAX_PINGREQUESTS];

12