Home
last modified time | relevance | path

Searched refs:xmlRelaxNGNewParserCtxt (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Drelaxng.rpgle163 d xmlRelaxNGNewParserCtxt...
164 d pr extproc('xmlRelaxNGNewParserCtxt')
/external/libxml2/
DtestRelax.c113 ctxt = xmlRelaxNGNewParserCtxt(argv[i]); in main()
Dlibxml2.syms1317 xmlRelaxNGNewParserCtxt;
Delfgcchack.h8612 #undef xmlRelaxNGNewParserCtxt
8613 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNew…
8615 #ifndef xmlRelaxNGNewParserCtxt
8616 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visi…
8617 #define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias macro
DdebugXML.c2365 ctxt = xmlRelaxNGNewParserCtxt(schemas); in xmlShellRNGValidate()
Dxmllint.c3586 ctxt = xmlRelaxNGNewParserCtxt(relaxng); in main()
Druntest.c3258 ctxt = xmlRelaxNGNewParserCtxt(filename); in rngTest()
Dxmlreader.c4389 pctxt = xmlRelaxNGNewParserCtxt(rng); in xmlTextReaderRelaxNGValidateInternal()
Drelaxng.c6733 xmlRelaxNGNewParserCtxt(const char *URL) in xmlRelaxNGNewParserCtxt() function
Dtestapi.c17722 ret_val = xmlRelaxNGNewParserCtxt((const char *)URL); in test_xmlRelaxNGNewParserCtxt()
/external/libxml2/include/libxml/
Drelaxng.h128 xmlRelaxNGNewParserCtxt (const char *URL);
/external/libxml2/win32/
Dlibxml2.def.src1517 xmlRelaxNGNewParserCtxt
/external/clang/tools/c-index-test/
Dc-index-test.c573 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()