Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c153 #define IS_NOT_COMPILABLE (1 << 7) macro
2900 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2914 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompileable()
2931 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
2933 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
3008 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()