Searched refs:nsMax (Results 1 – 4 of 4) sorted by relevance
48 int nsMax; /* size of the array as allocated */ member302 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()
1652 if ((ctxt->nsMax == 0) || (ctxt->nsTab == NULL)) { in nsPush()1653 ctxt->nsMax = 10; in nsPush()1656 xmlMalloc(ctxt->nsMax * sizeof(xmlChar *)); in nsPush()1659 ctxt->nsMax = 0; in nsPush()1662 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()1664 ctxt->nsMax *= 2; in nsPush()1666 ctxt->nsMax * sizeof(ctxt->nsTab[0])); in nsPush()1669 ctxt->nsMax /= 2; in nsPush()
282 int nsMax; /* the size of the arrays */ member
296 d nsMax like(xmlCint) Array size