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()
2994 if (list->nodesetval == NULL) in xmlShell()
2998 indx < list->nodesetval->nodeNr; in xmlShell()
3001 list->nodesetval-> in xmlShell()
3105 if (list->nodesetval == NULL) in xmlShell()
3109 indx < list->nodesetval->nodeNr; in xmlShell()
3113 list->nodesetval-> in xmlShell()
3117 list->nodesetval-> in xmlShell()
3187 if (list->nodesetval == NULL) in xmlShell()
3191 indx < list->nodesetval->nodeNr; in xmlShell()
3193 if (!xmlShellPwd(ctxt, dir, list->nodesetval-> in xmlShell()
3264 if (list->nodesetval != NULL) { in xmlShell()
3265 if (list->nodesetval->nodeNr == 1) { in xmlShell()
3266 ctxt->node = list->nodesetval->nodeTab[0]; in xmlShell()
3278 list->nodesetval->nodeNr); in xmlShell()
3348 if (list->nodesetval == NULL) in xmlShell()
3352 indx < list->nodesetval->nodeNr; in xmlShell()
3357 list->nodesetval-> in xmlShell()