Searched refs:nsMax (Results 1 – 4 of 4) sorted by relevance
46 int nsMax; /* size of the array as allocated */ member299 memset(cur->nsTab, 0, cur->nsMax * sizeof(xmlNsPtr)); in xmlC14NVisibleNsStackDestroy()303 memset(cur->nodeTab, 0, cur->nsMax * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackDestroy()329 cur->nsMax = XML_NAMESPACES_DEFAULT; in xmlC14NVisibleNsStackAdd()330 } else if(cur->nsMax == cur->nsCurEnd) { in xmlC14NVisibleNsStackAdd()334 tmpSize = 2 * cur->nsMax; in xmlC14NVisibleNsStackAdd()349 cur->nsMax = tmpSize; in xmlC14NVisibleNsStackAdd()
1530 if ((ctxt->nsMax == 0) || (ctxt->nsTab == NULL)) { in nsPush()1531 ctxt->nsMax = 10; in nsPush()1534 xmlMalloc(ctxt->nsMax * sizeof(xmlChar *)); in nsPush()1537 ctxt->nsMax = 0; in nsPush()1540 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()1542 ctxt->nsMax *= 2; in nsPush()1544 ctxt->nsMax * sizeof(ctxt->nsTab[0])); in nsPush()1547 ctxt->nsMax /= 2; in nsPush()
280 int nsMax; /* the size of the arrays */ member
465 int nsMax; /* the size of the arrays */