Searched refs:nodeInfoNr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c224 if (ctxt->nodeInfoNr >= ctxt->nodeInfoMax) {
237 ctxt->nodeInfoTab[ctxt->nodeInfoNr] = *value;
238 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr];
239 return (ctxt->nodeInfoNr++);
253 if (ctxt->nodeInfoNr <= 0)
255 ctxt->nodeInfoNr--;
256 if (ctxt->nodeInfoNr < 0)
258 if (ctxt->nodeInfoNr > 0)
259 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr - 1];
262 return &ctxt->nodeInfoTab[ctxt->nodeInfoNr];
[all...]
/external/libxml2/
H A DHTMLparser.c227 if (ctxt->nodeInfoNr >= ctxt->nodeInfoMax) {
240 ctxt->nodeInfoTab[ctxt->nodeInfoNr] = *value;
241 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr];
242 return (ctxt->nodeInfoNr++);
256 if (ctxt->nodeInfoNr <= 0)
258 ctxt->nodeInfoNr--;
259 if (ctxt->nodeInfoNr < 0)
261 if (ctxt->nodeInfoNr > 0)
262 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr - 1];
265 return &ctxt->nodeInfoTab[ctxt->nodeInfoNr];
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h308 int nodeInfoNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt
/external/libxml2/include/libxml/
H A Dparser.h308 int nodeInfoNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt

Completed in 118 milliseconds