Searched refs:total_read (Results 1 – 3 of 3) sorted by relevance
60 size_t total_read = 0; in Read() local81 size_t read_length = len - total_read; in Read()86 socket_->ReceiveAll(reinterpret_cast<char*>(data) + total_read, read_length, 0); in Read()92 total_read += bytes_read; in Read()97 } while (downloading_ && total_read < len); in Read()99 return total_read; in Read()
64 size_t total_read = 0; in ProcessVmRead() local67 .iov_base = &reinterpret_cast<uint8_t*>(dst)[total_read], .iov_len = len, in ProcessVmRead()79 return total_read; in ProcessVmRead()91 return total_read; in ProcessVmRead()100 return total_read; in ProcessVmRead()102 total_read += rc; in ProcessVmRead()104 return total_read; in ProcessVmRead()
237 uint64_t total_read = 0; in main() local243 total_read += statistics.read(); in main()267 "TOTAL", BytesToKB(total_read) / delay_div, BytesToKB(total_write) / delay_div, in main()