Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1833 if (ctxt->nameNr >= ctxt->nameMax) { in nameNsPush()
1854 ctxt->nameTab[ctxt->nameNr] = value; in nameNsPush()
1856 ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix; in nameNsPush()
1857 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI; in nameNsPush()
1858 ctxt->pushTab[ctxt->nameNr * 3 + 2] = (void *) (long) nsNr; in nameNsPush()
1859 return (ctxt->nameNr++); in nameNsPush()
1877 if (ctxt->nameNr <= 0) in nameNsPop()
1879 ctxt->nameNr--; in nameNsPop()
1880 if (ctxt->nameNr > 0) in nameNsPop()
1881 ctxt->name = ctxt->nameTab[ctxt->nameNr - 1]; in nameNsPop()
[all …]
DparserInternals.c1672 ctxt->nameNr = 0; in xmlInitParserCtxt()
1677 ctxt->nameNr = 0; in xmlInitParserCtxt()
1693 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