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

/external/libxml2/
H A Drelaxng.c151 #define IS_COMPILABLE (1 << 6) macro
2880 (def->dflags & IS_COMPILABLE))
2898 ((def->dflags & IS_COMPILABLE) == 0)) {
2913 def->dflags &= ~IS_COMPILABLE;
2917 def->dflags |= IS_COMPILABLE;
2993 def->dflags |= IS_COMPILABLE;
3075 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
3260 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {

Completed in 67 milliseconds