Searched refs:nodeMax (Results 1 – 18 of 18) sorted by relevance
2027 if ((ret->nodesetval->nodeMax == 0) || in xmlXPathCacheNewNodeSet()3399 ret->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetCreate()3438 ret->nodeMax = size; in xmlXPathNodeSetCreateSize()3512 if (cur->nodeMax == 0) { in xmlXPathNodeSetAddNs()3521 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAddNs()3522 } else if (cur->nodeNr == cur->nodeMax) { in xmlXPathNodeSetAddNs()3525 cur->nodeMax *= 2; in xmlXPathNodeSetAddNs()3526 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * in xmlXPathNodeSetAddNs()3565 if (cur->nodeMax == 0) { in xmlXPathNodeSetAdd()3574 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAdd()[all …]
1665 ctxt->nodeMax = 10; in xmlInitParserCtxt()1670 ctxt->nodeMax = 0; in xmlInitParserCtxt()1688 ctxt->nodeMax = 0; in xmlInitParserCtxt()1709 ctxt->nodeMax = 0; in xmlInitParserCtxt()1748 ctxt->vctxt.nodeMax = 0; in xmlInitParserCtxt()
439 if (ctxt->nodeMax <= 0) { in nodeVPush()440 ctxt->nodeMax = 4; in nodeVPush()442 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax * in nodeVPush()446 ctxt->nodeMax = 0; in nodeVPush()450 if (ctxt->nodeNr >= ctxt->nodeMax) { in nodeVPush()453 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0])); in nodeVPush()458 ctxt->nodeMax *= 2; in nodeVPush()5256 ctxt->nodeMax = 0; in xmlValidateElementContent()5336 ctxt->nodeMax = 0; in xmlValidateElementContent()5494 ctxt->nodeMax = 0; in xmlValidateElementContent()[all …]
294 ctxt->vctxt.nodeMax = 0; in xmlSetFeature()
4745 ctxt->nodeMax = 0; in htmlInitParserCtxt()4753 ctxt->nodeMax = 10; in htmlInitParserCtxt()4764 ctxt->nodeMax = 0; in htmlInitParserCtxt()
1559 if (ctxt->nodeNr >= ctxt->nodeMax) { in nodePush()1563 ctxt->nodeMax * 2 * in nodePush()1570 ctxt->nodeMax *= 2; in nodePush()12457 ctxt->vctxt.nodeMax = 0; in xmlParseCtxtExternalEntity()
2028 if ((ret->nodesetval->nodeMax == 0) || in xmlXPathCacheNewNodeSet()3443 ret->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetCreate()3482 ret->nodeMax = size; in xmlXPathNodeSetCreateSize()3556 if (cur->nodeMax == 0) { in xmlXPathNodeSetAddNs()3565 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAddNs()3566 } else if (cur->nodeNr == cur->nodeMax) { in xmlXPathNodeSetAddNs()3569 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddNs()3575 cur->nodeMax *= 2; in xmlXPathNodeSetAddNs()3609 if (cur->nodeMax == 0) { in xmlXPathNodeSetAdd()3618 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAdd()[all …]
4750 ctxt->nodeMax = 0; in htmlInitParserCtxt()4758 ctxt->nodeMax = 10; in htmlInitParserCtxt()4769 ctxt->nodeMax = 0; in htmlInitParserCtxt()
1691 if (ctxt->nodeNr >= ctxt->nodeMax) { in nodePush()1695 ctxt->nodeMax * 2 * in nodePush()1702 ctxt->nodeMax *= 2; in nodePush()12449 ctxt->vctxt.nodeMax = 0; in xmlParseCtxtExternalEntity()
81 int nodeMax; /* size of the array as allocated */ member
90 int nodeMax; /* Max depth of the parsing stack */ member
207 int nodeMax; /* Max depth of the parsing stack */ member
82 int nodeMax; /* size of the array as allocated */ member