Searched refs:FormatIndex (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 371 if (MethodMode.Type.FormatIndex < 0) in InitFormatIndex() 377 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex() 378 if (MethodMode.Type.FormatIndex >= 0) in InitFormatIndex() 388 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath() 530 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress() 534 formatIndex = arc->FormatIndex; in Compress() 1140 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive() 1150 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive() 1229 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive() 1231 options.MethodMode.Type.FormatIndex = arcLink.GetArc()->FormatIndex; in UpdateArchive() [all …]
|
D | OpenArchive.cpp | 139 int FormatIndex; member 1620 int formatIndex = op.openType.FormatIndex; in OpenStream2() 1844 FormatIndex = orderIndices[i]; in OpenStream2() 1850 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2() 1874 RINOK(PrepareToOpen(op, FormatIndex, archive)); in OpenStream2() 1902 skipFrontalFormat[(unsigned)FormatIndex] = true; in OpenStream2() 1911 ErrorInfo.ErrorFormatIndex = FormatIndex; in OpenStream2() 1945 bool isMainFormat = isMainFormatArr[(unsigned)FormatIndex]; in OpenStream2() 2125 FormatIndex = sortedFormats[i]; in OpenStream2() 2126 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2() [all …]
|
D | OpenArchive.h | 62 int FormatIndex; member 89 FormatIndex(-1), in COpenType() 288 int FormatIndex; // - 1 means Parser. variable
|
D | LoadCodecs.h | 118 UInt32 FormatIndex; member
|
D | Extract.cpp | 50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
|
D | LoadCodecs.cpp | 408 item.FormatIndex = i; in LoadFormats()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.cpp | 592 if (arc.FormatIndex == er.ErrorFormatIndex) in Print_ErrorFormatIndex_Warning() 600 Add_Messsage_Pre_ArcType(s, "The file is open", codecs->GetFormatNamePtr(arc.FormatIndex)); in Print_ErrorFormatIndex_Warning()
|
D | List.cpp | 940 if (er.ErrorFormatIndex == arc.FormatIndex) in Print_OpenArchive_Props() 945 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex), false); in Print_OpenArchive_Props()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 552 if (arc.FormatIndex == er.ErrorFormatIndex) in OpenResult_GUI() 559 …ing(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.FormatIndex)))); in OpenResult_GUI()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 617 size_t FormatIndex = BuiltinID == Builtin::BIsprintf ? 1 : 3; in checkFortifiedBuiltinMemoryFunction() local 618 auto *FormatExpr = TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction()
|