Home
last modified time | relevance | path

Searched refs:nodeInfoNr (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
DHTMLparser.c227 if (ctxt->nodeInfoNr >= ctxt->nodeInfoMax) { in htmlNodeInfoPush()
240 ctxt->nodeInfoTab[ctxt->nodeInfoNr] = *value; in htmlNodeInfoPush()
241 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr]; in htmlNodeInfoPush()
242 return (ctxt->nodeInfoNr++); in htmlNodeInfoPush()
256 if (ctxt->nodeInfoNr <= 0) in htmlNodeInfoPop()
258 ctxt->nodeInfoNr--; in htmlNodeInfoPop()
259 if (ctxt->nodeInfoNr < 0) in htmlNodeInfoPop()
261 if (ctxt->nodeInfoNr > 0) in htmlNodeInfoPop()
262 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr - 1]; in htmlNodeInfoPop()
265 return &ctxt->nodeInfoTab[ctxt->nodeInfoNr]; in htmlNodeInfoPop()
[all …]
/external/libxml2/include/libxml/
Dparser.h310 int nodeInfoNr; /* Depth of the parsing stack */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle323 d nodeInfoNr like(xmlCint) Parsing stack depth