Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlschemas.h120 xmlSchemaNewParserCtxt (const char *URL);
/external/libxml2/
Delfgcchack.h9746 #undef xmlSchemaNewParserCtxt
9747 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewPar…
9749 #ifndef xmlSchemaNewParserCtxt
9750 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibi…
9751 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias macro
Dxmllint.c3588 ctxt = xmlSchemaNewParserCtxt(schema); in main()
Dxmlreader.c4350 pctxt = xmlSchemaNewParserCtxt(xsd); in xmlTextReaderSchemaValidateInternal()
Dxmlschemas.c9974 vctxt->pctxt = xmlSchemaNewParserCtxt("*"); in xmlSchemaCreatePCtxtOnVCtxt()
12427 xmlSchemaNewParserCtxt(const char *URL) in xmlSchemaNewParserCtxt() function
18662 pctxt = xmlSchemaNewParserCtxt("*"); in xmlSchemaCheckFacet()