Searched refs:IS_NOT_COMPILABLE (Results 1 – 1 of 1) sorted by relevance
152 #define IS_NOT_COMPILABLE (1 << 7) macro2883 (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()