Searched refs:fmaxexc (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 17383 fminexc = NULL, fmaxexc = NULL, in xmlSchemaDeriveAndValidateFacets() local 17438 fmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets() 17483 if ((fmaxinc) && (fmaxexc)) { in xmlSchemaDeriveAndValidateFacets() 17487 FACET_RESTR_MUTUAL_ERR(fmaxinc, fmaxexc) in xmlSchemaDeriveAndValidateFacets() 17621 if (fmaxexc) { in xmlSchemaDeriveAndValidateFacets() 17626 res = xmlSchemaCompareValues(fmaxexc->val, fminexc->val); in xmlSchemaDeriveAndValidateFacets() 17630 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, fminexc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets() 17638 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets() 17642 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets() 17645 FACET_RESTR_FIXED_ERR(fmaxexc) in xmlSchemaDeriveAndValidateFacets() [all …]
|