Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17239 flength = NULL, ftotdig = NULL, ffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17299 ftotdig = 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()
17655 FACET_RESTR_FIXED_ERR(ftotdig) in xmlSchemaDeriveAndValidateFacets()
17676 if (! ftotdig) in xmlSchemaDeriveAndValidateFacets()
17677 ftotdig = bftotdig; in xmlSchemaDeriveAndValidateFacets()
17680 if (ftotdig && ffracdig) { in xmlSchemaDeriveAndValidateFacets()
17681 res = xmlSchemaCompareValues(ffracdig->val, ftotdig->val); in xmlSchemaDeriveAndValidateFacets()
[all …]