Searched refs:bytes_copied (Results 1 – 2 of 2) sorted by relevance
635 uint64_t bytes_copied = 0; in SendLargeFile() local685 bytes_copied += r; in SendLargeFile()686 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()737 uint64_t bytes_copied = 0; in SendLargeFileLegacy() local761 bytes_copied += bytes_read; in SendLargeFileLegacy()762 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileLegacy()1094 uint64_t bytes_copied = 0; in sync_recv_v1() local1128 bytes_copied += msg.data.size; in sync_recv_v1()1131 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v1()1151 uint64_t bytes_copied = 0; in sync_recv_v2() local[all …]
207 int bytes_copied = copyTo(fd, output_socket, buffer, sizeof(buffer)); in copyFile() local208 if (bytes_copied == 0) { in copyFile()211 if (bytes_copied == -1) { in copyFile()