Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17243 bflength = NULL, bftotdig = NULL, bffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17324 bftotdig = facet; break; in xmlSchemaDeriveAndValidateFacets()
17643 if (ftotdig && bftotdig) { in xmlSchemaDeriveAndValidateFacets()
17648 res = xmlSchemaCompareValues(ftotdig->val, bftotdig->val); in xmlSchemaDeriveAndValidateFacets()
17652 xmlSchemaDeriveFacetErr(pctxt, ftotdig, bftotdig, in xmlSchemaDeriveAndValidateFacets()
17654 if ((res != 0) && (bftotdig->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17677 ftotdig = bftotdig; in xmlSchemaDeriveAndValidateFacets()