Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17269 bflength = NULL, bftotdig = NULL, bffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17350 bftotdig = facet; break; in xmlSchemaDeriveAndValidateFacets()
17669 if (ftotdig && bftotdig) { in xmlSchemaDeriveAndValidateFacets()
17674 res = xmlSchemaCompareValues(ftotdig->val, bftotdig->val); in xmlSchemaDeriveAndValidateFacets()
17678 xmlSchemaDeriveFacetErr(pctxt, ftotdig, bftotdig, in xmlSchemaDeriveAndValidateFacets()
17680 if ((res != 0) && (bftotdig->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17703 ftotdig = bftotdig; in xmlSchemaDeriveAndValidateFacets()