Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h67 unsigned LibIndex; member
77 unsigned LibIndex; member
117 int LibIndex; member
175 , LibIndex(-1) in CArcInfoEx()
275 …return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive… in CreateArchiveHandler()
361 if (ai.LibIndex < 0) in CreateInArchive()
380 if (ai.LibIndex < 0) in CreateOutArchive()
DLoadCodecs.cpp267 info.LibIndex = Libs.Size() - 1; in LoadCodecs()
285 info.LibIndex = Libs.Size() - 1; in LoadCodecs()
407 item.LibIndex = Libs.Size() - 1; in LoadFormats()
848 const CCodecLib &lib = Libs[ci.LibIndex]; in GetProperty()
866 const CCodecLib &lib = Libs[ci.LibIndex]; in CreateDecoder()
889 const CCodecLib &lib = Libs[ci.LibIndex]; in CreateEncoder()
920 return Libs[ci.LibIndex].ComHashers->GetHasherProp(ci.HasherIndex, propID, value); in GetHasherProp()
934 return Libs[ci.LibIndex].ComHashers->CreateHasher(ci.HasherIndex, hasher); in CreateHasher()
949 return ci.LibIndex; in GetCodec_LibIndex()
964 return ci.LibIndex; in GetHasherLibIndex()
DOpenArchive.cpp1288 if (ai.LibIndex >= 0 ? in PrepareToOpen()
1289 !op.codecs->Libs[ai.LibIndex].SetCodecs : in PrepareToOpen()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp659 PrintLibIndex(so, arc.LibIndex); in Main2()