Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17386 bfmininc = NULL, bfmaxinc = NULL, in xmlSchemaDeriveAndValidateFacets() local
17461 bfmaxinc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17582 if (bfmaxinc) { in xmlSchemaDeriveAndValidateFacets()
17584 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17588 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17589 if ((res != 0) && (bfmaxinc->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17648 if (bfmaxinc) { in xmlSchemaDeriveAndValidateFacets()
17650 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17654 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17703 if (bfmaxinc) { in xmlSchemaDeriveAndValidateFacets()
[all …]