OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outObject
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
ContextLoad.c
96
OBJECT *
outObject
= (OBJECT *)(in->context.contextBlob.t.buffer
109
result = ObjectContextLoad(
outObject
, &out->loadedHandle);
115
if(ObjectIsSequence(
outObject
))
117
outObject
, IMPORT_STATE);
ContextSave.c
69
OBJECT *
outObject
=
84
*
outObject
= *object;
100
SequenceDataImportExport(object,
outObject
, EXPORT_STATE);
/external/lzma/CPP/7zip/Compress/
CodecExports.cpp
77
STDAPI CreateCoder2(bool encode, int index, const GUID *iid, void **
outObject
)
80
*
outObject
= 0;
92
*
outObject
= codec.CreateEncoder();
98
*
outObject
= codec.CreateDecoder();
100
if (*
outObject
)
103
((ICompressCoder *)*
outObject
)->AddRef();
105
((ICompressCoder2 *)*
outObject
)->AddRef();
107
((ICompressFilter *)*
outObject
)->AddRef();
113
STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **
outObject
)
116
*
outObject
= 0;
[
all
...]
Completed in 99 milliseconds