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

/macosx-10.9.5/libxml2-26/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...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-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...]
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dparser.h308 int nodeInfoNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dparser.h308 int nodeInfoNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt

Completed in 167 milliseconds