Searched refs:bfmaxexc (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 17133 bfminexc = NULL, bfmaxexc = NULL; in xmlSchemaDeriveAndValidateFacets() local 17209 bfmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets() 17339 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets() 17341 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets() 17345 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets() 17382 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets() 17384 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets() 17388 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets() 17390 if ((res != 0) && (bfmaxexc->fixed)) { in xmlSchemaDeriveAndValidateFacets() 17467 if (bfmaxexc) { in xmlSchemaDeriveAndValidateFacets() [all …]
|