Lines Matching refs:bfmaxexc
17272 bfminexc = NULL, bfmaxexc = NULL; in xmlSchemaDeriveAndValidateFacets() local
17348 bfmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17478 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17480 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17484 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17521 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17523 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17527 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17529 if ((res != 0) && (bfmaxexc->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17606 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17608 res = xmlSchemaCompareValues(fminexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17612 xmlSchemaDeriveFacetErr(pctxt, fminexc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17660 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17662 res = xmlSchemaCompareValues(fmininc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17666 xmlSchemaDeriveFacetErr(pctxt, fmininc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets()