Searched refs:uncompressedLength (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp695 attributesSection.uncompressedLength)
697 tocSection.uncompressedLength)) {
H A DReaderImplBase.cpp911 section.uncompressedLength = length;
925 section.data = new(std::nothrow) uint8[section.uncompressedLength];
1027 < fPackageAttributesSection.uncompressedLength) {
1030 fPackageAttributesSection.uncompressedLength
1324 fCurrentSection->uncompressedLength - fCurrentSection->currentOffset);
1327 == fCurrentSection->uncompressedLength
1347 if (size > fCurrentSection->uncompressedLength
1380 section.data, section.uncompressedLength);
H A DPackageReaderImpl.cpp460 if (fTOCSection.currentOffset < fTOCSection.uncompressedLength) {
463 fTOCSection.uncompressedLength - fTOCSection.currentOffset);
537 if (size > fTOCSection.uncompressedLength - fTOCSection.currentOffset) {
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h45 uint32 uncompressedLength; member in struct:BPackageKit::BHPKG::BPrivate::PackageFileSection
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp465 fPackageAttributesSection.uncompressedLength
483 fTOCSection.uncompressedLength
498 if (fTOCSection.stringsLength > fTOCSection.uncompressedLength
524 if (fTOCSection.uncompressedLength > kMaxTOCSize) {
527 fTOCSection.uncompressedLength);
532 if (fPackageAttributesSection.uncompressedLength
537 fPackageAttributesSection.uncompressedLength);
543 = new(std::nothrow) uint8[fTOCSection.uncompressedLength];
554 = new(std::nothrow) uint8[fPackageAttributesSection.uncompressedLength];
645 if (fTOCSection.currentOffset < fTOCSection.uncompressedLength) {
[all...]
H A DReaderImplBaseV1.cpp588 if (section.compressedLength != section.uncompressedLength) {
595 if (section.compressedLength >= section.uncompressedLength) {
687 < fPackageAttributesSection.uncompressedLength) {
690 fPackageAttributesSection.uncompressedLength
964 fCurrentSection->uncompressedLength - fCurrentSection->currentOffset);
967 == fCurrentSection->uncompressedLength
987 if (size > fCurrentSection->uncompressedLength
1033 BMemoryIO bufferOutput(section.data, section.uncompressedLength);
1065 if ((uint64)bufferOutput.Position() != section.uncompressedLength) {
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h173 uint32 uncompressedLength; member in struct:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase::SectionInfo

Completed in 76 milliseconds