Lines Matching refs:bfminexc
17272 bfminexc = NULL, bfmaxexc = NULL; in xmlSchemaDeriveAndValidateFacets() local
17342 bfminexc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17496 if (bfminexc) { in xmlSchemaDeriveAndValidateFacets()
17498 res = xmlSchemaCompareValues(fmaxinc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17502 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfminexc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17551 if (bfminexc) { in xmlSchemaDeriveAndValidateFacets()
17553 res = xmlSchemaCompareValues(fmaxexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17557 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfminexc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17576 if (bfminexc) { in xmlSchemaDeriveAndValidateFacets()
17578 res = xmlSchemaCompareValues(fminexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17582 xmlSchemaDeriveFacetErr(pctxt, fminexc, bfminexc, 1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17584 if ((res != 0) && (bfminexc->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17652 if (bfminexc) { in xmlSchemaDeriveAndValidateFacets()
17654 res = xmlSchemaCompareValues(fmininc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17658 xmlSchemaDeriveFacetErr(pctxt, fmininc, bfminexc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()