Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h60 CObjArray<CNum> FoStartPackStreamIndex; // NumFolders + 1 member
103 FoStartPackStreamIndex.Free(); in Clear()
279 PackPositions[FoStartPackStreamIndex[folderIndex] + indexInFolder]; in GetFolderStreamPos()
285 PackPositions[FoStartPackStreamIndex[folderIndex + 1]] - in GetFolderFullPackSize()
286 PackPositions[FoStartPackStreamIndex[folderIndex]]; in GetFolderFullPackSize()
291 size_t i = FoStartPackStreamIndex[folderIndex] + streamIndex; in GetFolderPackStreamSize()
D7zHandler.cpp656 _db.FoStartPackStreamIndex[folderIndex + 1] - in Z7_COM7F_IMF()
657 _db.FoStartPackStreamIndex[folderIndex] > (propID - kpidPackedSize0)) in Z7_COM7F_IMF()
D7zIn.cpp735 folders.FoStartPackStreamIndex.Alloc(numFolders + 1); in ReadUnpackInfo()
865 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
874 folders.FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
D7zDecode.cpp239 const UInt64 *packPositions = &folders.PackPositions[folders.FoStartPackStreamIndex[folderIndex]];
D7zUpdate.cpp2313 const CNum startIndex = db->FoStartPackStreamIndex[folderIndex];
/third_party/lzma/C/
D7z.h88 UInt32 *FoStartPackStreamIndex; // NumFolders + 1 member
D7zArcIn.c103 p->FoStartPackStreamIndex = NULL; in SzAr_Init()
119 ISzAlloc_Free(alloc, p->FoStartPackStreamIndex); in SzAr_Free()
679 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc) in ReadUnpackInfo()
797 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
813 p->FoStartPackStreamIndex[fo] = packStreamIndex; in ReadUnpackInfo()
D7zDec.c634 p->PackPositions + p->FoStartPackStreamIndex[folderIndex], in SzAr_DecodeFolder()