Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1838 if (ctxt->nameNr >= ctxt->nameMax) { in nameNsPush()
1859 ctxt->nameTab[ctxt->nameNr] = value; in nameNsPush()
1861 ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix; in nameNsPush()
1862 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI; in nameNsPush()
1863 ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (ptrdiff_t) nsNr; in nameNsPush()
1864 return (ctxt->nameNr++); in nameNsPush()
1882 if (ctxt->nameNr <= 0) in nameNsPop()
1884 ctxt->nameNr--; in nameNsPop()
1885 if (ctxt->nameNr > 0) in nameNsPop()
1886 ctxt->name = ctxt->nameTab[ctxt->nameNr - 1]; in nameNsPop()
[all …]
DparserInternals.c1670 ctxt->nameNr = 0; in xmlInitParserCtxt()
1675 ctxt->nameNr = 0; in xmlInitParserCtxt()
1691 ctxt->nameNr = 0; in xmlInitParserCtxt()
/external/libxml2/include/libxml/
Dparser.h230 int nameNr; /* Depth of the parsing stack */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle248 d nameNr like(xmlCint) Parsing stack depth