Lines Matching refs:dflags
169 short dflags; /* define related flags */ member
2880 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompileable()
2883 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2897 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompileable()
2898 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompileable()
2913 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompileable()
2914 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
2916 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2917 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
2991 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
2993 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
3075 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGCompile()
3260 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGTryCompile()
3373 if (define->dflags & IS_NULLABLE) in xmlRelaxNGIsNullable()
3375 if (define->dflags & IS_NOT_NULLABLE) in xmlRelaxNGIsNullable()
3430 define->dflags |= IS_NOT_NULLABLE; in xmlRelaxNGIsNullable()
3432 define->dflags |= IS_NULLABLE; in xmlRelaxNGIsNullable()
4097 if (def->dflags & IS_PROCESSED) in xmlRelaxNGCheckChoiceDeterminism()
4200 def->dflags |= IS_INDETERMINIST; in xmlRelaxNGCheckChoiceDeterminism()
4203 def->dflags |= IS_TRIABLE; in xmlRelaxNGCheckChoiceDeterminism()
4208 def->dflags |= IS_PROCESSED; in xmlRelaxNGCheckChoiceDeterminism()
4231 if (def->dflags & IS_PROCESSED) in xmlRelaxNGCheckGroupAttrs()
4292 def->dflags |= IS_PROCESSED; in xmlRelaxNGCheckGroupAttrs()
4449 def->dflags |= IS_MIXED; in xmlRelaxNGComputeInterleaves()
4668 def->dflags |= IS_EXTERNAL_REF; in xmlRelaxNGParseImportRef()
5680 if (ref->dflags & IS_EXTERNAL_REF) in xmlRelaxNGCheckReference()
9305 if (define->dflags & IS_MIXED) { in xmlRelaxNGValidateInterleave()
10320 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) && in xmlRelaxNGValidateState()