Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c2889 xmlRelaxNGIsCompileable(xmlRelaxNGDefinePtr def) in xmlRelaxNGIsCompileable() function
2904 ret = xmlRelaxNGIsCompileable(def->content); in xmlRelaxNGIsCompileable()
2920 ret = xmlRelaxNGIsCompileable(list); in xmlRelaxNGIsCompileable()
2971 ret = xmlRelaxNGIsCompileable(list); in xmlRelaxNGIsCompileable()
2989 ret = xmlRelaxNGIsCompileable(list); in xmlRelaxNGIsCompileable()
3050 if ((xmlRelaxNGIsCompileable(def) == 1) && (def->depth != -25)) { in xmlRelaxNGCompile()
3276 ret = xmlRelaxNGIsCompileable(def); in xmlRelaxNGTryCompile()