Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17130 bflength = NULL, bftotdig = NULL, bffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17211 bftotdig = facet; break; in xmlSchemaDeriveAndValidateFacets()
17530 if (ftotdig && bftotdig) { in xmlSchemaDeriveAndValidateFacets()
17535 res = xmlSchemaCompareValues(ftotdig->val, bftotdig->val); in xmlSchemaDeriveAndValidateFacets()
17539 xmlSchemaDeriveFacetErr(pctxt, ftotdig, bftotdig, in xmlSchemaDeriveAndValidateFacets()
17541 if ((res != 0) && (bftotdig->fixed)) { in xmlSchemaDeriveAndValidateFacets()
17564 ftotdig = bftotdig; in xmlSchemaDeriveAndValidateFacets()