Home
last modified time | relevance | path

Searched refs:FolderStartPackStreamIndex (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h37 CRecordVector<CNum> FolderStartPackStreamIndex; member
49 FolderStartPackStreamIndex.Clear(); in Clear()
71 PackStreamStartPositions[FolderStartPackStreamIndex[folderIndex] + indexInFolder]; in GetFolderStreamPos()
76 CNum packStreamIndex = FolderStartPackStreamIndex[folderIndex]; in GetFolderFullPackSize()
86 return PackSizes[FolderStartPackStreamIndex[folderIndex] + streamIndex]; in GetFolderPackStreamSize()
D7zExtract.cpp207 CNum packStreamIndex = db.FolderStartPackStreamIndex[folderIndex]; in Extract()
D7zIn.cpp1070 FolderStartPackStreamIndex.Clear(); in FillFolderStartPackStream()
1071 FolderStartPackStreamIndex.Reserve(Folders.Size()); in FillFolderStartPackStream()
1075 FolderStartPackStreamIndex.Add(startPos); in FillFolderStartPackStream()
D7zUpdate.cpp915 CNum startIndex = db->FolderStartPackStreamIndex[folderIndex]; in Update()
955 threadDecoder.PackSizes = &db->PackSizes[db->FolderStartPackStreamIndex[folderIndex]]; in Update()
/external/lzma/C/
D7zIn.c135 p->FolderStartPackStreamIndex = 0; in SzArEx_Init()
145 IAlloc_Free(alloc, p->FolderStartPackStreamIndex); in SzArEx_Free()
186 MY_ALLOC(UInt32, p->FolderStartPackStreamIndex, p->db.NumFolders, alloc); in SzArEx_Fill()
189 p->FolderStartPackStreamIndex[i] = startPos; in SzArEx_Fill()
246 p->PackStreamStartPositions[p->FolderStartPackStreamIndex[folderIndex] + indexInFolder]; in SzArEx_GetFolderStreamPos()
251 UInt32 packStreamIndex = p->FolderStartPackStreamIndex[folderIndex]; in SzArEx_GetFolderFullPackSize()
1374 p->db.PackSizes + p->FolderStartPackStreamIndex[folderIndex], in SzArEx_Extract()
D7z.h153 UInt32 *FolderStartPackStreamIndex; member