Searched refs:locset (Results 1 – 2 of 2) sorted by relevance
11758 xmlLocationSetPtr locset, in xmlXPathLocationSetFilter() argument11769 if ((locset == NULL) || (locset->locNr == 0) || (filterOpIndex == -1)) in xmlXPathLocationSetFilter()11779 xpctxt->contextSize = locset->locNr; in xmlXPathLocationSetFilter()11781 for (i = 0, j = 0, pos = 1; i < locset->locNr; i++) { in xmlXPathLocationSetFilter()11782 xmlNodePtr contextNode = locset->locTab[i]->user; in xmlXPathLocationSetFilter()11810 locset->locTab[j] = locset->locTab[i]; in xmlXPathLocationSetFilter()11811 locset->locTab[i] = NULL; in xmlXPathLocationSetFilter()11817 xmlXPathFreeObject(locset->locTab[i]); in xmlXPathLocationSetFilter()11818 locset->locTab[i] = NULL; in xmlXPathLocationSetFilter()11832 for (; i < locset->locNr; i++) in xmlXPathLocationSetFilter()[all …]
135822 1, locset->locNr);