Home
last modified time | relevance | path

Searched refs:FoStartPackStreamIndex (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h55 CObjArray<CNum> FoStartPackStreamIndex; // NumFolders + 1 member
91 FoStartPackStreamIndex.Free(); in Clear()
249 PackPositions[FoStartPackStreamIndex[folderIndex] + indexInFolder]; in GetFolderStreamPos()
255 PackPositions[FoStartPackStreamIndex[folderIndex + 1]] - in GetFolderFullPackSize()
256 PackPositions[FoStartPackStreamIndex[folderIndex]]; in GetFolderFullPackSize()
261 unsigned i = FoStartPackStreamIndex[folderIndex] + streamIndex; in GetFolderPackStreamSize()
D7zDecode.cpp106 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]]; in Decode()
D7zIn.cpp690 folders.FoStartPackStreamIndex.Alloc(numFolders + 1); in ReadUnpackInfo()
815 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
821 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
D7zUpdate.cpp1078 CNum startIndex = db->FoStartPackStreamIndex[folderIndex]; in Update()
/external/lzma/C/
D7z.h103 UInt32 *FoStartPackStreamIndex; member
D7zArcIn.c99 p->FoStartPackStreamIndex = 0; in SzAr_Init()
117 IAlloc_Free(alloc, p->FoStartPackStreamIndex); in SzAr_Free()
697 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
804 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
819 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
D7zDec.c486 p->PackPositions + p->FoStartPackStreamIndex[folderIndex], in SzAr_DecodeFolder()