Searched refs:FolderStartPackStreamIndex (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 37 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()
|
D | 7zExtract.cpp | 207 CNum packStreamIndex = db.FolderStartPackStreamIndex[folderIndex]; in Extract()
|
D | 7zIn.cpp | 1070 FolderStartPackStreamIndex.Clear(); in FillFolderStartPackStream() 1071 FolderStartPackStreamIndex.Reserve(Folders.Size()); in FillFolderStartPackStream() 1075 FolderStartPackStreamIndex.Add(startPos); in FillFolderStartPackStream()
|
D | 7zUpdate.cpp | 915 CNum startIndex = db->FolderStartPackStreamIndex[folderIndex]; in Update() 955 threadDecoder.PackSizes = &db->PackSizes[db->FolderStartPackStreamIndex[folderIndex]]; in Update()
|
/external/lzma/C/ |
D | 7zIn.c | 135 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()
|
D | 7z.h | 153 UInt32 *FolderStartPackStreamIndex; member
|
/external/chromium_org/third_party/lzma_sdk/ |
D | 7zIn.c | 135 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()
|
D | 7z.h | 153 UInt32 *FolderStartPackStreamIndex; member
|