OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaParserCtxtPtr
(Results
1 - 5
of
5
) sorted by null
/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);
xmlschemastypes.h
68
xmlSchemaParserCtxtPtr
ctxt,
/external/libxml2/
xmlschemas.c
133
#define PCTXT_CAST (
xmlSchemaParserCtxtPtr
)
992
xmlSchemaParserCtxtPtr
pctxt;
1051
static int xmlSchemaParseInclude(
xmlSchemaParserCtxtPtr
ctxt,
1054
static int xmlSchemaParseRedefine(
xmlSchemaParserCtxtPtr
ctxt,
1063
xmlSchemaParseImport(
xmlSchemaParserCtxtPtr
ctxt, xmlSchemaPtr schema,
1067
xmlSchemaParserCtxtPtr
ctxt);
1073
xmlSchemaParseModelGroup(
xmlSchemaParserCtxtPtr
ctxt, xmlSchemaPtr schema,
[
all
...]
xmllint.c
[
all
...]
xmlreader.c
[
all
...]
Completed in 5961 milliseconds