Home | History | Annotate | Download | only in libxml2

Lines Matching full:dflags

168     short dflags;               /* define related flags */
2882 (def->dflags & IS_COMPILABLE))
2885 (def->dflags & IS_NOT_COMPILABLE))
2899 if (((def->dflags & IS_NOT_COMPILABLE) == 0) &&
2900 ((def->dflags & IS_COMPILABLE) == 0)) {
2915 def->dflags &= ~IS_COMPILABLE;
2916 def->dflags |= IS_NOT_COMPILABLE;
2918 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE))
2919 def->dflags |= IS_COMPILABLE;
2993 def->dflags |= IS_NOT_COMPILABLE;
2995 def->dflags |= IS_COMPILABLE;
3077 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
3262 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
3375 if (define->dflags & IS_NULLABLE)
3377 if (define->dflags & IS_NOT_NULLABLE)
3432 define->dflags |= IS_NOT_NULLABLE;
3434 define->dflags |= IS_NULLABLE;
4095 if (def->dflags & IS_PROCESSED)
4198 def->dflags |= IS_INDETERMINIST;
4201 def->dflags |= IS_TRIABLE;
4206 def->dflags |= IS_PROCESSED;
4229 if (def->dflags & IS_PROCESSED)
4290 def->dflags |= IS_PROCESSED;
4447 def->dflags |= IS_MIXED;
4666 def->dflags |= IS_EXTERNAL_REF;
5678 if (ref->dflags & IS_EXTERNAL_REF)
9284 if (define->dflags & IS_MIXED) {
10295 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) &&