Searched refs:FormatIndex (Results 1 – 7 of 7) sorted by relevance
347 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 …]
139 int FormatIndex; member1374 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 …]
52 int FormatIndex; member79 FormatIndex(-1), in COpenType()237 int FormatIndex; // - 1 means Parser. variable
50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()416 codecs->GetFormatNamePtr(arc.FormatIndex), in Extract()
70 UInt32 FormatIndex; member
358 item.FormatIndex = i; in LoadFormats()
1019 if (er.ErrorFormatIndex == arc.FormatIndex) in ListArchives()1024 PrintPropPair("Type", codecs->GetFormatNamePtr(arc.FormatIndex)); in ListArchives()