Home | History | Annotate | Download | only in libxml2

Lines Matching refs:newset

832 	xmlLocationSetPtr newset;
834 newset = xmlXPtrLocationSetCreate(NULL);
835 if (newset == NULL)
839 xmlXPtrLocationSetAdd(newset,
842 ret->user = (void *) newset;
1799 xmlLocationSetPtr newset = NULL;
1818 newset = xmlXPtrLocationSetCreate(NULL);
1819 if (newset == NULL) {
1842 xmlXPtrFreeLocationSet(newset);
1852 xmlXPathFreeObject(newset);
1858 xmlXPtrLocationSetAdd(newset, point);
1862 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
1893 xmlLocationSetPtr newset = NULL;
1912 newset = xmlXPtrLocationSetCreate(NULL);
1932 xmlXPtrFreeLocationSet(newset);
1945 xmlXPathFreeObject(newset);
1951 xmlXPtrLocationSetAdd(newset, point);
1955 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2040 xmlLocationSetPtr newset;
2064 newset = xmlXPtrLocationSetCreate(NULL);
2066 xmlXPtrLocationSetAdd(newset,
2073 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2186 xmlLocationSetPtr newset;
2210 newset = xmlXPtrLocationSetCreate(NULL);
2212 xmlXPtrLocationSetAdd(newset,
2219 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2236 xmlLocationSetPtr newset = NULL;
2252 newset = xmlXPtrLocationSetCreate(NULL);
2275 xmlXPtrLocationSetAdd(newset, range);
2298 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2775 xmlLocationSetPtr newset;
2807 newset = xmlXPtrLocationSetCreate(NULL);
2854 xmlXPtrLocationSetAdd(newset,
2865 xmlXPtrLocationSetAdd(newset,
2870 xmlXPtrLocationSetAdd(newset,
2874 xmlXPtrLocationSetAdd(newset,
2891 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));
2913 xmlLocationSetPtr newset = NULL;
2951 newset = xmlXPtrLocationSetCreate(NULL);
2975 xmlXPtrLocationSetAdd(newset,
2999 valuePush(ctxt, xmlXPtrWrapLocationSet(newset));