Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp347 if (MethodMode.Type.FormatIndex < 0) in InitFormatIndex()
353 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex()
354 if (MethodMode.Type.FormatIndex >= 0) in InitFormatIndex()
364 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath()
487 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress()
490 formatIndex = arc->FormatIndex; in Compress()
1009 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1019 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1082 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1084 options.MethodMode.Type.FormatIndex = arcLink.GetArc()->FormatIndex; in UpdateArchive()
[all …]
DOpenArchive.cpp139 int FormatIndex; member
1374 int formatIndex = op.openType.FormatIndex; in OpenStream2()
1559 FormatIndex = orderIndices[i]; in OpenStream2()
1560 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2()
1582 RINOK(PrepareToOpen(op, FormatIndex, archive)); in OpenStream2()
1610 skipFrontalFormat[FormatIndex] = true; in OpenStream2()
1619 ErrorInfo.ErrorFormatIndex = FormatIndex; in OpenStream2()
1653 bool isMainFormat = isMainFormatArr[FormatIndex]; in OpenStream2()
1834 FormatIndex = sortedFormats[i]; in OpenStream2()
1835 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2()
[all …]
DOpenArchive.h52 int FormatIndex; member
79 FormatIndex(-1), in COpenType()
237 int FormatIndex; // - 1 means Parser. variable
DExtract.cpp50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
416 codecs->GetFormatNamePtr(arc.FormatIndex), in Extract()
DLoadCodecs.h70 UInt32 FormatIndex; member
DLoadCodecs.cpp358 item.FormatIndex = i; in LoadFormats()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp1019 if (er.ErrorFormatIndex == arc.FormatIndex) in ListArchives()
1024 PrintPropPair("Type", codecs->GetFormatNamePtr(arc.FormatIndex)); in ListArchives()