Searched refs:fminexc (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 17242 fminexc = NULL, fmaxexc = NULL, in xmlSchemaDeriveAndValidateFacets() local 17291 fminexc = facet; break; in xmlSchemaDeriveAndValidateFacets() 17348 if ((fmininc) && (fminexc)) { in xmlSchemaDeriveAndValidateFacets() 17352 FACET_RESTR_MUTUAL_ERR(fmininc, fminexc) in xmlSchemaDeriveAndValidateFacets() 17484 if (fminexc) { in xmlSchemaDeriveAndValidateFacets() 17485 res = xmlSchemaCompareValues(fmaxexc->val, fminexc->val); in xmlSchemaDeriveAndValidateFacets() 17489 xmlSchemaDeriveFacetErr(pctxt, fmaxexc, fminexc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets() 17535 if (fminexc) { in xmlSchemaDeriveAndValidateFacets() 17540 res = xmlSchemaCompareValues(fminexc->val, fmaxinc->val); in xmlSchemaDeriveAndValidateFacets() 17544 xmlSchemaDeriveFacetErr(pctxt, fminexc, fmaxinc, -1, 0, 0); in xmlSchemaDeriveAndValidateFacets() [all …]
|