Searched refs:total_received (Results 1 – 1 of 1) sorted by relevance
434 int total_received = 0; in ReceiveAll() local435 while (total_received < len) { in ReceiveAll()436 int received = conn->Receive(data + total_received, len - total_received); in ReceiveAll()438 return total_received; in ReceiveAll()440 total_received += received; in ReceiveAll()442 return total_received; in ReceiveAll()