Lines Matching refs:bfmaxexc
17357 bfminexc = NULL, bfmaxexc = NULL; in xmlSchemaDeriveAndValidateFacets() local
17433 bfmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17563 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17565 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17569 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17606 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17608 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17612 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17614 if ((res != 0) && (bfmaxexc->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17691 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17693 res = xmlSchemaCompareValues(fminexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17697 xmlSchemaDeriveFacetErr(pctxt, fminexc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17745 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17747 res = xmlSchemaCompareValues(fmininc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17751 xmlSchemaDeriveFacetErr(pctxt, fmininc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets()