Lines Matching defs:arcInfo
227 const CArcInfoEx &arcInfo = codecs->Formats[(unsigned)formatIndex];
228 if (!arcInfo.UpdateEnabled)
230 typeExt = arcInfo.GetMainExt();
451 const CArcInfoEx &arcInfo = codecs->Formats[(unsigned)formatIndex];
453 // if (arcInfo.Flags_KeepName()) noTimestampExpected = true;
454 if (arcInfo.Is_Xz() ||
455 arcInfo.Is_BZip2())
463 if (options.AltStreams.Val && !arcInfo.Flags_AltStreams())
465 if (options.NtSecurity.Val && !arcInfo.Flags_NtSecurity())
467 if (options.DeleteAfterCompressing && arcInfo.Flags_HashHandler())