Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c152 #define IS_COMPILABLE (1 << 6) macro
2897 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompileable()
2915 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompileable()
2930 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompileable()
2934 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
3010 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
3092 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGCompile()
3277 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGTryCompile()
DChangeLog7194 * relaxng.c: fixed problem with IS_COMPILABLE flag