Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17242 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()
[all …]