Searched refs:nsNr (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c1081 for (i = 0;i < ctxt->nsNr;i += 2) {
1093 ctxt->nsNr = 0;
1101 } else if (ctxt->nsNr >= ctxt->nsMax) {
1112 ctxt->nsTab[ctxt->nsNr++] = prefix;
1113 ctxt->nsTab[ctxt->nsNr++] = URL;
1114 return (ctxt->nsNr);
1131 if (ctxt->nsNr < nr) {
1133 nr = ctxt->nsNr;
1135 if (ctxt->nsNr <= 0)
1139 ctxt->nsNr
1311 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, const xmlChar *prefix, const xmlChar *URI, int nsNr) argument
7871 int nsNr = ctxt->nsNr; local
8244 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
8511 int nsNr = ctxt->nsNr; local
9825 int nsNr = ctxt->nsNr; local
[all...]
H A Dxpath.in.h305 int nsNr; /* number of namespace in scope */ member in struct:_xmlXPathContext
H A Dparser.in.h276 int nsNr; /* the number of inherited namespaces */ member in struct:_xmlParserCtxt
H A Dxpath.c5026 for (i = 0;i < ctxt->nsNr;i++) {
14425 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':')))
14430 if (ctxt->nsNr > 0) {
14431 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
14436 for (i = 0, j = 0; (j < ctxt->nsNr); j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c1365 for (i = 0;i < ctxt->nsNr;i += 2) {
1377 ctxt->nsNr = 0;
1385 } else if (ctxt->nsNr >= ctxt->nsMax) {
1397 ctxt->nsTab[ctxt->nsNr++] = prefix;
1398 ctxt->nsTab[ctxt->nsNr++] = URL;
1399 return (ctxt->nsNr);
1416 if (ctxt->nsNr < nr) {
1418 nr = ctxt->nsNr;
1420 if (ctxt->nsNr <= 0)
1424 ctxt->nsNr
1601 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, const xmlChar *prefix, const xmlChar *URI, int nsNr) argument
8630 int nsNr = ctxt->nsNr; local
9054 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
9321 int nsNr = ctxt->nsNr; local
10688 int nsNr = ctxt->nsNr; local
[all...]
H A Dxpath.c5058 for (i = 0;i < ctxt->nsNr;i++) {
14489 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':')))
14494 if (ctxt->nsNr > 0) {
14495 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
14500 for (i = 0, j = 0; (j < ctxt->nsNr); j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c1365 for (i = 0;i < ctxt->nsNr;i += 2) {
1377 ctxt->nsNr = 0;
1385 } else if (ctxt->nsNr >= ctxt->nsMax) {
1397 ctxt->nsTab[ctxt->nsNr++] = prefix;
1398 ctxt->nsTab[ctxt->nsNr++] = URL;
1399 return (ctxt->nsNr);
1416 if (ctxt->nsNr < nr) {
1418 nr = ctxt->nsNr;
1420 if (ctxt->nsNr <= 0)
1424 ctxt->nsNr
1601 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, const xmlChar *prefix, const xmlChar *URI, int nsNr) argument
8630 int nsNr = ctxt->nsNr; local
9054 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
9321 int nsNr = ctxt->nsNr; local
10688 int nsNr = ctxt->nsNr; local
[all...]
H A Dxpath.c5058 for (i = 0;i < ctxt->nsNr;i++) {
14489 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':')))
14494 if (ctxt->nsNr > 0) {
14495 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
14500 for (i = 0, j = 0; (j < ctxt->nsNr); j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c1081 for (i = 0;i < ctxt->nsNr;i += 2) {
1093 ctxt->nsNr = 0;
1101 } else if (ctxt->nsNr >= ctxt->nsMax) {
1112 ctxt->nsTab[ctxt->nsNr++] = prefix;
1113 ctxt->nsTab[ctxt->nsNr++] = URL;
1114 return (ctxt->nsNr);
1131 if (ctxt->nsNr < nr) {
1133 nr = ctxt->nsNr;
1135 if (ctxt->nsNr <= 0)
1139 ctxt->nsNr
1311 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, const xmlChar *prefix, const xmlChar *URI, int nsNr) argument
7871 int nsNr = ctxt->nsNr; local
8244 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
8511 int nsNr = ctxt->nsNr; local
9825 int nsNr = ctxt->nsNr; local
[all...]
H A Dxpath.in.h305 int nsNr; /* number of namespace in scope */ member in struct:_xmlXPathContext
H A Dparser.in.h276 int nsNr; /* the number of inherited namespaces */ member in struct:_xmlParserCtxt
H A Dxpath.c5026 for (i = 0;i < ctxt->nsNr;i++) {
14425 ((ctxt == NULL) || (ctxt->nsNr == 0) || (tmp[1] == ':')))
14430 if (ctxt->nsNr > 0) {
14431 namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
14436 for (i = 0, j = 0; (j < ctxt->nsNr); j++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxpath.h308 int nsNr; /* number of namespace in scope */ member in struct:_xmlXPathContext
H A Dparser.h276 int nsNr; /* the number of inherited namespaces */ member in struct:_xmlParserCtxt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxpath.h308 int nsNr; /* number of namespace in scope */ member in struct:_xmlXPathContext
H A Dparser.h276 int nsNr; /* the number of inherited namespaces */ member in struct:_xmlParserCtxt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h308 int nsNr; /* number of namespace in scope */ member in struct:_xmlXPathContext
H A Dparser.h276 int nsNr; /* the number of inherited namespaces */ member in struct:_xmlParserCtxt

Completed in 244 milliseconds