Home | History | Annotate | Download | only in src

Lines Matching refs:newset

832 	xmlLocationSetPtr newset;
834 newset = xmlXPtrLocationSetCreate(NULL);
835 if (newset == NULL)
839 xmlXPtrLocationSetAdd(newset,
842 ret->user = (void *) newset;
1791 xmlLocationSetPtr newset = NULL;
1810 newset = xmlXPtrLocationSetCreate(NULL);
1811 if (newset == NULL) {
1834 xmlXPtrFreeLocationSet(newset);
1844 xmlXPathFreeObject(newset);
1850 xmlXPtrLocationSetAdd(newset, point);
1854 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
1885 xmlLocationSetPtr newset = NULL;
1904 newset = xmlXPtrLocationSetCreate(NULL);
1924 xmlXPtrFreeLocationSet(newset);
1937 xmlXPathFreeObject(newset);
1943 xmlXPtrLocationSetAdd(newset, point);
1947 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2032 xmlLocationSetPtr newset;
2056 newset = xmlXPtrLocationSetCreate(NULL);
2058 xmlXPtrLocationSetAdd(newset,
2065 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2178 xmlLocationSetPtr newset;
2202 newset = xmlXPtrLocationSetCreate(NULL);
2204 xmlXPtrLocationSetAdd(newset,
2211 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2228 xmlLocationSetPtr newset = NULL;
2244 newset = xmlXPtrLocationSetCreate(NULL);
2267 xmlXPtrLocationSetAdd(newset, range);
2290 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2767 xmlLocationSetPtr newset;
2799 newset = xmlXPtrLocationSetCreate(NULL);
2846 xmlXPtrLocationSetAdd(newset,
2857 xmlXPtrLocationSetAdd(newset,
2862 xmlXPtrLocationSetAdd(newset,
2866 xmlXPtrLocationSetAdd(newset,
2883 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2905 xmlLocationSetPtr newset = NULL;
2943 newset = xmlXPtrLocationSetCreate(NULL);
2967 xmlXPtrLocationSetAdd(newset,
2991 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));