Searched refs:ftotdig (Results 1 – 1 of 1) sorted by relevance
17265 flength = NULL, ftotdig = NULL, ffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local17325 ftotdig = 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()17681 FACET_RESTR_FIXED_ERR(ftotdig) in xmlSchemaDeriveAndValidateFacets()17702 if (! ftotdig) in xmlSchemaDeriveAndValidateFacets()17703 ftotdig = bftotdig; in xmlSchemaDeriveAndValidateFacets()17706 if (ftotdig && ffracdig) { in xmlSchemaDeriveAndValidateFacets()17707 res = xmlSchemaCompareValues(ffracdig->val, ftotdig->val); in xmlSchemaDeriveAndValidateFacets()[all …]