Searched refs:FormatIndex (Results 1 – 7 of 7) sorted by relevance
254 MethodMode.FormatIndex = arcTypeIndex; in Init()257 MethodMode.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in Init()259 if (MethodMode.FormatIndex < 0) in Init()260 MethodMode.FormatIndex = codecs->FindFormatForArchiveType(kDefaultArchiveType); in Init()262 if (MethodMode.FormatIndex < 0) in Init()264 const CArcInfoEx &arcInfo = codecs->Formats[MethodMode.FormatIndex]; in Init()330 RINOK(codecs->CreateOutArchive(compressionMethod.FormatIndex, outArchive)); in Compress()692 if (options.MethodMode.FormatIndex >= 0) in UpdateArchive()693 formatIndices.Add(options.MethodMode.FormatIndex); in UpdateArchive()
86 int FormatIndex; member88 CCompressionMethodMode(): FormatIndex(-1) {} in CCompressionMethodMode()
23 int FormatIndex; member
269 FormatIndex = orderIndices[i]; in OpenStream()270 RINOK(codecs->CreateInArchive(FormatIndex, archive)); in OpenStream()311 const CArcInfoEx &format = codecs->Formats[FormatIndex]; in OpenStream()
45 UInt32 FormatIndex; member
261 item.FormatIndex = i; in LoadFormats()
508 PrintPropPair(L"Type", codecs->Formats[arc.FormatIndex].Name); in ListArchives()