Searched refs:stringsLength (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp883 uint64 length, uint64 maxSaneLength, uint64 stringsLength,
903 if ((stringsLength <= 1) != (stringsCount == 0) || stringsLength > length) {
907 fFileType, section.name, stringsCount, stringsLength, length);
914 section.stringsLength = stringsLength;
952 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
966 char* sectionEnd = position + fCurrentSection->stringsLength;
993 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
882 InitSection(PackageFileSection& section, uint64 endOffset, uint64 length, uint64 maxSaneLength, uint64 stringsLength, uint64 stringsCount) argument
H A DRepositoryWriterImpl.cpp480 uint32 stringsLength; local
482 stringsLength);
491 header.packages_strings_length = B_HOST_TO_BENDIAN_INT64(stringsLength);
H A DPackageWriterImpl.cpp1382 uint32 stringsLength; local
1384 stringsLength);
1393 header.attributes_strings_length = B_HOST_TO_BENDIAN_INT32(stringsLength);
H A DPackageReaderImpl.cpp449 fTOCSection.currentOffset = fTOCSection.stringsLength;
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp467 fPackageAttributesSection.stringsLength
493 fTOCSection.stringsLength
498 if (fTOCSection.stringsLength > fTOCSection.uncompressedLength
499 || fTOCSection.stringsCount > fTOCSection.stringsLength) {
630 fTOCSection.currentOffset = fTOCSection.stringsLength;
H A DReaderImplBaseV1.cpp612 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
626 char* sectionEnd = position + fCurrentSection->stringsLength;
653 fCurrentSection->currentOffset += fCurrentSection->stringsLength;
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h49 uint64 stringsLength; member in struct:BPackageKit::BHPKG::BPrivate::PackageFileSection
137 uint64 maxSaneLength, uint64 stringsLength,
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h177 uint64 stringsLength; member in struct:BPackageKit::BHPKG::V1::BPrivate::ReaderImplBase::SectionInfo

Completed in 571 milliseconds