Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c94 int nsNr; member
1642 for (i = ctxt->nsNr - 2;i >= 0;i -= 2) { in nsPush()
1654 ctxt->nsNr = 0; in nsPush()
1662 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()
1674 ctxt->nsTab[ctxt->nsNr++] = prefix; in nsPush()
1675 ctxt->nsTab[ctxt->nsNr++] = URL; in nsPush()
1676 return (ctxt->nsNr); in nsPush()
1693 if (ctxt->nsNr < nr) { in nsPop()
1695 nr = ctxt->nsNr; in nsPop()
1697 if (ctxt->nsNr <= 0) in nsPop()
[all …]
Dxpath.c5158 for (i = 0;i < ctxt->nsNr;i++) { in xmlXPathNsLookup()
14092 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':'))) in xmlXPathTryStreamCompile()
14097 if (ctxt->nsNr > 0) { in xmlXPathTryStreamCompile()
14098 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*)); in xmlXPathTryStreamCompile()
14103 for (i = 0, j = 0; (j < ctxt->nsNr); j++) { in xmlXPathTryStreamCompile()
/external/libxml2/include/libxml/
Dxpath.h312 int nsNr; /* number of namespace in scope */ member
Dparser.h281 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