Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c17360 bflength = NULL, bftotdig = NULL, bffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17427 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()