Searched refs:xmlSchemaDeriveFacetErr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 17076 xmlSchemaDeriveFacetErr(xmlSchemaParserCtxtPtr pctxt, in xmlSchemaDeriveFacetErr() function 17251 xmlSchemaDeriveFacetErr(pctxt, flength, bflength, 0, 0, 1); in xmlSchemaDeriveAndValidateFacets() 17266 xmlSchemaDeriveFacetErr(pctxt, fminlen, bfminlen, 1, 1, 1); in xmlSchemaDeriveAndValidateFacets() 17280 xmlSchemaDeriveFacetErr(pctxt, fmaxlen, bfmaxlen, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets() 17299 xmlSchemaDeriveFacetErr(pctxt, flength, fminlen, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets() 17309 xmlSchemaDeriveFacetErr(pctxt, flength, fmaxlen, -1, 1, 0); in xmlSchemaDeriveAndValidateFacets() 17322 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, fmininc, 1, 1, 0); in xmlSchemaDeriveAndValidateFacets() 17334 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxinc, -1, 1, 1); in xmlSchemaDeriveAndValidateFacets() 17345 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmaxexc, -1, 0, 1); in xmlSchemaDeriveAndValidateFacets() 17354 xmlSchemaDeriveFacetErr(pctxt, fmaxinc, bfmininc, 1, 1, 1); in xmlSchemaDeriveAndValidateFacets() [all …]
|