Lines Matching refs:fmaxexc

17242 	fminexc = NULL, fmaxexc = NULL,  in xmlSchemaDeriveAndValidateFacets()  local
17297 fmaxexc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17342 if ((fmaxinc) && (fmaxexc)) { in xmlSchemaDeriveAndValidateFacets()
17346 FACET_RESTR_MUTUAL_ERR(fmaxinc, fmaxexc) in xmlSchemaDeriveAndValidateFacets()
17480 if (fmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17485 res = xmlSchemaCompareValues(fmaxexc->val, fminexc->val); in xmlSchemaDeriveAndValidateFacets()
17489 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, fminexc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets()
17497 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17501 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxexc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17504 FACET_RESTR_FIXED_ERR(fmaxexc) in xmlSchemaDeriveAndValidateFacets()
17509 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17513 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17518 res = xmlSchemaCompareValues(fmaxexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17522 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfmininc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17527 res = xmlSchemaCompareValues(fmaxexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17531 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, bfminexc, 1, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17594 if (fmaxexc) { in xmlSchemaDeriveAndValidateFacets()
17595 res = xmlSchemaCompareValues(fmininc->val, fmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17599 xmlSchemaDeriveFacetErr(pctxt, fmininc, fmaxexc, -1, 0, 0); in xmlSchemaDeriveAndValidateFacets()