Searched refs:IS_COMPILABLE (Results 1 – 2 of 2) sorted by relevance
151 #define IS_COMPILABLE (1 << 6) macro2880 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompileable()2898 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompileable()2913 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompileable()2917 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()2993 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()3075 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGCompile()3260 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGTryCompile()
7194 * relaxng.c: fixed problem with IS_COMPILABLE flag