Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17380 flength = NULL, ftotdig = NULL, ffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17426 flength = facet; break; in xmlSchemaDeriveAndValidateFacets()
17475 if (flength && (fminlen || fmaxlen)) { in xmlSchemaDeriveAndValidateFacets()
17476 FACET_RESTR_ERR(flength, "It is an error for both 'length' and " in xmlSchemaDeriveAndValidateFacets()
17496 if (flength && bflength) { in xmlSchemaDeriveAndValidateFacets()
17501 res = xmlSchemaCompareValues(flength->val, bflength->val); in xmlSchemaDeriveAndValidateFacets()
17505 xmlSchemaDeriveFacetErr(pctxt, flength, bflength, 0, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17507 FACET_RESTR_FIXED_ERR(flength) in xmlSchemaDeriveAndValidateFacets()
17542 if (! flength) in xmlSchemaDeriveAndValidateFacets()
17543 flength = bflength; in xmlSchemaDeriveAndValidateFacets()
[all …]