Searched refs:nodeMax (Results 1 – 13 of 13) sorted by relevance
2396 if ((ret->nodesetval->nodeMax == 0) || in xmlXPathCacheNewNodeSet()3546 ret->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetCreate()3585 ret->nodeMax = size; in xmlXPathNodeSetCreateSize()3661 if (cur->nodeMax == 0) { in xmlXPathNodeSetAddNs()3670 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAddNs()3671 } else if (cur->nodeNr == cur->nodeMax) { in xmlXPathNodeSetAddNs()3674 if (cur->nodeMax >= XPATH_MAX_NODESET_LENGTH) { in xmlXPathNodeSetAddNs()3678 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddNs()3684 cur->nodeMax *= 2; in xmlXPathNodeSetAddNs()3716 if (cur->nodeMax == 0) { in xmlXPathNodeSetAdd()[all …]
1652 ctxt->nodeMax = 10; in xmlInitParserCtxt()1657 ctxt->nodeMax = 0; in xmlInitParserCtxt()1675 ctxt->nodeMax = 0; in xmlInitParserCtxt()1696 ctxt->nodeMax = 0; in xmlInitParserCtxt()1743 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()5296 ctxt->nodeMax = 0; in xmlValidateElementContent()5376 ctxt->nodeMax = 0; in xmlValidateElementContent()5534 ctxt->nodeMax = 0; in xmlValidateElementContent()[all …]
294 ctxt->vctxt.nodeMax = 0; in xmlSetFeature()
4904 ctxt->nodeMax = 0; in htmlInitParserCtxt()4912 ctxt->nodeMax = 10; in htmlInitParserCtxt()4923 ctxt->nodeMax = 0; in htmlInitParserCtxt()
1770 if (ctxt->nodeNr >= ctxt->nodeMax) { in nodePush()1774 ctxt->nodeMax * 2 * in nodePush()1781 ctxt->nodeMax *= 2; in nodePush()12994 ctxt->vctxt.nodeMax = 0; in xmlParseCtxtExternalEntity()
83 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
3517 nodeSet->nodeMax = (is_tuple in PyxmlNodeSet_Convert()3521 = (xmlNodePtr *) xmlMalloc (nodeSet->nodeMax in PyxmlNodeSet_Convert()3529 nodeSet->nodeMax * sizeof(xmlNodePtr)); in PyxmlNodeSet_Convert()3533 for (idx=0; idx < nodeSet->nodeMax; ++idx) { in PyxmlNodeSet_Convert()
68 d nodeMax like(xmlCint) Max stack depth
100 d nodeMax like(xmlCint) Max # nodes in set
223 d nodeMax like(xmlCint) Max stack depth