Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1664 int maxatts; in xmlCtxtGrowAttrs() local
1667 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 …]
DparserInternals.c1609 ctxt->maxatts = 0; in xmlInitParserCtxt()
/external/libxml2/include/libxml/
Dparser.h265 int maxatts; /* the size of the array */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle283 d maxatts like(xmlCint) Above array size