Lines Matching refs:MethodMode
368 MethodMode.Type = types[0]; in InitFormatIndex()
369 MethodMode.Type_Defined = true; in InitFormatIndex()
371 if (MethodMode.Type.FormatIndex < 0) in InitFormatIndex()
374 MethodMode.Type = COpenType(); in InitFormatIndex()
377 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex()
378 if (MethodMode.Type.FormatIndex >= 0) in InitFormatIndex()
379 MethodMode.Type_Defined = true; in InitFormatIndex()
388 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath()
530 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress()
846 RINOK(SetProperties(outArchive, options.MethodMode.Properties)); in Compress()
1096 options.MethodMode.Properties.Add(property); in UpdateArchive()
1140 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1150 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1181 if (options.MethodMode.Type_Defined) in UpdateArchive()
1182 types2.Add(options.MethodMode.Type); in UpdateArchive()
1188 op.props = &options.MethodMode.Properties; in UpdateArchive()
1229 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1231 options.MethodMode.Type.FormatIndex = arcLink.GetArc()->FormatIndex; in UpdateArchive()
1238 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()
1240 … options.MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveType((UString)kDefaultArcType); in UpdateArchive()
1241 if (options.MethodMode.Type.FormatIndex < 0) in UpdateArchive()