Home
last modified time | relevance | path

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

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