Home
last modified time | relevance | path

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

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