Searched refs:FolderStartPackStreamIndex (Results 1 – 6 of 6) sorted by relevance
37 CRecordVector<CNum> FolderStartPackStreamIndex; member49 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()
207 CNum packStreamIndex = db.FolderStartPackStreamIndex[folderIndex]; in Extract()
1070 FolderStartPackStreamIndex.Clear(); in FillFolderStartPackStream()1071 FolderStartPackStreamIndex.Reserve(Folders.Size()); in FillFolderStartPackStream()1075 FolderStartPackStreamIndex.Add(startPos); in FillFolderStartPackStream()
915 CNum startIndex = db->FolderStartPackStreamIndex[folderIndex]; in Update()955 threadDecoder.PackSizes = &db->PackSizes[db->FolderStartPackStreamIndex[folderIndex]]; in Update()
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()
153 UInt32 *FolderStartPackStreamIndex; member