Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dparser.c1628 for (i = ctxt->nsNr - 2;i >= 0;i -= 2) { in nsPush()
1640 ctxt->nsNr = 0; in nsPush()
1648 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()
1660 ctxt->nsTab[ctxt->nsNr++] = prefix; in nsPush()
1661 ctxt->nsTab[ctxt->nsNr++] = URL; in nsPush()
1662 return (ctxt->nsNr); in nsPush()
1679 if (ctxt->nsNr < nr) { in nsPop()
1681 nr = ctxt->nsNr; in nsPop()
1683 if (ctxt->nsNr <= 0) in nsPop()
1687 ctxt->nsNr--; in nsPop()
[all …]
Dxpath.in.h339 int nsNr; /* number of namespace in scope */ member
Dparser.in.h308 int nsNr; /* the number of inherited namespaces */ member
Dxpath.c5216 for (i = 0;i < ctxt->nsNr;i++) { in xmlXPathNsLookup()
14538 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':'))) in xmlXPathTryStreamCompile()
14543 if (ctxt->nsNr > 0) { in xmlXPathTryStreamCompile()
14544 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*)); in xmlXPathTryStreamCompile()
14549 for (i = 0, j = 0; (j < ctxt->nsNr); j++) { in xmlXPathTryStreamCompile()
/third_party/libxml2/
Dparser.c94 int nsNr; member
1644 for (i = ctxt->nsNr - 2;i >= 0;i -= 2) { in nsPush()
1656 ctxt->nsNr = 0; in nsPush()
1664 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()
1676 ctxt->nsTab[ctxt->nsNr++] = prefix; in nsPush()
1677 ctxt->nsTab[ctxt->nsNr++] = URL; in nsPush()
1678 return (ctxt->nsNr); in nsPush()
1695 if (ctxt->nsNr < nr) { in nsPop()
1697 nr = ctxt->nsNr; in nsPop()
1699 if (ctxt->nsNr <= 0) in nsPop()
[all …]
Dxpath.c5158 for (i = 0;i < ctxt->nsNr;i++) { in xmlXPathNsLookup()
14094 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':'))) in xmlXPathTryStreamCompile()
14099 if (ctxt->nsNr > 0) { in xmlXPathTryStreamCompile()
14100 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*)); in xmlXPathTryStreamCompile()
14105 for (i = 0, j = 0; (j < ctxt->nsNr); j++) { in xmlXPathTryStreamCompile()
/third_party/libxml2/include/libxml/
Dxpath.h312 int nsNr; /* number of namespace in scope */ member
Dparser.h281 int nsNr; /* the number of inherited namespaces */ member
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle326 d nsNr like(xmlCint) # scope namespaces
Dparser.rpgle295 d nsNr like(xmlCint) # inherited nmspaces