Searched refs:kInArcIndex (Results 1 – 5 of 5) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 757 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportOperation() 816 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportExtractResult()
|
D | ArchiveExtractCallback.cpp | 2383 if (indexType == NArchive::NEventIndexType::kInArcIndex && index != (UInt32)(Int32)-1) in ReportExtractResult()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 1241 NEventIndexType::kInArcIndex, arcIndex, in OpenFile() 1269 NEventIndexType::kInArcIndex, arcIndex, in CloseFile() 2049 NEventIndexType::kInArcIndex, (UInt32)fi, in Update() 2259 NEventIndexType::kInArcIndex, db->FolderStartFileIndex[folderIndex], in Update()
|
/third_party/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 148 kInArcIndex, enumerator
|
D | XzHandler.cpp | 1301 RINOK(opCallback->ReportOperation(NEventIndexType::kInArcIndex, 0, NUpdateNotifyOp::kReplicate)) in UpdateItems()
|