Home
last modified time | relevance | path

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

/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp463 fPackageAttributesSection.compressedLength in Init()
481 fTOCSection.compressedLength in Init()
506 if (fPackageAttributesSection.compressedLength > fTotalSize in Init()
507 || fTOCSection.compressedLength in Init()
508 > fTotalSize - fPackageAttributesSection.compressedLength in Init()
510 > fTotalSize - fPackageAttributesSection.compressedLength in Init()
511 - fTOCSection.compressedLength) { in Init()
518 = fTotalSize - fPackageAttributesSection.compressedLength; in Init()
520 - fTOCSection.compressedLength; in Init()
H A DReaderImplBaseV1.cpp588 if (section.compressedLength != section.uncompressedLength) { in CheckCompression()
595 if (section.compressedLength >= section.uncompressedLength) { in CheckCompression()
1023 uint32 compressedSize = section.compressedLength; in ReadCompressedBuffer()
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h172 uint32 compressedLength; member