Searched refs:arcInfo (Results 1 – 4 of 4) sorted by relevance
18 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc() argument22 const char *p = arcInfo->Name; in RegisterArc()25 g_Arcs[g_NumArcs++] = arcInfo; in RegisterArc()
395 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath() local396 if (!arcInfo.UpdateEnabled) in SetArcPath()398 typeExt = arcInfo.GetMainExt(); in SetArcPath()579 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress() local580 if (options.AltStreams.Val && !arcInfo.Flags_AltStreams()) in Compress()582 if (options.NtSecurity.Val && !arcInfo.Flags_NtSecure()) in Compress()
128 void RegisterArc(const CArcInfo *arcInfo) throw() in RegisterArc() argument132 g_Arcs[g_NumArcs] = arcInfo; in RegisterArc()
27 void RegisterArc(const CArcInfo *arcInfo) throw();