Searched refs:xmlSchemaNewParserCtxt (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlschemas.h103 xmlSchemaNewParserCtxt (const char *URL);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Drunsuite.c930 ctxt = xmlSchemaNewParserCtxt((const char *) path);
966 ctxt = xmlSchemaNewParserCtxt((const char *) path);
H A Druntest.c2974 ctxt = xmlSchemaNewParserCtxt(filename);
H A Dxmllint.c3323 ctxt = xmlSchemaNewParserCtxt(schema);
H A Delfgcchack.h9646 #undef xmlSchemaNewParserCtxt macro
9647 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
9649 #ifndef xmlSchemaNewParserCtxt
9650 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
9651 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias macro
H A Dxmlreader.c4297 pctxt = xmlSchemaNewParserCtxt(xsd);
H A Dxmlschemas.c9965 vctxt->pctxt = xmlSchemaNewParserCtxt("*");
12388 * xmlSchemaNewParserCtxt:
12397 xmlSchemaNewParserCtxt(const char *URL) function
18563 pctxt = xmlSchemaNewParserCtxt("*");

Completed in 242 milliseconds