Searched refs:nodeInfoTab (Results 1 – 3 of 3) sorted by relevance
228 ctxt->nodeInfoTab = (htmlParserNodeInfo *) in htmlNodeInfoPush()229 xmlRealloc((htmlParserNodeInfo *)ctxt->nodeInfoTab, in htmlNodeInfoPush()231 sizeof(ctxt->nodeInfoTab[0])); in htmlNodeInfoPush()232 if (ctxt->nodeInfoTab == NULL) { in htmlNodeInfoPush()237 ctxt->nodeInfoTab[ctxt->nodeInfoNr] = *value; in htmlNodeInfoPush()238 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr]; in htmlNodeInfoPush()259 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr - 1]; in htmlNodeInfoPop()262 return &ctxt->nodeInfoTab[ctxt->nodeInfoNr]; in htmlNodeInfoPop()4780 ctxt->nodeInfoTab = NULL; in htmlInitParserCtxt()
1785 if (ctxt->nodeInfoTab != NULL) xmlFree(ctxt->nodeInfoTab); in xmlFreeParserCtxt()
310 xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */ member