Searched refs:fmaxexc (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 17353 fminexc = NULL, fmaxexc = NULL, in xmlSchemaDeriveAndValidateFacets() local 17408 fmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets() 17453 if ((fmaxinc) && (fmaxexc)) { in xmlSchemaDeriveAndValidateFacets() 17457 FACET_RESTR_MUTUAL_ERR(fmaxinc, fmaxexc) in xmlSchemaDeriveAndValidateFacets() 17591 if (fmaxexc) { in xmlSchemaDeriveAndValidateFacets() 17596 res = xmlSchemaCompareValues(fmaxexc->val, fminexc->val); in xmlSchemaDeriveAndValidateFacets() 17600 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, fminexc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets() 17608 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets() 17612 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets() 17615 FACET_RESTR_FIXED_ERR(fmaxexc) in xmlSchemaDeriveAndValidateFacets() [all …]
|