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

/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c574 * xmlSchematronNewParserCtxt:
583 xmlSchematronNewParserCtxt(const char *URL) function
1702 pctxt = xmlSchematronNewParserCtxt("tst.sct");
H A Delfgcchack.h10086 #undef xmlSchematronNewParserCtxt macro
10087 extern __typeof (xmlSchematronNewParserCtxt) xmlSchematronNewParserCtxt __attribute((alias("xmlSchematronNewParserCtxt__internal_alias")));
10089 #ifndef xmlSchematronNewParserCtxt
10090 extern __typeof (xmlSchematronNewParserCtxt) xmlSchematronNewParserCtxt__internal_alias __attribute((visibility("hidden")));
10091 #define xmlSchematronNewParserCtxt xmlSchematronNewParserCtxt__internal_alias macro

Completed in 110 milliseconds