Home
last modified time | relevance | path

Searched refs:outgoingUnreliableCommands (Results 1 – 25 of 90) sorted by relevance

1234

/dports/games/bloodfrontier/bloodfrontier/src/enet/
H A Dpeer.c286 enet_peer_reset_outgoing_commands (& peer -> outgoingUnreliableCommands); in enet_peer_reset_queues()
462 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_peer_disconnect_later()
560 enet_list_insert (enet_list_end (& peer -> outgoingUnreliableCommands), outgoingCommand); in enet_peer_queue_outgoing_command()
H A Dprotocol.c730 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1070 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1072 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1143 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1349 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1369 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/enet/enet/
H A Dprotocol.c340 enet_list_clear (& peer -> outgoingUnreliableCommands); in enet_protocol_handle_connect()
938 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1355 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1357 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1396 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1443 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1675 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1690 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/enet/
H A Dprotocol.c192 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_remove_sent_unreliable_commands()
912 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1329 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1331 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1370 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1417 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1650 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1665 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/enet/
H A Dprotocol.c192 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_remove_sent_unreliable_commands()
920 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1336 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1338 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1377 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1424 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1657 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1672 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/enet/
H A Dprotocol.c192 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_remove_sent_unreliable_commands()
920 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1336 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1338 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1377 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1424 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1657 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1672 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/egoboo/egoboo-2.8.1/src/enet/
H A Dprotocol.c826 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
828 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1067 enet_list_empty (& currentPeer -> outgoingUnreliableCommands) == 0) in enet_protocol_send_outgoing_commands()
1083 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
1085 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/openspades/openspades-0.1.3/Sources/ENet/
H A Dprotocol.c863 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1253 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1255 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1294 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1341 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1568 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1588 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
H A Dpeer.c316 enet_peer_reset_outgoing_commands (& peer -> outgoingUnreliableCommands); in enet_peer_reset_queues()
493 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_peer_disconnect_later()
598 enet_list_insert (enet_list_end (& peer -> outgoingUnreliableCommands), outgoingCommand); in enet_peer_setup_outgoing_command()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/enet/
H A Dprotocol.c891 enet_list_empty(&peer->outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1300 currentCommand = enet_list_begin(&peer->outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1302 while (currentCommand != enet_list_end(&peer->outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1341 if (currentCommand == enet_list_end(&peer->outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1388 enet_list_empty(&peer->outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1620 if (!enet_list_empty(&currentPeer->outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1639 …tPeer->outgoingReliableCommands), enet_list_size(&currentPeer->outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
H A Dpeer.c313 enet_peer_reset_outgoing_commands(&peer->outgoingUnreliableCommands); in enet_peer_reset_queues()
527 enet_list_empty(&peer->outgoingUnreliableCommands) && in enet_peer_disconnect_later()
629 enet_list_insert(enet_list_end(&peer->outgoingUnreliableCommands), outgoingCommand); in enet_peer_setup_outgoing_command()
/dports/games/redeclipse/base-2.0.0/src/enet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/redeclipse16/base-1.6.0/src/enet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/tesseract-data/tesseract/src/enet/
H A Dprotocol.c899 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1314 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1316 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1355 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1402 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1634 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1649 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/stuntrally/stuntrally-2.6.1/source/enet/
H A Dprotocol.c899 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1314 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1316 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1355 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1402 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1634 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1649 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/enet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/devel/love/love-11.3/src/libraries/enet/libenet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/devel/love10/love-0.10.2/src/libraries/enet/libenet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/enet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/enet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/net/py-pyenet/pyenet-1.3.13.post7/enet/
H A Dprotocol.c903 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1320 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1322 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1361 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1408 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1640 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1655 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/enet/
H A Dprotocol.c882 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1289 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1291 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1330 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1377 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1609 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1629 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/enet/
H A Dprotocol.c883 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1269 currentCommand = enet_list_begin (& peer -> outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1271 while (currentCommand != enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1310 if (currentCommand == enet_list_end (& peer -> outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1357 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1589 if (! enet_list_empty (& currentPeer -> outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1609 …-> outgoingReliableCommands), enet_list_size (& currentPeer -> outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()
H A Dpeer.c327 enet_peer_reset_outgoing_commands (& peer -> outgoingUnreliableCommands); in enet_peer_reset_queues()
504 enet_list_empty (& peer -> outgoingUnreliableCommands) && in enet_peer_disconnect_later()
609 enet_list_insert (enet_list_end (& peer -> outgoingUnreliableCommands), outgoingCommand); in enet_peer_setup_outgoing_command()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/enet/
H A Dprotocol.c891 enet_list_empty(&peer->outgoingUnreliableCommands) && in enet_protocol_handle_acknowledge()
1300 currentCommand = enet_list_begin(&peer->outgoingUnreliableCommands); in enet_protocol_send_unreliable_outgoing_commands()
1302 while (currentCommand != enet_list_end(&peer->outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1341 if (currentCommand == enet_list_end(&peer->outgoingUnreliableCommands)) in enet_protocol_send_unreliable_outgoing_commands()
1388 enet_list_empty(&peer->outgoingUnreliableCommands) && in enet_protocol_send_unreliable_outgoing_commands()
1620 if (!enet_list_empty(&currentPeer->outgoingUnreliableCommands)) in enet_protocol_send_outgoing_commands()
1639 …tPeer->outgoingReliableCommands), enet_list_size(&currentPeer->outgoingUnreliableCommands), curren… in enet_protocol_send_outgoing_commands()

1234