Home
last modified time | relevance | path

Searched refs:fmaxinc (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c17382 fmininc = NULL, fmaxinc = NULL, in xmlSchemaDeriveAndValidateFacets() local
17436 fmaxinc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17483 if ((fmaxinc) && (fmaxexc)) { in xmlSchemaDeriveAndValidateFacets()
17487 FACET_RESTR_MUTUAL_ERR(fmaxinc, fmaxexc) in xmlSchemaDeriveAndValidateFacets()
17566 if (fmaxinc) { in xmlSchemaDeriveAndValidateFacets()
17572 res = xmlSchemaCompareValues(fmaxinc->val, fmininc->val); in xmlSchemaDeriveAndValidateFacets()
17576 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, fmininc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets()
17584 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17588 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17590 FACET_RESTR_FIXED_ERR(fmaxinc) in xmlSchemaDeriveAndValidateFacets()
[all …]