Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17241 fmininc = NULL, fmaxinc = NULL, in xmlSchemaDeriveAndValidateFacets() local
17295 fmaxinc = facet; break; in xmlSchemaDeriveAndValidateFacets()
17342 if ((fmaxinc) && (fmaxexc)) { in xmlSchemaDeriveAndValidateFacets()
17346 FACET_RESTR_MUTUAL_ERR(fmaxinc, fmaxexc) in xmlSchemaDeriveAndValidateFacets()
17425 if (fmaxinc) { in xmlSchemaDeriveAndValidateFacets()
17431 res = xmlSchemaCompareValues(fmaxinc->val, fmininc->val); in xmlSchemaDeriveAndValidateFacets()
17435 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, fmininc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets()
17443 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17447 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets()
17449 FACET_RESTR_FIXED_ERR(fmaxinc) in xmlSchemaDeriveAndValidateFacets()
[all …]