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()
5341 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5421 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5579 if (ctxt->nodeTab != NULL) { in xmlValidateElementContent()
5580 xmlFree(ctxt->nodeTab); in xmlValidateElementContent()
5581 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5647 if (ctxt->nodeTab != NULL) { in xmlValidateOneCdataElement()
5648 xmlFree(ctxt->nodeTab); in xmlValidateOneCdataElement()
5649 ctxt->nodeTab = NULL; in xmlValidateOneCdataElement()