OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaParserCtxtPtr
(Results
1 - 13
of
13
) sorted by null
/external/libxml2/include/libxml/
xmlschemas.h
113
typedef xmlSchemaParserCtxt *
xmlSchemaParserCtxtPtr
;
137
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
139
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
142
XMLPUBFUN
xmlSchemaParserCtxtPtr
XMLCALL
145
xmlSchemaFreeParserCtxt (
xmlSchemaParserCtxtPtr
ctxt);
147
xmlSchemaSetParserErrors (
xmlSchemaParserCtxtPtr
ctxt,
152
xmlSchemaSetParserStructuredErrors(
xmlSchemaParserCtxtPtr
ctxt,
156
xmlSchemaGetParserErrors(
xmlSchemaParserCtxtPtr
ctxt,
164
xmlSchemaParse (
xmlSchemaParserCtxtPtr
ctxt);
xmlschemastypes.h
68
xmlSchemaParserCtxtPtr
ctxt,
/external/libxml2/
xmlschemas.c
133
#define PCTXT_CAST (
xmlSchemaParserCtxtPtr
)
993
xmlSchemaParserCtxtPtr
pctxt;
1056
static int xmlSchemaParseInclude(
xmlSchemaParserCtxtPtr
ctxt,
1059
static int xmlSchemaParseRedefine(
xmlSchemaParserCtxtPtr
ctxt,
1068
xmlSchemaParseImport(
xmlSchemaParserCtxtPtr
ctxt, xmlSchemaPtr schema,
1072
xmlSchemaParserCtxtPtr
ctxt);
1078
xmlSchemaParseModelGroup(
xmlSchemaParserCtxtPtr
ctxt, xmlSchemaPtr schema,
[
all
...]
testSchemas.c
81
xmlSchemaParserCtxtPtr
ctxt;
runsuite.c
879
xmlSchemaParserCtxtPtr
ctxt;
runtest.c
[
all
...]
xmllint.c
[
all
...]
testapi.c
853
static void desret_xmlSchemaParserCtxtPtr(
xmlSchemaParserCtxtPtr
val) {
[
all
...]
xmlreader.c
[
all
...]
/external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp
177
xmlSchemaParserCtxtPtr
pParserCtxt = xmlSchemaNewDocParserCtxt(pSchemaDoc);
/external/libxml2/python/
libxml_wrap.h
218
xmlSchemaParserCtxtPtr
obj;
272
PyObject * libxml_xmlSchemaParserCtxtPtrWrap(
xmlSchemaParserCtxtPtr
ctxt);
types.c
904
libxml_xmlSchemaParserCtxtPtrWrap(
xmlSchemaParserCtxtPtr
ctxt)
917
(char *) "
xmlSchemaParserCtxtPtr
", NULL);
/external/wpa_supplicant_8/src/utils/
xml_libxml2.c
58
xmlSchemaParserCtxtPtr
pctx;
Completed in 496 milliseconds