Home
last modified time | relevance | path

Searched refs:CountSourceReadBytes (Results 1 – 3 of 3) sorted by relevance

/dragonfly/bin/cpdup/
HDcpdup.c171 int64_t CountSourceReadBytes; variable
379 CountSourceReadBytes += sizeof(struct stat) * CountSourceItems; in main()
392 (long long)CountSourceReadBytes, in main()
395 …((double)CountSourceBytes * 2.0) / ((double)(CountSourceReadBytes + CountTargetReadBytes + CountWr… in main()
404 … (int)((CountSourceReadBytes + CountTargetReadBytes + CountWriteBytes) / duration / 1024.0), in main()
660 CountSourceReadBytes += n; in validate_check()
982 if (ScanDir(list, &SrcHost, spath, &CountSourceReadBytes, 0) == 0) { in DoCopy()
1184 CountSourceReadBytes += size; in DoCopy()
1307 CountSourceReadBytes += n1; in DoCopy()
HDmd5.c129 CountSourceReadBytes += nlen+1; in md5_cache()
320 CountSourceReadBytes += size; in doMD5File()
HDcpdup.h96 extern int64_t CountSourceReadBytes;