Searched refs:nodeInfoMax (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dparser.h309 int nodeInfoMax; /* Max depth of the parsing stack */ member in struct:_xmlParserCtxt
/external/libxml2/
H A DHTMLparser.c224 if (ctxt->nodeInfoNr >= ctxt->nodeInfoMax) {
225 if (ctxt->nodeInfoMax == 0)
226 ctxt->nodeInfoMax = 5;
227 ctxt->nodeInfoMax *= 2;
230 ctxt->nodeInfoMax *
4782 ctxt->nodeInfoMax = 0;

Completed in 377 milliseconds