Lines Matching refs:nodeMax
439 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()
5296 ctxt->nodeMax = 0; in xmlValidateElementContent()
5376 ctxt->nodeMax = 0; in xmlValidateElementContent()
5534 ctxt->nodeMax = 0; in xmlValidateElementContent()
5602 ctxt->nodeMax = 0; in xmlValidateOneCdataElement()