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

/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c152 #define IS_NOT_COMPILABLE (1 << 7) macro
2886 (def->dflags & IS_NOT_COMPILABLE))
2900 if (((def->dflags & IS_NOT_COMPILABLE) == 0) &&
2917 def->dflags |= IS_NOT_COMPILABLE;
2919 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE))
2994 def->dflags |= IS_NOT_COMPILABLE;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c151 #define IS_NOT_COMPILABLE (1 << 7) macro
2885 (def->dflags & IS_NOT_COMPILABLE))
2899 if (((def->dflags & IS_NOT_COMPILABLE) == 0) &&
2916 def->dflags |= IS_NOT_COMPILABLE;
2918 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE))
2993 def->dflags |= IS_NOT_COMPILABLE;

Completed in 116 milliseconds