OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlSchemaParserCtxtPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
xmlschemas.h
111
typedef xmlSchemaParserCtxt *
xmlSchemaParserCtxtPtr
;
119
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
121
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
124
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
127
xmlSchemaFreeParserCtxt (
xmlSchemaParserCtxtPtr
ctxt);
129
xmlSchemaSetParserErrors (
xmlSchemaParserCtxtPtr
ctxt,
134
xmlSchemaSetParserStructuredErrors(
xmlSchemaParserCtxtPtr
ctxt,
138
xmlSchemaGetParserErrors(
xmlSchemaParserCtxtPtr
ctxt,
146
xmlSchemaParse (
xmlSchemaParserCtxtPtr
ctxt);
/external/libxml2/include/libxml/
xmlschemas.h
111
typedef xmlSchemaParserCtxt *
xmlSchemaParserCtxtPtr
;
119
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
121
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
124
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
127
xmlSchemaFreeParserCtxt (
xmlSchemaParserCtxtPtr
ctxt);
129
xmlSchemaSetParserErrors (
xmlSchemaParserCtxtPtr
ctxt,
134
xmlSchemaSetParserStructuredErrors(
xmlSchemaParserCtxtPtr
ctxt,
138
xmlSchemaGetParserErrors(
xmlSchemaParserCtxtPtr
ctxt,
146
xmlSchemaParse (
xmlSchemaParserCtxtPtr
ctxt);
Completed in 64 milliseconds