Home
last modified time | relevance | path

Searched refs:nsNr (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Dparser.c1599 for (i = ctxt->nsNr - 2;i >= 0;i -= 2) { in nsPush()
1611 ctxt->nsNr = 0; in nsPush()
1619 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()
1631 ctxt->nsTab[ctxt->nsNr++] = prefix; in nsPush()
1632 ctxt->nsTab[ctxt->nsNr++] = URL; in nsPush()
1633 return (ctxt->nsNr); in nsPush()
1650 if (ctxt->nsNr < nr) { in nsPop()
1652 nr = ctxt->nsNr; in nsPop()
1654 if (ctxt->nsNr <= 0) in nsPop()
1658 ctxt->nsNr--; in nsPop()
[all …]
Dxpath.c5190 for (i = 0;i < ctxt->nsNr;i++) { in xmlXPathNsLookup()
14682 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':'))) in xmlXPathTryStreamCompile()
14687 if (ctxt->nsNr > 0) { in xmlXPathTryStreamCompile()
14688 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*)); in xmlXPathTryStreamCompile()
14693 for (i = 0, j = 0; (j < ctxt->nsNr); j++) { in xmlXPathTryStreamCompile()
/external/libxml2/include/libxml/
Dxpath.h310 int nsNr; /* number of namespace in scope */ member
Dparser.h279 int nsNr; /* the number of inherited namespaces */ member
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle326 d nsNr like(xmlCint) # scope namespaces
Dparser.rpgle295 d nsNr like(xmlCint) # inherited nmspaces