Lines Matching refs:bytes_copied
649 uint64_t bytes_copied = 0; in SendLargeFile() local
699 bytes_copied += r; in SendLargeFile()
700 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()
751 uint64_t bytes_copied = 0; in SendLargeFileLegacy() local
775 bytes_copied += bytes_read; in SendLargeFileLegacy()
776 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileLegacy()
1113 uint64_t bytes_copied = 0; in sync_recv_v1() local
1147 bytes_copied += msg.data.size; in sync_recv_v1()
1150 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v1()
1170 uint64_t bytes_copied = 0; in sync_recv_v2() local
1248 bytes_copied += output.size(); in sync_recv_v2()
1250 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v2()