Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17356 bfmininc = NULL, bfmaxinc = NULL, in xmlSchemaDeriveAndValidateFacets() local
17431 bfmaxinc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17552 if (bfmaxinc) { in xmlSchemaDeriveAndValidateFacets()
17554 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17558 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17559 if ((res != 0) && (bfmaxinc->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17618 if (bfmaxinc) { in xmlSchemaDeriveAndValidateFacets()
17620 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17624 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17673 if (bfmaxinc) { in xmlSchemaDeriveAndValidateFacets()
[all …]