Home
last modified time | relevance | path

Searched refs:xmlSchemaParse (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dxmlschemas.h146 xmlSchemaParse (xmlSchemaParserCtxtPtr ctxt);
/external/libxml2/
Delfgcchack.h9794 #undef xmlSchemaParse
9795 extern __typeof (xmlSchemaParse) xmlSchemaParse __attribute((alias("xmlSchemaParse__internal_alias"…
9797 #ifndef xmlSchemaParse
9798 extern __typeof (xmlSchemaParse) xmlSchemaParse__internal_alias __attribute((visibility("hidden")));
9799 #define xmlSchemaParse xmlSchemaParse__internal_alias macro
Dxmllint.c3593 wxschemas = xmlSchemaParse(ctxt); in main()
Dxmlreader.c4357 reader->xsdSchemas = xmlSchemaParse(pctxt); in xmlTextReaderSchemaValidateInternal()
Dxmlschemas.c21265 xmlSchemaParse(xmlSchemaParserCtxtPtr ctxt) in xmlSchemaParse() function