Home | History | Annotate | Download | only in libxml2

Lines Matching refs:flength

17226 	flength = NULL, ftotdig = NULL, ffracdig = NULL,
17272 flength = facet; break;
17321 if (flength && (fminlen || fmaxlen)) {
17322 FACET_RESTR_ERR(flength, "It is an error for both 'length' and "
17342 if (flength && bflength) {
17347 res = xmlSchemaCompareValues(flength->val, bflength->val);
17351 xmlSchemaDeriveFacetErr(pctxt, flength, bflength, 0, 0, 1);
17353 FACET_RESTR_FIXED_ERR(flength)
17388 if (! flength)
17389 flength = bflength;
17390 if (flength) {
17395 res = xmlSchemaCompareValues(flength->val, fminlen->val);
17399 xmlSchemaDeriveFacetErr(pctxt, flength, fminlen, 1, 1, 0);
17405 res = xmlSchemaCompareValues(flength->val, fmaxlen->val);
17409 xmlSchemaDeriveFacetErr(pctxt, flength, fmaxlen, -1, 1, 0);