Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17230 bflength = NULL, bftotdig = NULL, bffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17311 bftotdig = facet; break; in xmlSchemaDeriveAndValidateFacets()
17630 if (ftotdig && bftotdig) { in xmlSchemaDeriveAndValidateFacets()
17635 res = xmlSchemaCompareValues(ftotdig->val, bftotdig->val); in xmlSchemaDeriveAndValidateFacets()
17639 xmlSchemaDeriveFacetErr(pctxt, ftotdig, bftotdig, in xmlSchemaDeriveAndValidateFacets()
17641 if ((res != 0) && (bftotdig->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17664 ftotdig = bftotdig; in xmlSchemaDeriveAndValidateFacets()