Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c151 #define IS_COMPILABLE (1 << 6) macro
2880 (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()
DChangeLog7194 * relaxng.c: fixed problem with IS_COMPILABLE flag