Searched refs:FoToMainUnpackSizeIndex (Results 1 – 5 of 5) sorted by relevance
61 CObjArray<Byte> FoToMainUnpackSizeIndex; // NumFolders member72 folder.UnpackCoder = FoToMainUnpackSizeIndex[folderIndex]; in ParseFolderEx()82 … return CoderUnpackSizes[FoToCoderUnpackSizes[folderIndex] + FoToMainUnpackSizeIndex[folderIndex]]; in GetFolderUnpackSize()104 FoToMainUnpackSizeIndex.Free(); in Clear()
661 folders.FoToMainUnpackSizeIndex.Alloc(numFolders); in ReadUnpackInfo()794 folders.FoToMainUnpackSizeIndex[fo] = (Byte)indexOfMainStream; in ReadUnpackInfo()
90 Byte *FoToMainUnpackSizeIndex; // NumFolders member
104 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()
568 || folder.UnpackStream != p->FoToMainUnpackSizeIndex[folderIndex] in SzAr_DecodeFolder()