Lines Matching refs:sentReliableCommands

185     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()
249 outgoingCommand = (ENetOutgoingCommand *) enet_list_front (& 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()
1371 while (currentCommand != enet_list_end (& peer -> sentReliableCommands)) in enet_protocol_check_timeouts()
1403 if (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()
1569 ! enet_list_empty (& currentPeer -> sentReliableCommands) && in enet_protocol_send_outgoing_commands()
1581 enet_list_empty (& currentPeer -> sentReliableCommands) && in enet_protocol_send_outgoing_commands()