Searched refs:totalPackSize (Results 1 – 2 of 2) sorted by relevance
114 UInt64 totalPackSize = 0; in DecompressArchives() local132 totalPackSize += fi.Size; in DecompressArchives()140 RINOK(extractCallback->SetTotal(totalPackSize)); in DecompressArchives()211 totalPackSize -= archiveSizes[index]; in DecompressArchives()218 totalPackSize += archiveLink.VolumesSize; in DecompressArchives()219 RINOK(extractCallback->SetTotal(totalPackSize)); in DecompressArchives()
570 UInt64 numFiles = 0, numDirs = 0, totalPackSize = 0, totalUnPackSize = 0; in ListArchives() local600 totalPackSizePointer = &totalPackSize; in ListArchives()608 totalPackSize += packSize; in ListArchives()616 totalPackSize = (numFiles == 0) ? 0 : arcPackSize; in ListArchives()617 totalPackSizePointer = &totalPackSize; in ListArchives()634 totalPackSize2 += totalPackSize; in ListArchives()