Searched defs:xmlSchemaNewParserCtxt (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlschemas.c9974 vctxt->pctxt = xmlSchemaNewParserCtxt("*");
12418 * xmlSchemaNewParserCtxt:
12427 xmlSchemaNewParserCtxt(const char *URL) function
18662 pctxt = xmlSchemaNewParserCtxt("*");
H A Delfgcchack.h9746 #undef xmlSchemaNewParserCtxt macro
9747 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
9749 #ifndef xmlSchemaNewParserCtxt
9750 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
9751 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias macro

Completed in 154 milliseconds