Home
last modified time | relevance | path

Searched refs:FoToMainUnpackSizeIndex (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h61 CObjArray<Byte> FoToMainUnpackSizeIndex; // NumFolders member
72 folder.UnpackCoder = FoToMainUnpackSizeIndex[folderIndex]; in ParseFolderEx()
82 … return CoderUnpackSizes[FoToCoderUnpackSizes[folderIndex] + FoToMainUnpackSizeIndex[folderIndex]]; in GetFolderUnpackSize()
104 FoToMainUnpackSizeIndex.Free(); in Clear()
D7zIn.cpp661 folders.FoToMainUnpackSizeIndex.Alloc(numFolders); in ReadUnpackInfo()
794 folders.FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo()
/external/lzma/C/
D7z.h90 Byte *FoToMainUnpackSizeIndex; // NumFolders member
D7zArcIn.c104 p->FoToMainUnpackSizeIndex = NULL; in SzAr_Init()
118 ISzAlloc_Free(alloc, p->FoToMainUnpackSizeIndex); in SzAr_Free()
669 MY_ALLOC_ZE(Byte, p->FoToMainUnpackSizeIndex, (size_t)numFolders, alloc); in ReadUnpackInfo()
787 p->FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo()
845 …return p->CoderUnpackSizes[p->FoToCoderUnpackSizes[folderIndex] + p->FoToMainUnpackSizeIndex[folde… in SzAr_GetFolderUnpackSize()
D7zDec.c568 || folder.UnpackStream != p->FoToMainUnpackSizeIndex[folderIndex] in SzAr_DecodeFolder()