Lines Matching defs:opRes
265 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s);
266 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s)
270 if (opRes == NArchive::NExtract::NOperationResult::kOK)
278 switch (opRes)
349 s.Add_UInt32((UInt32)opRes);
352 if (encrypted && opRes != NArchive::NExtract::NOperationResult::kWrongPassword)
364 Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted))
366 switch (opRes)
373 SetExtractErrorMessage(opRes, encrypted, _currentFilePath, s);
390 Z7_COM7F_IMF(CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *name))
392 if (opRes != NArchive::NExtract::NOperationResult::kOK)
395 SetExtractErrorMessage(opRes, encrypted, name, s);
944 Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult8(Int32 opRes, Int32 encrypted, UInt64 size))
967 return SetOperationResult(opRes, encrypted);