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()
1609 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()
280 int nsMax; /* the size of the arrays */ member
296 d nsMax like(xmlCint) Array size