Searched refs:nodeNr (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/tutorial/
H A Dincludexpath.c63 for (i=0; i < nodeset->nodeNr; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h80 int nodeNr; /* number of nodes in the set */ member in struct:_xmlNodeSet
405 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
418 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
430 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
H A Dxpath.c936 fprintf(output, "Set contains %d nodes:\n", cur->nodeNr);
937 for (i = 0;i < cur->nodeNr;i++) {
954 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) {
2032 ret->nodesetval->nodeNr = 1;
3272 len = set->nodeNr;
3389 ret->nodeTab[ret->nodeNr++] =
3392 ret->nodeTab[ret->nodeNr++] = val;
3443 for (i = 0; i < cur->nodeNr; i++) {
3457 for (i = 0; i < cur->nodeNr; i++) {
3487 for (i = 0;i < cur->nodeNr;
[all...]
H A DxpathInternals.in.h232 { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; }
H A Dxpointer.c558 if (end->nodesetval->nodeNr <= 0)
585 ret->user2 = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1];
838 for (i = 0;i < set->nodeNr;i++)
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
1177 if ((loc != NULL) && (loc->nodeNr > 0))
1398 if ((set->nodeNr != 1) ||
1613 for (i = 0;i < set->nodeNr;i++) {
2244 for (i = 0; i < oldset->nodeNr; i++) {
H A Dvalid.c445 if (ctxt->nodeNr >= ctxt->nodeMax) {
456 ctxt->nodeTab[ctxt->nodeNr] = value;
458 return (ctxt->nodeNr++);
465 if (ctxt->nodeNr <= 0)
467 ctxt->nodeNr--;
468 if (ctxt->nodeNr > 0)
469 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1];
472 ret = ctxt->nodeTab[ctxt->nodeNr];
473 ctxt->nodeTab[ctxt->nodeNr] = NULL;
5171 ctxt->nodeNr
[all...]
H A DparserInternals.c1570 ctxt->nodeNr = 0;
1578 ctxt->nodeNr = 0;
1588 ctxt->nodeNr = 0;
1609 ctxt->nodeNr = 0;
H A Dvalid.in.h89 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlValidCtxt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h80 int nodeNr; /* number of nodes in the set */ member in struct:_xmlNodeSet
408 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
433 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
H A DxpathInternals.h232 { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; }
H A Dvalid.h89 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlValidCtxt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h80 int nodeNr; /* number of nodes in the set */ member in struct:_xmlNodeSet
405 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
418 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
430 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
H A Dxpath.c936 fprintf(output, "Set contains %d nodes:\n", cur->nodeNr);
937 for (i = 0;i < cur->nodeNr;i++) {
954 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) {
2032 ret->nodesetval->nodeNr = 1;
3272 len = set->nodeNr;
3389 ret->nodeTab[ret->nodeNr++] =
3392 ret->nodeTab[ret->nodeNr++] = val;
3443 for (i = 0; i < cur->nodeNr; i++) {
3457 for (i = 0; i < cur->nodeNr; i++) {
3487 for (i = 0;i < cur->nodeNr;
[all...]
H A DxpathInternals.in.h232 { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; }
H A Dxpointer.c558 if (end->nodesetval->nodeNr <= 0)
585 ret->user2 = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1];
838 for (i = 0;i < set->nodeNr;i++)
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
1177 if ((loc != NULL) && (loc->nodeNr > 0))
1398 if ((set->nodeNr != 1) ||
1613 for (i = 0;i < set->nodeNr;i++) {
2244 for (i = 0; i < oldset->nodeNr; i++) {
H A Dvalid.c445 if (ctxt->nodeNr >= ctxt->nodeMax) {
456 ctxt->nodeTab[ctxt->nodeNr] = value;
458 return (ctxt->nodeNr++);
465 if (ctxt->nodeNr <= 0)
467 ctxt->nodeNr--;
468 if (ctxt->nodeNr > 0)
469 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1];
472 ret = ctxt->nodeTab[ctxt->nodeNr];
473 ctxt->nodeTab[ctxt->nodeNr] = NULL;
5171 ctxt->nodeNr
[all...]
H A DparserInternals.c1570 ctxt->nodeNr = 0;
1578 ctxt->nodeNr = 0;
1588 ctxt->nodeNr = 0;
1609 ctxt->nodeNr = 0;
H A Dvalid.in.h89 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlValidCtxt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c937 fprintf(output, "Set contains %d nodes:\n", cur->nodeNr);
938 for (i = 0;i < cur->nodeNr;i++) {
955 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) {
2033 ret->nodesetval->nodeNr = 1;
3286 len = set->nodeNr;
3403 ret->nodeTab[ret->nodeNr++] =
3406 ret->nodeTab[ret->nodeNr++] = val;
3457 for (i = 0; i < cur->nodeNr; i++) {
3471 for (i = 0; i < cur->nodeNr; i++) {
3501 for (i = 0;i < cur->nodeNr;
[all...]
H A Dxpointer.c558 if (end->nodesetval->nodeNr <= 0)
585 ret->user2 = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1];
838 for (i = 0;i < set->nodeNr;i++)
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
1177 if ((loc != NULL) && (loc->nodeNr > 0))
1398 if ((set->nodeNr != 1) ||
1613 for (i = 0;i < set->nodeNr;i++) {
2244 for (i = 0; i < oldset->nodeNr; i++) {
H A Dvalid.c450 if (ctxt->nodeNr >= ctxt->nodeMax) {
461 ctxt->nodeTab[ctxt->nodeNr] = value;
463 return (ctxt->nodeNr++);
470 if (ctxt->nodeNr <= 0)
472 ctxt->nodeNr--;
473 if (ctxt->nodeNr > 0)
474 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1];
477 ret = ctxt->nodeTab[ctxt->nodeNr];
478 ctxt->nodeTab[ctxt->nodeNr] = NULL;
5297 ctxt->nodeNr
[all...]
H A DparserInternals.c1583 ctxt->nodeNr = 0;
1591 ctxt->nodeNr = 0;
1601 ctxt->nodeNr = 0;
1622 ctxt->nodeNr = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dxpath2.c149 size = (nodes) ? nodes->nodeNr : 0;
H A Dxpath1.c211 size = (nodes) ? nodes->nodeNr : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dtypes.c367 (obj->nodesetval->nodeNr == 0) ||
393 || (obj->nodesetval->nodeNr == 0)) {
399 ret = PyList_New(obj->nodesetval->nodeNr);
400 for (i = 0; i < obj->nodesetval->nodeNr; i++) {

Completed in 394 milliseconds

12