Lines Matching defs:FormatIndex
46 - formatIndex >= 0 (exact Format)
50 - formatIndex = -1 (Parser:0) (default)
53 - formatIndex = -2 (#1)
77 - formatIndex = -3 (#2)
81 - formatIndex = -4 (#3)
84 - formatIndex = -5 (#4)
139 int FormatIndex;
1040 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive)
1043 // PrintNumber("formatIndex", formatIndex);
1045 RINOK(op.codecs->CreateInArchive(formatIndex, archive));
1065 const CArcInfoEx &ai = op.codecs->Formats[formatIndex];
1374 int formatIndex = op.openType.FormatIndex;
1376 if (formatIndex >= 0)
1379 orderIndices.Add(formatIndex);
1381 isMainFormatArr[formatIndex] = true;
1554 if (formatIndex >= 0)
1559 FormatIndex = orderIndices[i];
1560 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex];
1582 RINOK(PrepareToOpen(op, FormatIndex, archive));
1610 skipFrontalFormat[FormatIndex] = true;
1619 ErrorInfo.ErrorFormatIndex = FormatIndex;
1624 // if (formatIndex < 0 && !searchMarkerInHandler)
1653 bool isMainFormat = isMainFormatArr[FormatIndex];
1685 if (formatIndex < 0)
1697 // skipFrontalFormat[FormatIndex] = true;
1718 if (formatIndex >= 0 && !mode.CanReturnParser)
1727 const CArcInfoEx &ai = op.codecs->Formats[formatIndex];
1730 const CArcInfoEx &ai = op.codecs->Formats[formatIndex];
1834 FormatIndex = sortedFormats[i];
1835 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex];
1841 RINOK(PrepareToOpen(op, FormatIndex, archive));
1859 skipFrontalFormat[FormatIndex] = true;
1903 bool isMainFormat = isMainFormatArr[FormatIndex];
1920 if (formatIndex < 0) // format is not forced
1941 skipFrontalFormat[FormatIndex] = true;
1964 CUIntVector arc2sig; // formatIndex to signatureIndex
1965 CUIntVector sig2arc; // signatureIndex to formatIndex;
2341 if (formatIndex < 0 && ErrorInfo.IsArc_After_NonOpen())
2495 if (formatIndex >= -2)
2498 if (formatIndex < 0 && pi.IsSelfExe /* && mode.SkipSfxStub */)
2524 FormatIndex = index;
2538 pi.FormatIndex = index;
2560 FormatIndex2 = pi.FormatIndex;
2579 FormatIndex = -1; // It's parser
2596 // PrintNumber("op.formatIndex 3", op.formatIndex);
2620 if (FormatIndex >= 0)
2622 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex];
2824 op.formatIndex = -1;
2837 op.formatIndex = latest;
2843 op.formatIndex = -2;
2845 op.formatIndex = latest + 2;
2872 // PrintNumber("op.formatIndex 11", op.formatIndex);
3173 type.FormatIndex = index;