Home
last modified time | relevance | path

Searched refs:hostCacheCount (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dnet_main.c312 if (hostCacheCount) in PrintSlistTrailer()
336 hostCacheCount = 0; in NET_Slist_f()
342 if (hostCacheCount > 1) in NET_SlistSort()
346 for (i = 0; i < hostCacheCount; i++) in NET_SlistSort()
366 if (idx >= hostCacheCount) in NET_SlistPrintServer()
387 if (idx >= hostCacheCount) in NET_SlistPrintServerName()
444 size_t hostCacheCount = 0; variable
466 if (hostCacheCount) in NET_Connect()
474 if (n < hostCacheCount) in NET_Connect()
487 if (hostCacheCount != 1) in NET_Connect()
[all …]
H A Dnet_dgrm.c843 if (host && hostCacheCount) in Test_f()
845 for (n = 0; n < hostCacheCount; n++) in Test_f()
857 if (n < hostCacheCount) in Test_f()
977 if (host && hostCacheCount) in Test2_f()
991 if (n < hostCacheCount) in Test2_f()
1822 if (n < hostCacheCount) in _Datagram_SearchForHosts()
1830 hostCacheCount++; in _Datagram_SearchForHosts()
1861 hostCacheCount--; in _Datagram_SearchForHosts()
1908 if (n < hostCacheCount) in _Datagram_SearchForHosts()
1916 hostCacheCount++; in _Datagram_SearchForHosts()
[all …]
H A Dnet.h117 extern size_t hostCacheCount;
H A Dnet_defs.h267 extern size_t hostCacheCount;
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dnet_main.c317 if (hostCacheCount) in PrintSlistTrailer()
341 hostCacheCount = 0; in NET_Slist_f()
347 if (hostCacheCount > 1) in NET_SlistSort()
351 for (i = 0; i < hostCacheCount; i++) in NET_SlistSort()
372 if (idx < 0 || idx >= hostCacheCount) in NET_SlistPrintServer()
397 if (idx < 0 || idx >= hostCacheCount) in NET_SlistPrintServerName()
453 int hostCacheCount = 0; variable
466 if (host && hostCacheCount) in NET_Connect()
477 if (n < hostCacheCount) in NET_Connect()
489 if (hostCacheCount != 1) in NET_Connect()
[all …]
H A Dnet_dgrm.c578 if (host && hostCacheCount) in Test_f()
580 for (n = 0; n < hostCacheCount; n++) in Test_f()
593 if (n < hostCacheCount) in Test_f()
710 if (host && hostCacheCount) in Test2_f()
712 for (n = 0; n < hostCacheCount; n++) in Test2_f()
724 if (n < hostCacheCount) in Test2_f()
1121 if (hostCacheCount == HOSTCACHESIZE) in _Datagram_SearchForHosts()
1139 for (n = 0; n < hostCacheCount; n++) in _Datagram_SearchForHosts()
1146 if (n < hostCacheCount) in _Datagram_SearchForHosts()
1150 hostCacheCount++; in _Datagram_SearchForHosts()
[all …]
H A Dnet.h93 extern int hostCacheCount;
H A Dnet_defs.h254 extern int hostCacheCount;
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dnet_main.c328 for (n = slistLastShown; n < hostCacheCount; n++) { in PrintSlist()
344 if (hostCacheCount) in PrintSlistTrailer()
368 hostCacheCount = 0; in NET_Slist_f()
430 int hostCacheCount = 0; variable
453 if (hostCacheCount) { in NET_Connect()
454 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
459 if (n < hostCacheCount) in NET_Connect()
471 if (hostCacheCount != 1) in NET_Connect()
477 if (hostCacheCount) in NET_Connect()
478 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
H A Dnet_dgrm.c523 if (host && hostCacheCount) { in Test_f()
524 for (n = 0; n < hostCacheCount; n++) in Test_f()
658 if (host && hostCacheCount) { in Test2_f()
659 for (n = 0; n < hostCacheCount; n++) in Test2_f()
1058 if (hostCacheCount == HOSTCACHESIZE) in _Datagram_SearchForHosts()
1075 for (i = 0, host = hostcache; i < hostCacheCount; i++, host++) in _Datagram_SearchForHosts()
1081 if (hostnum < hostCacheCount) in _Datagram_SearchForHosts()
1085 hostCacheCount++; in _Datagram_SearchForHosts()
1105 for (i = 0; i < hostCacheCount; i++) { in _Datagram_SearchForHosts()
1137 if (hostCacheCount == HOSTCACHESIZE) in Datagram_SearchForHosts()
H A Dmenu.c2717 if (hostCacheCount) { in M_Search_Draw()
2762 if (hostCacheCount > 1) { in M_ServerList_Draw()
2766 for (i = 0; i < hostCacheCount; i++) in M_ServerList_Draw()
2767 for (j = i + 1; j < hostCacheCount; j++) in M_ServerList_Draw()
2780 for (n = 0; n < hostCacheCount; n++) { in M_ServerList_Draw()
2820 slist_cursor = hostCacheCount - 1; in M_ServerList_Key()
2829 if (slist_cursor >= hostCacheCount) in M_ServerList_Key()
H A Dnet.h243 extern int hostCacheCount;
H A Dnet_loop.c60 hostCacheCount = 1; in Loop_SearchForHosts()
/dports/games/quakeforge/quakeforge-0.7.2/libs/net/
H A Dnet_main.c274 for (n = slistLastShown; n < hostCacheCount; n++) { in PrintSlist()
290 if (hostCacheCount) in PrintSlistTrailer()
314 hostCacheCount = 0; in NET_Slist_f()
363 int hostCacheCount = 0; variable
384 if (hostCacheCount) { in NET_Connect()
385 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
390 if (n < hostCacheCount) in NET_Connect()
402 if (hostCacheCount != 1) in NET_Connect()
408 if (hostCacheCount) in NET_Connect()
409 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
/dports/games/tenebrae/tenebrae_0/
H A Dnet_main.c274 for (n = slistLastShown; n < hostCacheCount; n++) in PrintSlist()
287 if (hostCacheCount) in PrintSlistTrailer()
311 hostCacheCount = 0; in NET_Slist_f()
365 int hostCacheCount = 0; variable
387 if (hostCacheCount) in NET_Connect()
389 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
395 if (n < hostCacheCount) in NET_Connect()
408 if (hostCacheCount != 1) in NET_Connect()
414 if (hostCacheCount) in NET_Connect()
415 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
H A Dnet_ser.c734 if (hostCacheCount == HOSTCACHESIZE) in Serial_SearchForHosts()
738 for (n = 0; n < hostCacheCount; n++) in Serial_SearchForHosts()
752 sprintf(hostcache[hostCacheCount].name, "COM%u", n+1); in Serial_SearchForHosts()
753 Q_strcpy(hostcache[hostCacheCount].map, ""); in Serial_SearchForHosts()
754 hostcache[hostCacheCount].users = 0; in Serial_SearchForHosts()
755 hostcache[hostCacheCount].maxusers = 0; in Serial_SearchForHosts()
756 hostcache[hostCacheCount].driver = net_driverlevel; in Serial_SearchForHosts()
757 Q_strcpy(hostcache[hostCacheCount].cname, "#"); in Serial_SearchForHosts()
758 hostCacheCount++; in Serial_SearchForHosts()
H A Dnet_dgrm.c591 if (host && hostCacheCount) in Test_f()
593 for (n = 0; n < hostCacheCount; n++) in Test_f()
603 if (n < hostCacheCount) in Test_f()
719 if (host && hostCacheCount) in Test2_f()
721 for (n = 0; n < hostCacheCount; n++) in Test2_f()
730 if (n < hostCacheCount) in Test2_f()
1137 if (hostCacheCount == HOSTCACHESIZE) in _Datagram_SearchForHosts()
1155 for (n = 0; n < hostCacheCount; n++) in _Datagram_SearchForHosts()
1160 if (n < hostCacheCount) in _Datagram_SearchForHosts()
1164 hostCacheCount++; in _Datagram_SearchForHosts()
[all …]
H A Dmenu.c3154 if (hostCacheCount) in M_Search_Draw()
3198 if (hostCacheCount > 1) in M_ServerList_Draw()
3202 for (i = 0; i < hostCacheCount; i++) in M_ServerList_Draw()
3203 for (j = i+1; j < hostCacheCount; j++) in M_ServerList_Draw()
3216 for (n = 0; n < hostCacheCount; n++) in M_ServerList_Draw()
3248 slist_cursor = hostCacheCount - 1; in M_ServerList_Key()
3255 if (slist_cursor >= hostCacheCount) in M_ServerList_Key()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dnet_main.c274 for (n = slistLastShown; n < hostCacheCount; n++) in PrintSlist()
287 if (hostCacheCount) in PrintSlistTrailer()
311 hostCacheCount = 0; in NET_Slist_f()
365 int hostCacheCount = 0; variable
387 if (hostCacheCount) in NET_Connect()
389 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
395 if (n < hostCacheCount) in NET_Connect()
408 if (hostCacheCount != 1) in NET_Connect()
414 if (hostCacheCount) in NET_Connect()
415 for (n = 0; n < hostCacheCount; n++) in NET_Connect()
H A Dnet_dgrm.c592 if (host && hostCacheCount) in Test_f()
594 for (n = 0; n < hostCacheCount; n++) in Test_f()
604 if (n < hostCacheCount) in Test_f()
720 if (host && hostCacheCount) in Test2_f()
722 for (n = 0; n < hostCacheCount; n++) in Test2_f()
731 if (n < hostCacheCount) in Test2_f()
1138 if (hostCacheCount == HOSTCACHESIZE) in _Datagram_SearchForHosts()
1156 for (n = 0; n < hostCacheCount; n++) in _Datagram_SearchForHosts()
1161 if (n < hostCacheCount) in _Datagram_SearchForHosts()
1165 hostCacheCount++; in _Datagram_SearchForHosts()
[all …]
H A Dmenu.c3060 if (hostCacheCount) in M_Search_Draw()
3104 if (hostCacheCount > 1) in M_ServerList_Draw()
3108 for (i = 0; i < hostCacheCount; i++) in M_ServerList_Draw()
3109 for (j = i+1; j < hostCacheCount; j++) in M_ServerList_Draw()
3122 for (n = 0; n < hostCacheCount; n++) in M_ServerList_Draw()
3154 slist_cursor = hostCacheCount - 1; in M_ServerList_Key()
3161 if (slist_cursor >= hostCacheCount) in M_ServerList_Key()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/dos/
H A Dnet_ser.c765 if (hostCacheCount == HOSTCACHESIZE) in Serial_SearchForHosts()
769 for (n = 0; n < hostCacheCount; n++) in Serial_SearchForHosts()
787 sprintf(hostcache[hostCacheCount].name, "COM%d", n + 1); in Serial_SearchForHosts()
788 strcpy(hostcache[hostCacheCount].map, ""); in Serial_SearchForHosts()
789 hostcache[hostCacheCount].users = 0; in Serial_SearchForHosts()
790 hostcache[hostCacheCount].maxusers = 0; in Serial_SearchForHosts()
791 hostcache[hostCacheCount].driver = net_driverlevel; in Serial_SearchForHosts()
792 strcpy(hostcache[hostCacheCount].cname, "#"); in Serial_SearchForHosts()
793 hostCacheCount++; in Serial_SearchForHosts()
/dports/games/quakeforge/quakeforge-0.7.2/libs/net/nm/
H A Dnet_dgrm.c558 if (host && hostCacheCount) { in Test_f()
559 for (n = 0; n < hostCacheCount; n++) in Test_f()
570 if (n < hostCacheCount) in Test_f()
695 if (host && hostCacheCount) { in Test2_f()
696 for (n = 0; n < hostCacheCount; n++) in Test2_f()
706 if (n < hostCacheCount) in Test2_f()
1141 if (hostCacheCount == HOSTCACHESIZE) in _Datagram_SearchForHosts()
1159 for (n = 0; n < hostCacheCount; n++) in _Datagram_SearchForHosts()
1164 if (n < hostCacheCount) in _Datagram_SearchForHosts()
1168 hostCacheCount++; in _Datagram_SearchForHosts()
[all …]
H A Dnet_loop.c72 hostCacheCount = 1; in Loop_SearchForHosts()
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dnetmain.h265 extern int hostCacheCount;

12