Searched refs:IS_COMPILABLE (Results 1 – 2 of 2) sorted by relevance
151 #define IS_COMPILABLE (1 << 6) macro2882 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompileable()2900 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompileable()2915 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompileable()2919 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()2995 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()3077 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGCompile()3262 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGTryCompile()
7194 * relaxng.c: fixed problem with IS_COMPILABLE flag