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()
5255 ctxt->nodeMax = 0; in xmlValidateElementContent()
5335 ctxt->nodeMax = 0; in xmlValidateElementContent()
5493 ctxt->nodeMax = 0; in xmlValidateElementContent()
5561 ctxt->nodeMax = 0; in xmlValidateOneCdataElement()