Home
last modified time | relevance | path

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

/third_party/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.cpp736 folders.FoToMainUnpackSizeIndex.Alloc(numFolders); in ReadUnpackInfo()
869 folders.FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo()
/third_party/lzma/C/
D7z.h90 Byte *FoToMainUnpackSizeIndex; // NumFolders member
D7zArcIn.c105 p->FoToMainUnpackSizeIndex = NULL; in SzAr_Init()
121 ISzAlloc_Free(alloc, p->FoToMainUnpackSizeIndex); in SzAr_Free()
681 MY_ALLOC_ZE(Byte, p->FoToMainUnpackSizeIndex, (size_t)numFolders, alloc) in ReadUnpackInfo()
799 p->FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo()
857 …return p->CoderUnpackSizes[p->FoToCoderUnpackSizes[folderIndex] + p->FoToMainUnpackSizeIndex[folde… in SzAr_GetFolderUnpackSize()
D7zDec.c625 || folder.UnpackStream != p->FoToMainUnpackSizeIndex[folderIndex] in SzAr_DecodeFolder()