Home
last modified time | relevance | path

Searched refs:nodeMax (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
Dxpath.c2430 if ((ret->nodesetval->nodeMax == 0) || in xmlXPathCacheNewNodeSet()
3588 ret->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetCreate()
3673 if (cur->nodeMax == 0) { in xmlXPathNodeSetAddNs()
3682 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAddNs()
3683 } else if (cur->nodeNr == cur->nodeMax) { in xmlXPathNodeSetAddNs()
3686 if (cur->nodeMax >= XPATH_MAX_NODESET_LENGTH) { in xmlXPathNodeSetAddNs()
3690 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddNs()
3696 cur->nodeMax *= 2; in xmlXPathNodeSetAddNs()
3729 if (cur->nodeMax == 0) { in xmlXPathNodeSetAdd()
3738 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAdd()
[all …]
DparserInternals.c1652 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()
Dvalid.c439 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()
5339 ctxt->nodeMax = 0; in xmlValidateElementContent()
5419 ctxt->nodeMax = 0; in xmlValidateElementContent()
5577 ctxt->nodeMax = 0; in xmlValidateElementContent()
[all …]
Dlegacy.c294 ctxt->vctxt.nodeMax = 0; in xmlSetFeature()
DHTMLparser.c5061 ctxt->nodeMax = 0; in htmlInitParserCtxt()
5069 ctxt->nodeMax = 10; in htmlInitParserCtxt()
5080 ctxt->nodeMax = 0; in htmlInitParserCtxt()
Dparser.c1813 if (ctxt->nodeNr >= ctxt->nodeMax) { in nodePush()
1817 ctxt->nodeMax * 2 * in nodePush()
1824 ctxt->nodeMax *= 2; in nodePush()
/external/libxml2/include/libxml/
Dxpath.h85 int nodeMax; /* size of the array as allocated */ member
Dvalid.h90 int nodeMax; /* Max depth of the parsing stack */ member
Dparser.h209 int nodeMax; /* Max depth of the parsing stack */ member
/external/libxml2/python/
Dlibxml.c3518 nodeSet->nodeMax = (is_tuple in PyxmlNodeSet_Convert()
3522 = (xmlNodePtr *) xmlMalloc (nodeSet->nodeMax in PyxmlNodeSet_Convert()
3530 nodeSet->nodeMax * sizeof(xmlNodePtr)); in PyxmlNodeSet_Convert()
3534 for (idx=0; idx < nodeSet->nodeMax; ++idx) { in PyxmlNodeSet_Convert()
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle68 d nodeMax like(xmlCint) Max stack depth
Dxpath.rpgle100 d nodeMax like(xmlCint) Max # nodes in set
Dparser.rpgle223 d nodeMax like(xmlCint) Max stack depth