Home | History | Annotate | Download | only in libxml2

Lines Matching full:maxattrs

1082     int maxAttrs;       /* the size of the array */
1240 defaults->maxAttrs = 4;
1246 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1250 (2 * defaults->maxAttrs * 5) * sizeof(const xmlChar *));
1254 defaults->maxAttrs *= 2;