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
23
int
LibIndex
;
29
int
LibIndex
;
69
int
LibIndex
;
127
,
LibIndex
(-1)
193
return Libs[ai.
LibIndex
].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
255
if (ai.
LibIndex
< 0)
274
if (ai.
LibIndex
< 0)
LoadCodecs.cpp
218
info.
LibIndex
= Libs.Size() - 1;
236
info.
LibIndex
= Libs.Size() - 1;
357
item.
LibIndex
= Libs.Size() - 1;
727
return Libs[ci.
LibIndex
].GetMethodProperty(ci.CodecIndex, propID, value);
742
return Libs[ci.
LibIndex
].CreateObject(&ci.Decoder, iid, (void **)coder);
758
return Libs[ci.
LibIndex
].CreateObject(&ci.Encoder, iid, (void **)coder);
784
return Libs[ci.
LibIndex
].Hashers->GetHasherProp(ci.HasherIndex, propID, value);
798
return Libs[ci.
LibIndex
].Hashers->CreateHasher(ci.HasherIndex, hasher);
812
return ci.
LibIndex
;
826
return ci.
LibIndex
;
[
all
...]
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
183
static void PrintLibIndex(CStdOutStream &stdStream, int
libIndex
)
185
if (
libIndex
>= 0)
186
PrintUInt32(stdStream,
libIndex
, 2);
548
PrintLibIndex(stdStream, arc.
LibIndex
);
Completed in 1085 milliseconds