Searched refs:maxatts (Results 1 – 4 of 4) sorted by relevance
1664 int maxatts; in xmlCtxtGrowAttrs() local1667 maxatts = 55; /* allow for 10 attrs by default */ in xmlCtxtGrowAttrs()1669 xmlMalloc(maxatts * sizeof(xmlChar *)); in xmlCtxtGrowAttrs()1672 attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int)); in xmlCtxtGrowAttrs()1675 ctxt->maxatts = maxatts; in xmlCtxtGrowAttrs()1676 } else if (nr + 5 > ctxt->maxatts) { in xmlCtxtGrowAttrs()1677 maxatts = (nr + 5) * 2; in xmlCtxtGrowAttrs()1679 maxatts * sizeof(const xmlChar *)); in xmlCtxtGrowAttrs()1683 (maxatts / 5) * sizeof(int)); in xmlCtxtGrowAttrs()1686 ctxt->maxatts = maxatts; in xmlCtxtGrowAttrs()[all …]
1609 ctxt->maxatts = 0; in xmlInitParserCtxt()
265 int maxatts; /* the size of the array */ member
283 d maxatts like(xmlCint) Above array size