Home
last modified time | relevance | path

Searched refs:bfmaxexc (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c17272 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()
[all …]