Searched refs:nodeInfoMax (Results 1 – 2 of 2) sorted by relevance
309 int nodeInfoMax; /* Max depth of the parsing stack */ member
224 if (ctxt->nodeInfoNr >= ctxt->nodeInfoMax) { in htmlNodeInfoPush()225 if (ctxt->nodeInfoMax == 0) in htmlNodeInfoPush()226 ctxt->nodeInfoMax = 5; in htmlNodeInfoPush()227 ctxt->nodeInfoMax *= 2; in htmlNodeInfoPush()230 ctxt->nodeInfoMax * in htmlNodeInfoPush()4782 ctxt->nodeInfoMax = 0; in htmlInitParserCtxt()