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
2882 (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()
DChangeLog7194 * relaxng.c: fixed problem with IS_COMPILABLE flag