Home | History | Annotate | Download | only in libxml2

Lines Matching defs:maxAttrs

1015     int maxAttrs;       /* the size of the array */
1173 defaults->maxAttrs = 4;
1179 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1183 (2 * defaults->maxAttrs * 5) * sizeof(const xmlChar *));
1187 defaults->maxAttrs *= 2;