Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c152 #define IS_NOT_COMPILABLE (1 << 7) macro
2883 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2897 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompileable()
2914 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
2916 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2991 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()