OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vctx
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/utils/
xml_libxml2.c
59
xmlSchemaValidCtxtPtr
vctx
;
local
86
vctx
= xmlSchemaNewValidCtxt(schema);
87
xmlSchemaSetValidErrors(
vctx
, (xmlSchemaValidityErrorFunc) add_str,
91
ret = xmlSchemaValidateDoc(
vctx
, doc);
92
xmlSchemaFreeValidCtxt(
vctx
);
120
xmlValidCtxt
vctx
;
local
146
os_memset(&
vctx
, 0, sizeof(
vctx
));
147
vctx
.userData = &errors;
148
vctx
.error = add_str
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
m_sigver.c
180
int
vctx
;
local
183
vctx
= 1;
185
vctx
= 0;
189
if (
vctx
)
197
if (
vctx
|| !r)
/external/openssl/crypto/evp/
m_sigver.c
180
int
vctx
;
local
183
vctx
= 1;
185
vctx
= 0;
189
if (
vctx
)
197
if (
vctx
|| !r)
Completed in 127 milliseconds