Searched refs:xmlRelaxNGNewParserCtxt (Results 1 – 13 of 13) sorted by relevance
113 ctxt = xmlRelaxNGNewParserCtxt(argv[i]); in main()
1317 xmlRelaxNGNewParserCtxt;
8612 #undef xmlRelaxNGNewParserCtxt8613 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNew…8615 #ifndef xmlRelaxNGNewParserCtxt8616 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visi…8617 #define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias macro
2364 ctxt = xmlRelaxNGNewParserCtxt(schemas); in xmlShellRNGValidate()
3596 ctxt = xmlRelaxNGNewParserCtxt(relaxng); in main()
3177 ctxt = xmlRelaxNGNewParserCtxt(filename); in rngTest()
4378 pctxt = xmlRelaxNGNewParserCtxt(rng); in xmlTextReaderRelaxNGValidateInternal()
6730 xmlRelaxNGNewParserCtxt(const char *URL) in xmlRelaxNGNewParserCtxt() function
17614 ret_val = xmlRelaxNGNewParserCtxt((const char *)URL); in test_xmlRelaxNGNewParserCtxt()
128 xmlRelaxNGNewParserCtxt (const char *URL);
158 d xmlRelaxNGNewParserCtxt...159 d pr extproc('xmlRelaxNGNewParserCtxt')
1517 xmlRelaxNGNewParserCtxt
569 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()