Lines Matching refs:nodeTab
427 ctxt->nodeTab = in nodeVPush()
429 sizeof(ctxt->nodeTab[0])); in nodeVPush()
430 if (ctxt->nodeTab == NULL) { in nodeVPush()
438 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodeVPush()
439 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0])); in nodeVPush()
445 ctxt->nodeTab = tmp; in nodeVPush()
447 ctxt->nodeTab[ctxt->nodeNr] = value; in nodeVPush()
460 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1]; in nodeVPop()
463 ret = ctxt->nodeTab[ctxt->nodeNr]; in nodeVPop()
464 ctxt->nodeTab[ctxt->nodeNr] = NULL; in nodeVPop()
886 if (cur->nodeTab != NULL) in xmlFreeValidCtxt()
887 xmlFree(cur->nodeTab); in xmlFreeValidCtxt()
5354 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5434 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5596 if (ctxt->nodeTab != NULL) { in xmlValidateElementContent()
5597 xmlFree(ctxt->nodeTab); in xmlValidateElementContent()
5598 ctxt->nodeTab = NULL; in xmlValidateElementContent()
5664 if (ctxt->nodeTab != NULL) { in xmlValidateOneCdataElement()
5665 xmlFree(ctxt->nodeTab); in xmlValidateOneCdataElement()
5666 ctxt->nodeTab = NULL; in xmlValidateOneCdataElement()