Searched refs:bflength (Results 1 – 1 of 1) sorted by relevance
17360 bflength = NULL, bftotdig = NULL, bffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local17427 bflength = facet; break; in xmlSchemaDeriveAndValidateFacets()17472 if (flength && bflength) { in xmlSchemaDeriveAndValidateFacets()17477 res = xmlSchemaCompareValues(flength->val, bflength->val); in xmlSchemaDeriveAndValidateFacets()17481 xmlSchemaDeriveFacetErr(pctxt, flength, bflength, 0, 0, 1); in xmlSchemaDeriveAndValidateFacets()17482 if ((res != 0) && (bflength->fixed)) { in xmlSchemaDeriveAndValidateFacets()17519 flength = bflength; in xmlSchemaDeriveAndValidateFacets()