Home
last modified time | relevance | path

Searched refs:kInArcIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp757 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportOperation()
816 if (indexType == NArchive::NEventIndexType::kInArcIndex) in ReportExtractResult()
DArchiveExtractCallback.cpp2383 if (indexType == NArchive::NEventIndexType::kInArcIndex && index != (UInt32)(Int32)-1) in ReportExtractResult()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1241 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/
DIArchive.h148 kInArcIndex, enumerator
DXzHandler.cpp1301 RINOK(opCallback->ReportOperation(NEventIndexType::kInArcIndex, 0, NUpdateNotifyOp::kReplicate)) in UpdateItems()