Home
last modified time | relevance | path

Searched refs:sentReliableCommands (Results 1 – 25 of 106) sorted by relevance

12345

/dports/games/egoboo/egoboo-2.8.1/src/enet/
H A Dprotocol.c100 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
101 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
111 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
130 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
902 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
904 while (currentCommand != enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
934 enet_list_empty (& peer -> sentReliableCommands) == 0) in enet_protocol_check_timeouts()
981 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
984 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
1050 enet_list_empty (& currentPeer -> sentReliableCommands) == 0 && in enet_protocol_send_outgoing_commands()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/enet/
H A Dprotocol.c167 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
168 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
178 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
225 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
731 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1144 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1154 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1190 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1267 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1270 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/openspades/openspades-0.1.3/Sources/ENet/
H A Dprotocol.c179 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
180 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
190 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
240 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
864 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1342 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1352 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1388 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1483 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1486 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/enet/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
337 enet_list_clear (& peer -> sentReliableCommands); in enet_protocol_handle_connect()
939 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1444 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1454 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1490 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1585 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/net/enet/enet-1.3.17/
H A Dprotocol.c192 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_unreliable_commands()
204 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
205 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
215 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
275 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
925 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1339 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1375 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1475 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_outgoing_commands()
1560 enet_list_empty (& peer -> sentReliableCommands) && in enet_protocol_check_outgoing_commands()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/enet/
H A Dprotocol.c193 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_unreliable_commands()
205 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
206 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
216 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
273 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
913 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1418 enet_list_empty (& peer -> sentReliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1429 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1465 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1560 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/enet/
H A Dprotocol.c193 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_unreliable_commands()
205 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
206 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
216 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
273 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
921 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1425 enet_list_empty (& peer -> sentReliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1436 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1472 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1567 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/enet/
H A Dprotocol.c193 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_unreliable_commands()
205 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
206 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
216 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
273 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
921 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1425 enet_list_empty (& peer -> sentReliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1436 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1472 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1567 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/enet/
H A Dprotocol.c192 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_unreliable_commands()
204 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
205 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
215 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
275 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
925 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1339 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1375 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1475 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_outgoing_commands()
1560 enet_list_empty (& peer -> sentReliableCommands) && in enet_protocol_check_outgoing_commands()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/enet/
H A Dprotocol.c192 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_unreliable_commands()
204 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
205 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
215 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
275 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
925 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1339 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1375 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1475 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_outgoing_commands()
1560 enet_list_empty (& peer -> sentReliableCommands) && in enet_protocol_check_outgoing_commands()
[all …]
/dports/games/sauerbraten/sauerbraten/src/enet/
H A Dprotocol.c192 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_unreliable_commands()
204 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
205 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
215 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
275 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
925 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1339 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1375 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1475 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_outgoing_commands()
1560 enet_list_empty (& peer -> sentReliableCommands) && in enet_protocol_check_outgoing_commands()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/enet/
H A Dprotocol.c184 currentCommand != enet_list_end(&peer->sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
194 if (currentCommand == enet_list_end(&peer->sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
251 if (enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
892 enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_handle_acknowledge()
1389 enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1399 currentCommand = enet_list_begin(&peer->sentReliableCommands); in enet_protocol_check_timeouts()
1435 !enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_check_timeouts()
1530 if (enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1533 enet_list_insert(enet_list_end(&peer->sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
1600 !enet_list_empty(&currentPeer->sentReliableCommands) && in enet_protocol_send_outgoing_commands()
[all …]
/dports/games/redeclipse/base-2.0.0/src/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/tesseract-data/tesseract/src/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
900 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1403 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1413 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1449 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1544 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1547 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/source/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
900 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1403 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1413 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1449 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1544 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1547 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/devel/love/love-11.3/src/libraries/enet/libenet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/enet/libenet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/src/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/net/py-pyenet/pyenet-1.3.13.post7/enet/
H A Dprotocol.c196 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
197 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
207 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
264 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
904 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1409 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1419 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1455 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1550 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1553 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/enet/
H A Dprotocol.c181 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
182 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
192 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
245 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
883 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1378 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1388 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1424 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1519 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1522 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/enet/
H A Dprotocol.c185 for (currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
186 currentCommand != enet_list_end (& peer -> sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
196 if (currentCommand == enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
246 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
884 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_handle_acknowledge()
1358 enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1368 currentCommand = enet_list_begin (& peer -> sentReliableCommands); in enet_protocol_check_timeouts()
1404 ! enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1499 if (enet_list_empty (& peer -> sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1502 enet_list_insert (enet_list_end (& peer -> sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/enet/
H A Dprotocol.c184 currentCommand != enet_list_end(&peer->sentReliableCommands); in enet_protocol_remove_sent_reliable_command()
194 if (currentCommand == enet_list_end(&peer->sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
251 if (enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_remove_sent_reliable_command()
892 enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_handle_acknowledge()
1389 enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1399 currentCommand = enet_list_begin(&peer->sentReliableCommands); in enet_protocol_check_timeouts()
1435 !enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_check_timeouts()
1530 if (enet_list_empty(&peer->sentReliableCommands)) in enet_protocol_send_reliable_outgoing_commands()
1533 enet_list_insert(enet_list_end(&peer->sentReliableCommands), in enet_protocol_send_reliable_outgoing_commands()
1600 !enet_list_empty(&currentPeer->sentReliableCommands) && in enet_protocol_send_outgoing_commands()
[all …]

12345