Lines Matching refs:fmaxexc
17239 fminexc = NULL, fmaxexc = NULL, in xmlSchemaDeriveAndValidateFacets() local
17294 fmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17339 if ((fmaxinc) && (fmaxexc)) { in xmlSchemaDeriveAndValidateFacets()
17343 FACET_RESTR_MUTUAL_ERR(fmaxinc, fmaxexc) in xmlSchemaDeriveAndValidateFacets()
17477 if (fmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17482 res = xmlSchemaCompareValues(fmaxexc->val, fminexc->val); in xmlSchemaDeriveAndValidateFacets()
17486 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, fminexc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets()
17494 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17498 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17501 FACET_RESTR_FIXED_ERR(fmaxexc) in xmlSchemaDeriveAndValidateFacets()
17506 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17510 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17515 res = xmlSchemaCompareValues(fmaxexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17519 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmininc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17524 res = xmlSchemaCompareValues(fmaxexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17528 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfminexc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17591 if (fmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17592 res = xmlSchemaCompareValues(fmininc->val, fmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17596 xmlSchemaDeriveFacetErr(pctxt, fmininc, fmaxexc, -1, 0, 0); in xmlSchemaDeriveAndValidateFacets()