Lines Matching refs:nodeTab
441 ctxt->nodeTab = in nodeVPush()
443 sizeof(ctxt->nodeTab[0])); in nodeVPush()
444 if (ctxt->nodeTab == NULL) { in nodeVPush()
452 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodeVPush()
453 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0])); in nodeVPush()
459 ctxt->nodeTab = tmp; in nodeVPush()
461 ctxt->nodeTab[ctxt->nodeNr] = value; in nodeVPush()
474 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1]; in nodeVPop()
477 ret = ctxt->nodeTab[ctxt->nodeNr]; in nodeVPop()
478 ctxt->nodeTab[ctxt->nodeNr] = NULL; in nodeVPop()
903 if (cur->nodeTab != NULL) in xmlFreeValidCtxt()
904 xmlFree(cur->nodeTab); in xmlFreeValidCtxt()
5258 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5338 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5496 if (ctxt->nodeTab != NULL) { in xmlValidateElementContent()
5497 xmlFree(ctxt->nodeTab); in xmlValidateElementContent()
5498 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5564 if (ctxt->nodeTab != NULL) { in xmlValidateOneCdataElement()
5565 xmlFree(ctxt->nodeTab); in xmlValidateOneCdataElement()
5566 ctxt->nodeTab = NULL; in xmlValidateOneCdataElement()