Home
last modified time | relevance | path

Searched refs:CArcInfoEx (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h46 struct CArcInfoEx struct
115 CArcInfoEx(): in CArcInfoEx() argument
191 HRESULT CreateArchiveHandler(const CArcInfoEx &ai, void **archive, bool outHandler) const in CreateArchiveHandler()
198 CObjectVector<CArcInfoEx> Formats;
253 const CArcInfoEx &ai = Formats[formatIndex]; in CreateInArchive()
272 const CArcInfoEx &ai = Formats[formatIndex]; in CreateOutArchive()
291 const CArcInfoEx &arc = Formats[i]; in FindOutFormatFromName()
DOpenArchive.cpp788 const CArcInfoEx &ai = codecs->Formats[index]; in MakeCheckOrder()
848 static bool IsPreArcFormat(const CArcInfoEx &ai) in IsPreArcFormat()
869 static bool IsNewStyleSignature(const CArcInfoEx &ai) in IsNewStyleSignature()
1065 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen()
1096 static HRESULT ReadParseItemProps(IInArchive *archive, const CArcInfoEx &ai, NArchive::NParser::CPa… in ReadParseItemProps()
1395 const CArcInfoEx &ai = op.codecs->Formats[i]; in OpenStream2()
1560 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2()
1727 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in OpenStream2()
1730 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in OpenStream2()
1778 const CArcInfoEx &ai = op.codecs->Formats[form]; in OpenStream2()
[all …]
DLoadCodecs.cpp118 int CArcInfoEx::FindExtension(const UString &ext) const in FindExtension()
126 void CArcInfoEx::AddExts(const UString &ext, const UString &addExt) in AddExts()
356 CArcInfoEx item; in LoadFormats()
560 CArcInfoEx item; in Load()
619 const CArcInfoEx &arc = Formats[i]; in FindFormatForArchiveName()
DUpdate.cpp371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath()
532 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp546 const CArcInfoEx &arc = codecs->Formats[i]; in Main2()