Searched refs:bfmaxexc (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 17357 bfminexc = NULL, bfmaxexc = NULL; in xmlSchemaDeriveAndValidateFacets() local 17433 bfmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets() 17563 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets() 17565 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets() 17569 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets() 17606 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets() 17608 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets() 17612 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets() 17614 if ((res != 0) && (bfmaxexc->fixed)) { in xmlSchemaDeriveAndValidateFacets() 17691 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets() [all …]
|