Home
last modified time | relevance | path

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

/external/libxml2/
Dc14n.c48 int nsMax; /* size of the array as allocated */ member
302 memset(cur->nsTab, 0, cur->nsMax * sizeof(xmlNsPtr)); in xmlC14NVisibleNsStackDestroy()
306 memset(cur->nodeTab, 0, cur->nsMax * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackDestroy()
332 cur->nsMax = XML_NAMESPACES_DEFAULT; in xmlC14NVisibleNsStackAdd()
333 } else if(cur->nsMax == cur->nsCurEnd) { in xmlC14NVisibleNsStackAdd()
337 tmpSize = 2 * cur->nsMax; in xmlC14NVisibleNsStackAdd()
352 cur->nsMax = tmpSize; in xmlC14NVisibleNsStackAdd()
Dparser.c1609 if ((ctxt->nsMax == 0) || (ctxt->nsTab == NULL)) { in nsPush()
1610 ctxt->nsMax = 10; in nsPush()
1613 xmlMalloc(ctxt->nsMax * sizeof(xmlChar *)); in nsPush()
1616 ctxt->nsMax = 0; in nsPush()
1619 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()
1621 ctxt->nsMax *= 2; in nsPush()
1623 ctxt->nsMax * sizeof(ctxt->nsTab[0])); in nsPush()
1626 ctxt->nsMax /= 2; in nsPush()
/external/libxml2/include/libxml/
Dparser.h280 int nsMax; /* the size of the arrays */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle296 d nsMax like(xmlCint) Array size