Searched refs:maxatts (Results 1 – 4 of 4) sorted by relevance
1657 int maxatts; in xmlCtxtGrowAttrs() local1660 maxatts = 55; /* allow for 10 attrs by default */ in xmlCtxtGrowAttrs()1662 xmlMalloc(maxatts * sizeof(xmlChar *)); in xmlCtxtGrowAttrs()1665 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int)); in xmlCtxtGrowAttrs()1668 ctxt->maxatts = maxatts; in xmlCtxtGrowAttrs()1669 } else if (nr + 5 > ctxt->maxatts) { in xmlCtxtGrowAttrs()1670 maxatts = (nr + 5) * 2; in xmlCtxtGrowAttrs()1672 maxatts * sizeof(const xmlChar *)); in xmlCtxtGrowAttrs()1676 (maxatts / 5) * sizeof(int)); in xmlCtxtGrowAttrs()1679 ctxt->maxatts = maxatts; in xmlCtxtGrowAttrs()[all …]
1603 ctxt->maxatts = 0; in xmlInitParserCtxt()
265 int maxatts; /* the size of the array */ member
281 d maxatts 10i 0 Above array size