Lines Matching refs:nodesetval
1944 if (list->nodesetval) { in xmlShellPrintXPathResultCtxt()
1945 for (indx = 0; indx < list->nodesetval->nodeNr; in xmlShellPrintXPathResultCtxt()
1948 list->nodesetval->nodeTab[indx]); in xmlShellPrintXPathResultCtxt()
2988 if (list->nodesetval == NULL) in xmlShell()
2992 indx < list->nodesetval->nodeNr; in xmlShell()
2995 list->nodesetval-> in xmlShell()
3099 if (list->nodesetval == NULL) in xmlShell()
3103 indx < list->nodesetval->nodeNr; in xmlShell()
3107 list->nodesetval-> in xmlShell()
3111 list->nodesetval-> in xmlShell()
3181 if (list->nodesetval == NULL) in xmlShell()
3185 indx < list->nodesetval->nodeNr; in xmlShell()
3187 if (!xmlShellPwd(ctxt, dir, list->nodesetval-> in xmlShell()
3258 if (list->nodesetval != NULL) { in xmlShell()
3259 if (list->nodesetval->nodeNr == 1) { in xmlShell()
3260 ctxt->node = list->nodesetval->nodeTab[0]; in xmlShell()
3272 list->nodesetval->nodeNr); in xmlShell()
3342 if (list->nodesetval == NULL) in xmlShell()
3346 indx < list->nodesetval->nodeNr; in xmlShell()
3351 list->nodesetval-> in xmlShell()