Lines Matching refs:arcLink
526 void OpenResult_GUI(UString &s, const CCodecs *codecs, const CArchiveLink &arcLink, const wchar_t *… in OpenResult_GUI() argument
528 FOR_VECTOR (level, arcLink.Arcs) in OpenResult_GUI()
530 const CArc &arc = arcLink.Arcs[level]; in OpenResult_GUI()
564 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0 || result != S_OK) in OpenResult_GUI()
568 if (!arcLink.Arcs.IsEmpty()) in OpenResult_GUI()
569 AddNewLineString(s, arcLink.NonOpen_ArcPath); in OpenResult_GUI()
571 if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0 || result == S_FALSE) in OpenResult_GUI()
575 if (arcLink.PasswordWasAsked) in OpenResult_GUI()
577 else if (arcLink.NonOpen_ErrorInfo.ErrorFormatIndex >= 0) in OpenResult_GUI()
580 param = GetBracedType(codecs->GetFormatNamePtr(arcLink.NonOpen_ErrorInfo.ErrorFormatIndex)); in OpenResult_GUI()
591 ErrorInfo_Print(s, arcLink.NonOpen_ErrorInfo); in OpenResult_GUI()
598 HRESULT CExtractCallbackImp::OpenResult(const CCodecs *codecs, const CArchiveLink &arcLink, const w… in OpenResult() argument
604 OpenResult_GUI(s, codecs, arcLink, name, result); in OpenResult()