Searched refs:LibIndex (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 23 int LibIndex; member 29 int LibIndex; member 69 int LibIndex; member 127 , LibIndex(-1) in CArcInfoEx() 193 …return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive… in CreateArchiveHandler() 255 if (ai.LibIndex < 0) in CreateInArchive() 274 if (ai.LibIndex < 0) in CreateOutArchive()
|
D | LoadCodecs.cpp | 218 info.LibIndex = Libs.Size() - 1; in LoadCodecs() 236 info.LibIndex = Libs.Size() - 1; in LoadCodecs() 357 item.LibIndex = Libs.Size() - 1; in LoadFormats() 727 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value); in GetProperty() 742 return Libs[ci.LibIndex].CreateObject(&ci.Decoder, iid, (void **)coder); in CreateDecoder() 758 return Libs[ci.LibIndex].CreateObject(&ci.Encoder, iid, (void **)coder); in CreateEncoder() 784 return Libs[ci.LibIndex].Hashers->GetHasherProp(ci.HasherIndex, propID, value); in GetHasherProp() 798 return Libs[ci.LibIndex].Hashers->CreateHasher(ci.HasherIndex, hasher); in CreateHasher() 812 return ci.LibIndex; in GetCodecLibIndex() 826 return ci.LibIndex; in GetHasherLibIndex()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 548 PrintLibIndex(stdStream, arc.LibIndex); in Main2()
|