Home
last modified time | relevance | path

Searched refs:PackStreamStartPositions (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h36 CRecordVector<UInt64> PackStreamStartPositions; member
48 PackStreamStartPositions.Clear(); in Clear()
71 PackStreamStartPositions[FolderStartPackStreamIndex[folderIndex] + indexInFolder]; in GetFolderStreamPos()
D7zIn.cpp1082 PackStreamStartPositions.Clear(); in FillStartPos()
1083 PackStreamStartPositions.Reserve(PackSizes.Size()); in FillStartPos()
1087 PackStreamStartPositions.Add(startPos); in FillStartPos()
/external/lzma/C/
D7z.h154 UInt64 *PackStreamStartPositions; member
D7zIn.c136 p->PackStreamStartPositions = 0; in SzArEx_Init()
146 IAlloc_Free(alloc, p->PackStreamStartPositions); in SzArEx_Free()
193 MY_ALLOC(UInt64, p->PackStreamStartPositions, p->db.NumPackStreams, alloc); in SzArEx_Fill()
197 p->PackStreamStartPositions[i] = startPosSize; in SzArEx_Fill()
246 p->PackStreamStartPositions[p->FolderStartPackStreamIndex[folderIndex] + indexInFolder]; in SzArEx_GetFolderStreamPos()