Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c1371 for (i = 0;i < ctxt->nsNr;i += 2) { in nsPush()
1383 ctxt->nsNr = 0; in nsPush()
1391 } else if (ctxt->nsNr >= ctxt->nsMax) { in nsPush()
1403 ctxt->nsTab[ctxt->nsNr++] = prefix; in nsPush()
1404 ctxt->nsTab[ctxt->nsNr++] = URL; in nsPush()
1405 return (ctxt->nsNr); in nsPush()
1422 if (ctxt->nsNr < nr) { in nsPop()
1424 nr = ctxt->nsNr; in nsPop()
1426 if (ctxt->nsNr <= 0) in nsPop()
1430 ctxt->nsNr--; in nsPop()
[all …]
Dxpath.c5058 for (i = 0;i < ctxt->nsNr;i++) { in xmlXPathNsLookup()
14489 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':'))) in xmlXPathTryStreamCompile()
14494 if (ctxt->nsNr > 0) { in xmlXPathTryStreamCompile()
14495 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*)); in xmlXPathTryStreamCompile()
14500 for (i = 0, j = 0; (j < ctxt->nsNr); j++) { in xmlXPathTryStreamCompile()
/external/libxml2/include/libxml/
Dxpath.h308 int nsNr; /* number of namespace in scope */ member
Dparser.h276 int nsNr; /* the number of inherited namespaces */ member
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch464 int nsNr; /* the number of inherited namespaces */