Home
last modified time | relevance | path

Searched refs:NUpdateNotifyOp (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp579 if (mode == NUpdateNotifyOp::kAdd || in GetStream()
580 mode == NUpdateNotifyOp::kUpdate) in GetStream()
584 else if (mode == NUpdateNotifyOp::kAdd) in GetStream()
592 if (mode == NUpdateNotifyOp::kAnalyze) in GetStream()
666 case NUpdateNotifyOp::kAdd: s = "+"; break; in ReportUpdateOperation()
667 case NUpdateNotifyOp::kUpdate: s = "U"; break; in ReportUpdateOperation()
668 case NUpdateNotifyOp::kAnalyze: s = "A"; requiredLevel = 3; break; in ReportUpdateOperation()
669 case NUpdateNotifyOp::kReplicate: s = "="; requiredLevel = 3; break; in ReportUpdateOperation()
670 case NUpdateNotifyOp::kRepack: s = "R"; requiredLevel = 2; break; in ReportUpdateOperation()
671 case NUpdateNotifyOp in ReportUpdateOperation()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp593 if (mode != NUpdateNotifyOp::kAdd && in GetStream2()
594 mode != NUpdateNotifyOp::kUpdate) in GetStream2()
658 || mode == NUpdateNotifyOp::kAnalyze); // 22.00 : we don't change access time in Analyze pass. in GetStream2()
764 NUpdateNotifyOp::kAdd : in GetStream()
765 NUpdateNotifyOp::kUpdate); in GetStream()
773 // if (op == NUpdateNotifyOp::kOpFinished) return Callback->ReportFinished(indexType, index); in ReportOperation()
H A DHashCalc.cpp1533 RINOK(updateCallbackFile->GetStream2(index, &inStream, NUpdateNotifyOp::kHashRead)) in Extract()
H A DArchiveExtractCallback.cpp2475 if (mode != NUpdateNotifyOp::kHashRead) in GetStream2()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1094 HRESULT result = Callback->GetStream2(index, &stream, NUpdateNotifyOp::kAnalyze); in GetFilterGroup()
1460 NUpdateNotifyOp::kRepack : in OpenFile()
1461 NUpdateNotifyOp::kSkip)) in OpenFile()
2282 NUpdateNotifyOp::kReplicate)) in Update()
2294 NUpdateNotifyOp::kReplicate)) in Update()
2338 NUpdateNotifyOp::kRepack)) in Update()
2678 NUpdateNotifyOp::kAdd)); in Update()
2931 NUpdateNotifyOp::kOpFinished)); in Update()
2980 RINOK(opCallback->ReportOperation(NEventIndexType::kNoIndex, (UInt32)(Int32)-1, NUpdateNotifyOp::kHeader)) in Update()
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h460 namespace NUpdateNotifyOp namespace
483 UInt32 notifyOp (NUpdateNotifyOp)
H A DXzHandler.cpp1306 RINOK(opCallback->ReportOperation(NEventIndexType::kInArcIndex, 0, NUpdateNotifyOp::kReplicate)) in UpdateItems()

Completed in 14 milliseconds