Home
last modified time | relevance | path

Searched refs:FormatIndex (Results 1 – 9 of 9) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.h63 int FormatIndex; member
91 FormatIndex(-1), in COpenType()
303 int FormatIndex; // -1 means Parser variable
384 if (FormatIndex < 0) in IsHashHandler()
386 return options.codecs->Formats[(unsigned)FormatIndex].Flags_HashHandler(); in IsHashHandler()
DUpdate.cpp203 if (MethodMode.Type.FormatIndex < 0) in InitFormatIndex()
209 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex()
210 if (MethodMode.Type.FormatIndex >= 0) in InitFormatIndex()
220 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath()
365 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress()
369 formatIndex = arc->FormatIndex; in Compress()
1190 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1200 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1298 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1300 options.MethodMode.Type.FormatIndex = arcLink.GetArc()->FormatIndex; in UpdateArchive()
[all …]
DOpenArchive.cpp142 int FormatIndex; member
1690 const int formatIndex = op.openType.FormatIndex;
1933 FormatIndex = orderIndices[i];
1941 const CArcInfoEx &ai = op.codecs->Formats[(unsigned)FormatIndex];
1966 RINOK(PrepareToOpen(op, (unsigned)FormatIndex, archive))
1994 skipFrontalFormat[(unsigned)FormatIndex] = true;
2003 ErrorInfo.ErrorFormatIndex = FormatIndex;
2037 bool isMainFormat = isMainFormatArr[(unsigned)FormatIndex];
2222 FormatIndex = (int)sortedFormats[i];
2223 const CArcInfoEx &ai = op.codecs->Formats[(unsigned)FormatIndex];
[all …]
DExtract.cpp67 …if (arc0.FormatIndex >= 0 && StringsAreEqualNoCase_Ascii(codecs->Formats[(unsigned)arc0.FormatInde… in DecompressArchive()
DLoadCodecs.h123 UInt32 FormatIndex; member
DLoadCodecs.cpp434 item.FormatIndex = i; in LoadFormats()
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp614 if (arc.FormatIndex == er.ErrorFormatIndex) in Print_ErrorFormatIndex_Warning()
622 Add_Messsage_Pre_ArcType(s, "The file is open", codecs->GetFormatNamePtr(arc.FormatIndex)); in Print_ErrorFormatIndex_Warning()
DList.cpp965 if (er.ErrorFormatIndex == arc.FormatIndex) in Print_OpenArchive_Props()
970 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex), false); in Print_OpenArchive_Props()
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp564 if (arc.FormatIndex == er.ErrorFormatIndex) in OpenResult_GUI()
571 …ing(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.FormatIndex)))); in OpenResult_GUI()