• Home
  • Raw
  • Download

Lines Matching refs:dflags

170     short dflags;               /* define related flags */  member
2897 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompilable()
2900 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompilable()
2914 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompilable()
2915 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompilable()
2930 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompilable()
2931 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompilable()
2933 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompilable()
2934 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompilable()
3008 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompilable()
3010 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompilable()
3092 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGCompile()
3277 if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) { in xmlRelaxNGTryCompile()
3390 if (define->dflags & IS_NULLABLE) in xmlRelaxNGIsNullable()
3392 if (define->dflags & IS_NOT_NULLABLE) in xmlRelaxNGIsNullable()
3447 define->dflags |= IS_NOT_NULLABLE; in xmlRelaxNGIsNullable()
3449 define->dflags |= IS_NULLABLE; in xmlRelaxNGIsNullable()
4120 if (def->dflags & IS_PROCESSED) in xmlRelaxNGCheckChoiceDeterminism()
4223 def->dflags |= IS_INDETERMINIST; in xmlRelaxNGCheckChoiceDeterminism()
4226 def->dflags |= IS_TRIABLE; in xmlRelaxNGCheckChoiceDeterminism()
4231 def->dflags |= IS_PROCESSED; in xmlRelaxNGCheckChoiceDeterminism()
4254 if (def->dflags & IS_PROCESSED) in xmlRelaxNGCheckGroupAttrs()
4315 def->dflags |= IS_PROCESSED; in xmlRelaxNGCheckGroupAttrs()
4473 def->dflags |= IS_MIXED; in xmlRelaxNGComputeInterleaves()
4692 def->dflags |= IS_EXTERNAL_REF; in xmlRelaxNGParseImportRef()
5712 if (ref->dflags & IS_EXTERNAL_REF) in xmlRelaxNGCheckReference()
9342 if (define->dflags & IS_MIXED) { in xmlRelaxNGValidateInterleave()
10366 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) && in xmlRelaxNGValidateState()