OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibIndex
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
22
int
LibIndex
;
44
int
LibIndex
;
90
LibIndex
(-1),
159
return Libs[ai.
LibIndex
].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
192
if (ai.
LibIndex
< 0)
206
if (ai.
LibIndex
< 0)
LoadCodecs.cpp
128
info.
LibIndex
= Libs.Size() - 1;
260
item.
LibIndex
= Libs.Size() - 1;
562
return Libs[ci.
LibIndex
].GetMethodProperty(ci.CodecIndex, propID, value);
577
return Libs[ci.
LibIndex
].CreateObject(&ci.Decoder, iid, (void **)coder);
593
return Libs[ci.
LibIndex
].CreateObject(&ci.Encoder, iid, (void **)coder);
604
const CCodecLib &lib = Libs[codec.
LibIndex
];
630
return ci.
LibIndex
;
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
255
if (arc.
LibIndex
>= 0)
258
ConvertUInt32ToString(arc.
LibIndex
, s);
309
int
libIndex
= codecs->GetCodecLibIndex(j);
310
if (
libIndex
>= 0)
313
ConvertUInt32ToString(
libIndex
, s);
Completed in 30 milliseconds