Searched refs:bfminexc (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 17246 bfminexc = NULL, bfmaxexc = NULL; in xmlSchemaDeriveAndValidateFacets() local 17316 bfminexc = facet; break; in xmlSchemaDeriveAndValidateFacets() 17470 if (bfminexc) { in xmlSchemaDeriveAndValidateFacets() 17472 res = xmlSchemaCompareValues(fmaxinc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets() 17476 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfminexc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets() 17525 if (bfminexc) { in xmlSchemaDeriveAndValidateFacets() 17527 res = xmlSchemaCompareValues(fmaxexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets() 17531 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfminexc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets() 17550 if (bfminexc) { in xmlSchemaDeriveAndValidateFacets() 17552 res = xmlSchemaCompareValues(fminexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets() [all …]
|