Home
last modified time | relevance | path

Searched refs:maxatts (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dparser.c1657 int maxatts; in xmlCtxtGrowAttrs() local
1660 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 …]
DparserInternals.c1603 ctxt->maxatts = 0; in xmlInitParserCtxt()
/external/libxml2/include/libxml/
Dparser.h265 int maxatts; /* the size of the array */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle281 d maxatts 10i 0 Above array size