Searched refs:ffracdig (Results 1 – 1 of 1) sorted by relevance
17265 flength = NULL, ftotdig = NULL, ffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local17327 ffracdig = facet; break; in xmlSchemaDeriveAndValidateFacets()17684 if (ffracdig && bffracdig) { in xmlSchemaDeriveAndValidateFacets()17689 res = xmlSchemaCompareValues(ffracdig->val, bffracdig->val); in xmlSchemaDeriveAndValidateFacets()17693 xmlSchemaDeriveFacetErr(pctxt, ffracdig, bffracdig, in xmlSchemaDeriveAndValidateFacets()17696 FACET_RESTR_FIXED_ERR(ffracdig) in xmlSchemaDeriveAndValidateFacets()17704 if (! ffracdig) in xmlSchemaDeriveAndValidateFacets()17705 ffracdig = bffracdig; in xmlSchemaDeriveAndValidateFacets()17706 if (ftotdig && ffracdig) { in xmlSchemaDeriveAndValidateFacets()17707 res = xmlSchemaCompareValues(ffracdig->val, ftotdig->val); in xmlSchemaDeriveAndValidateFacets()[all …]