Home
last modified time | relevance | path

Searched refs:nodeInfoTab (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
DHTMLparser.c231 ctxt->nodeInfoTab = (htmlParserNodeInfo *) in htmlNodeInfoPush()
232 xmlRealloc((htmlParserNodeInfo *)ctxt->nodeInfoTab, in htmlNodeInfoPush()
234 sizeof(ctxt->nodeInfoTab[0])); in htmlNodeInfoPush()
235 if (ctxt->nodeInfoTab == NULL) { in htmlNodeInfoPush()
240 ctxt->nodeInfoTab[ctxt->nodeInfoNr] = *value; in htmlNodeInfoPush()
241 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr]; in htmlNodeInfoPush()
262 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr - 1]; in htmlNodeInfoPop()
265 return &ctxt->nodeInfoTab[ctxt->nodeInfoNr]; in htmlNodeInfoPop()
4934 ctxt->nodeInfoTab = NULL; in htmlInitParserCtxt()
DparserInternals.c1787 if (ctxt->nodeInfoTab != NULL) xmlFree(ctxt->nodeInfoTab); in xmlFreeParserCtxt()
/external/libxml2/include/libxml/
Dparser.h310 xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle325 d nodeInfoTab * xmlParserNodeInfo *