Home
last modified time | relevance | path

Searched refs:LibIndex (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h22 int LibIndex; member
44 int LibIndex; member
90 LibIndex(-1), in CArcInfoEx()
159 …return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive… in CreateArchiveHandler()
192 if (ai.LibIndex < 0) in CreateInArchive()
206 if (ai.LibIndex < 0) in CreateOutArchive()
DLoadCodecs.cpp128 info.LibIndex = Libs.Size() - 1; in LoadCodecs()
260 item.LibIndex = Libs.Size() - 1; in LoadFormats()
562 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value); in GetProperty()
577 return Libs[ci.LibIndex].CreateObject(&ci.Decoder, iid, (void **)coder); in CreateDecoder()
593 return Libs[ci.LibIndex].CreateObject(&ci.Encoder, iid, (void **)coder); in CreateEncoder()
604 const CCodecLib &lib = Libs[codec.LibIndex]; in CreateCoder()
630 return ci.LibIndex; in GetCodecLibIndex()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp255 if (arc.LibIndex >= 0) in Main2()
258 ConvertUInt32ToString(arc.LibIndex, s); in Main2()