Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c2399 if ((ret->nodesetval->nodeMax == 0) || in xmlXPathCacheNewNodeSet()
3547 ret->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetCreate()
3586 ret->nodeMax = size; in xmlXPathNodeSetCreateSize()
3662 if (cur->nodeMax == 0) { in xmlXPathNodeSetAddNs()
3671 cur->nodeMax = XML_NODESET_DEFAULT; in xmlXPathNodeSetAddNs()
3672 } else if (cur->nodeNr == cur->nodeMax) { in xmlXPathNodeSetAddNs()
3675 if (cur->nodeMax >= XPATH_MAX_NODESET_LENGTH) { in xmlXPathNodeSetAddNs()
3679 temp = (xmlNodePtr *) xmlRealloc(cur->nodeTab, cur->nodeMax * 2 * in xmlXPathNodeSetAddNs()
3685 cur->nodeMax *= 2; in xmlXPathNodeSetAddNs()
3717 if (cur->nodeMax == 0) { in xmlXPathNodeSetAdd()
[all …]
DparserInternals.c1627 ctxt->nodeMax = 10; in xmlInitParserCtxt()
1632 ctxt->nodeMax = 0; in xmlInitParserCtxt()
1650 ctxt->nodeMax = 0; in xmlInitParserCtxt()
1671 ctxt->nodeMax = 0; in xmlInitParserCtxt()
1718 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()
5255 ctxt->nodeMax = 0; in xmlValidateElementContent()
5335 ctxt->nodeMax = 0; in xmlValidateElementContent()
5493 ctxt->nodeMax = 0; in xmlValidateElementContent()
[all …]
Dlegacy.c294 ctxt->vctxt.nodeMax = 0; in xmlSetFeature()
DHTMLparser.c4822 ctxt->nodeMax = 0; in htmlInitParserCtxt()
4830 ctxt->nodeMax = 10; in htmlInitParserCtxt()
4841 ctxt->nodeMax = 0; in htmlInitParserCtxt()
Dparser.c1756 if (ctxt->nodeNr >= ctxt->nodeMax) { in nodePush()
1760 ctxt->nodeMax * 2 * in nodePush()
1767 ctxt->nodeMax *= 2; in nodePush()
13104 ctxt->vctxt.nodeMax = 0; in xmlParseCtxtExternalEntity()
/external/libxml2/include/libxml/
Dxpath.h83 int nodeMax; /* size of the array as allocated */ member
Dvalid.h90 int nodeMax; /* Max depth of the parsing stack */ member
Dparser.h207 int nodeMax; /* Max depth of the parsing stack */ member
/external/libxml2/python/
Dlibxml.c3517 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()
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle67 d nodeMax 10i 0 Max stack depth
Dxpath.rpgle98 d nodeMax 10i 0 Max # nodes in set
Dparser.rpgle220 d nodeMax 10i 0 Max stack depth