Lines Matching refs:sentReliableCommands

196     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()
267 outgoingCommand = (ENetOutgoingCommand *) enet_list_front (& 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()
1422 while (currentCommand != enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1454 if (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()
1620 ! enet_list_empty (& currentPeer -> sentReliableCommands) && in enet_protocol_send_outgoing_commands()
1632 enet_list_empty (& currentPeer -> sentReliableCommands) && in enet_protocol_send_outgoing_commands()