• Home
  • Raw
  • Download

Lines Matching refs:fminexc

17268 	fminexc = NULL, fmaxexc = NULL,  in xmlSchemaDeriveAndValidateFacets()  local
17317 fminexc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17374 if ((fmininc) && (fminexc)) { in xmlSchemaDeriveAndValidateFacets()
17378 FACET_RESTR_MUTUAL_ERR(fmininc, fminexc) in xmlSchemaDeriveAndValidateFacets()
17510 if (fminexc) { in xmlSchemaDeriveAndValidateFacets()
17511 res = xmlSchemaCompareValues(fmaxexc->val, fminexc->val); in xmlSchemaDeriveAndValidateFacets()
17515 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, fminexc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets()
17561 if (fminexc) { in xmlSchemaDeriveAndValidateFacets()
17566 res = xmlSchemaCompareValues(fminexc->val, fmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17570 xmlSchemaDeriveFacetErr(pctxt, fminexc, fmaxinc, -1, 0, 0); in xmlSchemaDeriveAndValidateFacets()
17578 res = xmlSchemaCompareValues(fminexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17582 xmlSchemaDeriveFacetErr(pctxt, fminexc, bfminexc, 1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17585 FACET_RESTR_FIXED_ERR(fminexc) in xmlSchemaDeriveAndValidateFacets()
17590 res = xmlSchemaCompareValues(fminexc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17594 xmlSchemaDeriveFacetErr(pctxt, fminexc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17599 res = xmlSchemaCompareValues(fminexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17603 xmlSchemaDeriveFacetErr(pctxt, fminexc, bfmininc, 1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17608 res = xmlSchemaCompareValues(fminexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17612 xmlSchemaDeriveFacetErr(pctxt, fminexc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets()