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

/external/libxml2/
H A Drelaxng.c2864 * xmlRelaxNGIsCompileable:
2872 xmlRelaxNGIsCompileable(xmlRelaxNGDefinePtr def) function
2887 ret = xmlRelaxNGIsCompileable(def->content);
2903 ret = xmlRelaxNGIsCompileable(list);
2954 ret = xmlRelaxNGIsCompileable(list);
2972 ret = xmlRelaxNGIsCompileable(list);
3033 if ((xmlRelaxNGIsCompileable(def) == 1) && (def->depth != -25)) {
3259 ret = xmlRelaxNGIsCompileable(def);

Completed in 546 milliseconds