Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h60 CObjArray<CNum> FoStartPackStreamIndex; // NumFolders + 1 member
103 FoStartPackStreamIndex.Free(); in Clear()
275 PackPositions[FoStartPackStreamIndex[folderIndex] + indexInFolder]; in GetFolderStreamPos()
281 PackPositions[FoStartPackStreamIndex[folderIndex + 1]] - in GetFolderFullPackSize()
282 PackPositions[FoStartPackStreamIndex[folderIndex]]; in GetFolderFullPackSize()
287 size_t i = FoStartPackStreamIndex[folderIndex] + streamIndex; in GetFolderPackStreamSize()
D7zIn.cpp660 folders.FoStartPackStreamIndex.Alloc(numFolders + 1); in ReadUnpackInfo()
790 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
799 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
D7zDecode.cpp246 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]]; in Decode()
D7zUpdate.cpp2019 CNum startIndex = db->FoStartPackStreamIndex[folderIndex]; in Update()
/external/lzma/C/
D7z.h88 UInt32 *FoStartPackStreamIndex; // NumFolders + 1 member
D7zArcIn.c102 p->FoStartPackStreamIndex = NULL; in SzAr_Init()
116 ISzAlloc_Free(alloc, p->FoStartPackStreamIndex); in SzAr_Free()
667 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc); in ReadUnpackInfo()
785 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
801 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
D7zDec.c577 p->PackPositions + p->FoStartPackStreamIndex[folderIndex], in SzAr_DecodeFolder()