Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c2028 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 …]
DparserInternals.c1665 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()
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()
5256 ctxt->nodeMax = 0; in xmlValidateElementContent()
5336 ctxt->nodeMax = 0; in xmlValidateElementContent()
5494 ctxt->nodeMax = 0; in xmlValidateElementContent()
[all …]
Dlegacy.c294 ctxt->vctxt.nodeMax = 0; in xmlSetFeature()
DHTMLparser.c4750 ctxt->nodeMax = 0; in htmlInitParserCtxt()
4758 ctxt->nodeMax = 10; in htmlInitParserCtxt()
4769 ctxt->nodeMax = 0; in htmlInitParserCtxt()
Dparser.c1691 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()
/external/libxml2/include/libxml/
Dxpath.h82 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