Searched refs:realIndices (Results 1 – 3 of 3) sorted by relevance
37 CRecordVector<UInt32> realIndices; in DecompressArchive() local107 realIndices.Add(i); in DecompressArchive()110 if (realIndices.Size() == 0) in DecompressArchive()155 RINOK(ecs->PrepareHardLinks(&realIndices)); in DecompressArchive()171 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs); in DecompressArchive()
108 HRESULT CArchiveExtractCallback::PrepareHardLinks(const CRecordVector<UInt32> *realIndices) in PrepareHardLinks() argument120 if (realIndices) in PrepareHardLinks()121 numItems = realIndices->Size(); in PrepareHardLinks()131 RINOK(Archive_Get_HardLinkNode(archive, realIndices ? (*realIndices)[i] : i, h, defined)); in PrepareHardLinks()
285 HRESULT PrepareHardLinks(const CRecordVector<UInt32> *realIndices); // NULL means all items