Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c2860 static int xmlRelaxNGTryCompile(xmlRelaxNGParserCtxtPtr ctxt,
3116 ret = xmlRelaxNGTryCompile(ctxt, def); in xmlRelaxNGCompile()
3249 xmlRelaxNGTryCompile(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr def) in xmlRelaxNGTryCompile() function
3286 ret = xmlRelaxNGTryCompile(ctxt, def->content); in xmlRelaxNGTryCompile()
3309 ret = xmlRelaxNGTryCompile(ctxt, list); in xmlRelaxNGTryCompile()
7579 xmlRelaxNGTryCompile(ctxt, ret->topgrammar->start); in xmlRelaxNGParse()