Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17384 bflength = NULL, bftotdig = NULL, bffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17451 bflength = facet; break; in xmlSchemaDeriveAndValidateFacets()
17496 if (flength && bflength) { in xmlSchemaDeriveAndValidateFacets()
17501 res = xmlSchemaCompareValues(flength->val, bflength->val); in xmlSchemaDeriveAndValidateFacets()
17505 xmlSchemaDeriveFacetErr(pctxt, flength, bflength, 0, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17506 if ((res != 0) && (bflength->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17543 flength = bflength; in xmlSchemaDeriveAndValidateFacets()