Lines Matching refs:nodesetval
1943 if (list->nodesetval) { in xmlShellPrintXPathResultCtxt()
1944 for (indx = 0; indx < list->nodesetval->nodeNr; in xmlShellPrintXPathResultCtxt()
1947 list->nodesetval->nodeTab[indx]); in xmlShellPrintXPathResultCtxt()
2993 if (list->nodesetval == NULL) in xmlShell()
2997 indx < list->nodesetval->nodeNr; in xmlShell()
3000 list->nodesetval-> in xmlShell()
3104 if (list->nodesetval == NULL) in xmlShell()
3108 indx < list->nodesetval->nodeNr; in xmlShell()
3112 list->nodesetval-> in xmlShell()
3116 list->nodesetval-> in xmlShell()
3186 if (list->nodesetval == NULL) in xmlShell()
3190 indx < list->nodesetval->nodeNr; in xmlShell()
3192 if (!xmlShellPwd(ctxt, dir, list->nodesetval-> in xmlShell()
3263 if (list->nodesetval != NULL) { in xmlShell()
3264 if (list->nodesetval->nodeNr == 1) { in xmlShell()
3265 ctxt->node = list->nodesetval->nodeTab[0]; in xmlShell()
3277 list->nodesetval->nodeNr); in xmlShell()
3347 if (list->nodesetval == NULL) in xmlShell()
3351 indx < list->nodesetval->nodeNr; in xmlShell()
3356 list->nodesetval-> in xmlShell()