Searched refs:xmlRelaxNGTryCompile (Results 1 – 1 of 1) sorted by relevance
2877 static int xmlRelaxNGTryCompile(xmlRelaxNGParserCtxtPtr ctxt,3133 ret = xmlRelaxNGTryCompile(ctxt, def); in xmlRelaxNGCompile()3266 xmlRelaxNGTryCompile(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) in xmlRelaxNGTryCompile() function3303 ret = xmlRelaxNGTryCompile(ctxt, def->content); in xmlRelaxNGTryCompile()3326 ret = xmlRelaxNGTryCompile(ctxt, list); in xmlRelaxNGTryCompile()7604 xmlRelaxNGTryCompile(ctxt, ret->topgrammar->start); in xmlRelaxNGParse()