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

/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h67 unsigned LibIndex; member in struct:CDllCodecInfo
77 unsigned LibIndex; member in struct:CDllHasherInfo
117 int LibIndex; member in struct:CArcInfoEx
175 , LibIndex(-1)
275 return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
361 if (ai.LibIndex < 0)
380 if (ai.LibIndex < 0)
H A DLoadCodecs.cpp267 info.LibIndex = Libs.Size() - 1;
285 info.LibIndex = Libs.Size() - 1;
407 item.LibIndex = Libs.Size() - 1;
848 const CCodecLib &lib = Libs[ci.LibIndex];
866 const CCodecLib &lib = Libs[ci.LibIndex];
888 const CCodecLib &lib = Libs[ci.LibIndex];
918 return Libs[ci.LibIndex].ComHashers->GetHasherProp(ci.HasherIndex, propID, value);
932 return Libs[ci.LibIndex].ComHashers->CreateHasher(ci.HasherIndex, hasher);
947 return ci.LibIndex;
962 return ci.LibIndex;
[all...]
H A DOpenArchive.cpp1284 if (ai.LibIndex >= 0 ?
1285 !op.codecs->Libs[ai.LibIndex].SetCodecs :
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp650 PrintLibIndex(so, arc.LibIndex);

Completed in 205 milliseconds