Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c2872 xmlRelaxNGIsCompileable(xmlRelaxNGDefinePtr def) in xmlRelaxNGIsCompileable() function
2887 ret = xmlRelaxNGIsCompileable(def->content); in xmlRelaxNGIsCompileable()
2903 ret = xmlRelaxNGIsCompileable(list); in xmlRelaxNGIsCompileable()
2954 ret = xmlRelaxNGIsCompileable(list); in xmlRelaxNGIsCompileable()
2972 ret = xmlRelaxNGIsCompileable(list); in xmlRelaxNGIsCompileable()
3033 if ((xmlRelaxNGIsCompileable(def) == 1) && (def->depth != -25)) { in xmlRelaxNGCompile()
3259 ret = xmlRelaxNGIsCompileable(def); in xmlRelaxNGTryCompile()