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

/external/libxml2/
H A Dxmlschemas.c9995 vctxt->pctxt = xmlSchemaNewParserCtxt("*");
12439 * xmlSchemaNewParserCtxt:
12448 xmlSchemaNewParserCtxt(const char *URL) function
18692 pctxt = xmlSchemaNewParserCtxt("*");
H A Delfgcchack.h9872 #undef xmlSchemaNewParserCtxt macro
9873 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
9875 #ifndef xmlSchemaNewParserCtxt
9876 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
9877 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias macro

Completed in 274 milliseconds