Home
last modified time | relevance | path

Searched refs:GetPackSize (Results 1 – 25 of 37) sorted by relevance

12

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Tar/
H A DTarHandler.cpp73 RINOK(stream->Seek(item.GetPackSize(), STREAM_SEEK_CUR, &pos)); in Open2()
164 UInt64 packSize = _latestItem.GetPackSize(); in SkipTo()
211 case kpidPackSize: prop = item->GetPackSize(); break; in GetProperty()
289 totalPackSize += item->GetPackSize(); in Extract()
314 streamSpec->Init(item->GetPackSize()); in Extract()
H A DTarItem.h56 UInt64 GetPackSize() const { return (Size + 0x1FF) & (~((UInt64)0x1FF)); } in GetPackSize() function
H A DTarIn.cpp143 int packSize = (int)item.GetPackSize(); in ReadItem()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DMachoHandler.cpp118 UInt64 GetPackSize() const { return Flags == MACH_SECT_ATTR_ZEROFILL ? 0 : Size; } in GetPackSize() function
338 case kpidPackSize: prop = (UInt64)item.GetPackSize(); break; in GetProperty()
415 totalSize += _sections[allFilesMode ? i : indices[i]].GetPackSize(); in Extract()
441 currentItemSize = item.GetPackSize(); in Extract()
H A DPeHandler.cpp254 UInt64 GetPackSize() const { return PSize; } in GetPackSize() function
565 case kpidPackSize: prop = (UInt64)item.GetPackSize(); break; in GetProperty()
848 totalSize += _sections[allFilesMode ? i : indices[i]].GetPackSize(); in Extract()
883 currentItemSize = item.GetPackSize(); in Extract()
H A DDmgHandler.cpp107 UInt64 GetPackSize() const in GetPackSize() function
568 case kpidPackSize: prop = item.GetPackSize(); break; in GetProperty()
674 currentPackSize = item.GetPackSize(); in Extract()
H A DNtfsHandler.cpp321 UInt64 GetPackSize() const in GetPackSize() function
946 UInt64 GetPackSize() const in GetPackSize() function
950 res += DataAttrs[DataRefs[i].Start].GetPackSize(); in GetPackSize()
1576 case kpidPackSize: if (data) prop = data->GetPackSize(); break; in GetProperty()
1703 totalPackSize += data.GetPackSize(); in Extract()
H A DVhdHandler.cpp224 UInt64 GetPackSize() const in GetPackSize() function in NArchive::NVhd::CHandler
631 case kpidPackSize: prop = GetPackSize(); break; in GetProperty()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DMachoHandler.cpp197 UInt64 GetPackSize() const { return PSize; } in GetPackSize() function
371 case kpidPackSize: prop = (UInt64)item.GetPackSize(); break; in GetProperty()
602 totalSize += _sections[allFilesMode ? i : indices[i]].GetPackSize(); in Extract()
628 currentItemSize = item.GetPackSize(); in Extract()
H A DCramfsHandler.cpp209 bool GetPackSize(int index, UInt32 &res) const;
431 bool CHandler::GetPackSize(int index, UInt32 &res) const in GetPackSize() function in NArchive::NCramfs::CHandler
544 if (GetPackSize(index, size)) in GetProperty()
687 if (GetPackSize(index, packSize)) in Extract()
H A DVhdxHandler.cpp707 UInt64 GetPackSize() const in GetPackSize() function in NArchive::NVhdx::CHandler
1615 const UInt64 packSize = GetPackSize(); in AddComment()
1788 PackSize_Total = GetPackSize(); in Open2()
1931 PackSize_Total += Parent->GetPackSize(); in OpenParent()
H A DSquashfsHandler.cpp904 bool GetPackSize(int index, UInt64 &res, bool fillOffsets);
1802 bool CHandler::GetPackSize(int index, UInt64 &totalPack, bool fillOffsets) in GetPackSize() function in NArchive::NSquashfs::CHandler
2005 if (GetPackSize(index, size, false)) in GetProperty()
2216 if (GetPackSize(index, packSize, false)) in Extract()
2288 if (!GetPackSize(index, packSize, true)) in GetStream()
H A DVhdHandler.cpp256 UInt64 GetPackSize() const in GetPackSize() function in NArchive::NVhd::CHandler
898 case kpidPackSize: prop = GetPackSize(); break; in GetProperty()
H A DNtfsHandler.cpp375 UInt64 GetPackSize() const in GetPackSize() function
1071 UInt64 GetPackSize() const in GetPackSize() function
1075 res += DataAttrs[DataRefs[i].Start].GetPackSize(); in GetPackSize()
2631 …case kpidPackSize: if (data) prop = data->GetPackSize(); else if (!item.IsDir()) prop = (UInt64)0;… in GetProperty()
2763 totalPackSize += data.GetPackSize(); in Extract()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DMachoHandler.cpp197 UInt64 GetPackSize() const { return PSize; } in GetPackSize() function
371 case kpidPackSize: prop = (UInt64)item.GetPackSize(); break; in GetProperty()
602 totalSize += _sections[allFilesMode ? i : indices[i]].GetPackSize(); in Extract()
628 currentItemSize = item.GetPackSize(); in Extract()
H A DCramfsHandler.cpp209 bool GetPackSize(int index, UInt32 &res) const;
431 bool CHandler::GetPackSize(int index, UInt32 &res) const in GetPackSize() function in NArchive::NCramfs::CHandler
544 if (GetPackSize(index, size)) in GetProperty()
687 if (GetPackSize(index, packSize)) in Extract()
H A DSquashfsHandler.cpp900 bool GetPackSize(int index, UInt64 &res, bool fillOffsets);
1748 bool CHandler::GetPackSize(int index, UInt64 &totalPack, bool fillOffsets) in GetPackSize() function in NArchive::NSquashfs::CHandler
1951 if (GetPackSize(index, size, false)) in GetProperty()
2160 if (GetPackSize(index, packSize, false)) in Extract()
2232 if (!GetPackSize(index, packSize, true)) in GetStream()
H A DVhdHandler.cpp256 UInt64 GetPackSize() const in GetPackSize() function in NArchive::NVhd::CHandler
874 case kpidPackSize: prop = GetPackSize(); break; in GetProperty()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Rar/
H A DRarHandler.h38 UInt64 GetPackSize(int refIndex) const;
H A DRarHandler.cpp85 UInt64 CHandler::GetPackSize(int refIndex) const in GetPackSize() function in NArchive::NRar::CHandler
174 case kpidPackSize: prop = GetPackSize(index); break; in GetProperty()
570 currentPackSize = GetPackSize(index); in Extract()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Rar/
H A DRarHandler.h87 UInt64 GetPackSize(unsigned refIndex) const;
H A DRar5Handler.h398 UInt64 GetPackSize(unsigned refIndex) const;
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Rar/
H A DRarHandler.h87 UInt64 GetPackSize(unsigned refIndex) const;
H A DRar5Handler.h398 UInt64 GetPackSize(unsigned refIndex) const;
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Wim/
H A DWimIn.h196 UInt64 GetPackSize() const in GetPackSize() function

12