Searched refs:ffracdig (Results 1 – 1 of 1) sorted by relevance
17380 flength = NULL, ftotdig = NULL, ffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local17442 ffracdig = facet; break; in xmlSchemaDeriveAndValidateFacets()17799 if (ffracdig && bffracdig) { in xmlSchemaDeriveAndValidateFacets()17804 res = xmlSchemaCompareValues(ffracdig->val, bffracdig->val); in xmlSchemaDeriveAndValidateFacets()17808 xmlSchemaDeriveFacetErr(pctxt, ffracdig, bffracdig, in xmlSchemaDeriveAndValidateFacets()17811 FACET_RESTR_FIXED_ERR(ffracdig) in xmlSchemaDeriveAndValidateFacets()17819 if (! ffracdig) in xmlSchemaDeriveAndValidateFacets()17820 ffracdig = bffracdig; in xmlSchemaDeriveAndValidateFacets()17821 if (ftotdig && ffracdig) { in xmlSchemaDeriveAndValidateFacets()17822 res = xmlSchemaCompareValues(ffracdig->val, ftotdig->val); in xmlSchemaDeriveAndValidateFacets()[all …]