Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c17265 flength = NULL, ftotdig = NULL, ffracdig = NULL, in xmlSchemaDeriveAndValidateFacets() local
17311 flength = facet; break; in xmlSchemaDeriveAndValidateFacets()
17360 if (flength && (fminlen || fmaxlen)) { in xmlSchemaDeriveAndValidateFacets()
17361 FACET_RESTR_ERR(flength, "It is an error for both 'length' and " in xmlSchemaDeriveAndValidateFacets()
17381 if (flength && bflength) { in xmlSchemaDeriveAndValidateFacets()
17386 res = xmlSchemaCompareValues(flength->val, bflength->val); in xmlSchemaDeriveAndValidateFacets()
17390 xmlSchemaDeriveFacetErr(pctxt, flength, bflength, 0, 0, 1); in xmlSchemaDeriveAndValidateFacets()
17392 FACET_RESTR_FIXED_ERR(flength) in xmlSchemaDeriveAndValidateFacets()
17427 if (! flength) in xmlSchemaDeriveAndValidateFacets()
17428 flength = bflength; in xmlSchemaDeriveAndValidateFacets()
[all …]