• Home
  • Raw
  • Download

Lines Matching refs:dflags

170     short dflags;               /* define related flags */  member
2897 (def->dflags & IS_COMPILABLE)) in xmlRelaxNGIsCompileable()
2900 (def->dflags & IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2914 if (((def->dflags & IS_NOT_COMPILABLE) == 0) && in xmlRelaxNGIsCompileable()
2915 ((def->dflags & IS_COMPILABLE) == 0)) { in xmlRelaxNGIsCompileable()
2930 def->dflags &= ~IS_COMPILABLE; in xmlRelaxNGIsCompileable()
2931 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
2933 if ((ret == 1) && !(def->dflags &= IS_NOT_COMPILABLE)) in xmlRelaxNGIsCompileable()
2934 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
3008 def->dflags |= IS_NOT_COMPILABLE; in xmlRelaxNGIsCompileable()
3010 def->dflags |= IS_COMPILABLE; in xmlRelaxNGIsCompileable()
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()
4119 if (def->dflags & IS_PROCESSED) in xmlRelaxNGCheckChoiceDeterminism()
4222 def->dflags |= IS_INDETERMINIST; in xmlRelaxNGCheckChoiceDeterminism()
4225 def->dflags |= IS_TRIABLE; in xmlRelaxNGCheckChoiceDeterminism()
4230 def->dflags |= IS_PROCESSED; in xmlRelaxNGCheckChoiceDeterminism()
4253 if (def->dflags & IS_PROCESSED) in xmlRelaxNGCheckGroupAttrs()
4314 def->dflags |= IS_PROCESSED; in xmlRelaxNGCheckGroupAttrs()
4472 def->dflags |= IS_MIXED; in xmlRelaxNGComputeInterleaves()
4691 def->dflags |= IS_EXTERNAL_REF; in xmlRelaxNGParseImportRef()
5707 if (ref->dflags & IS_EXTERNAL_REF) in xmlRelaxNGCheckReference()
9333 if (define->dflags & IS_MIXED) { in xmlRelaxNGValidateInterleave()
10348 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) && in xmlRelaxNGValidateState()