Lines Matching refs:newset

795 	xmlLocationSetPtr newset;  in xmlXPtrNewLocationSetNodeSet()  local
797 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrNewLocationSetNodeSet()
798 if (newset == NULL) in xmlXPtrNewLocationSetNodeSet()
802 xmlXPtrLocationSetAdd(newset, in xmlXPtrNewLocationSetNodeSet()
805 ret->user = (void *) newset; in xmlXPtrNewLocationSetNodeSet()
1757 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction() local
1778 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrStartPointFunction()
1779 if (newset == NULL) { in xmlXPtrStartPointFunction()
1802 xmlXPtrFreeLocationSet(newset); in xmlXPtrStartPointFunction()
1818 xmlXPtrLocationSetAdd(newset, point); in xmlXPtrStartPointFunction()
1822 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrStartPointFunction()
1853 xmlLocationSetPtr newset = NULL; in xmlXPtrEndPointFunction() local
1874 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrEndPointFunction()
1875 if (newset == NULL) { in xmlXPtrEndPointFunction()
1898 xmlXPtrFreeLocationSet(newset); in xmlXPtrEndPointFunction()
1917 xmlXPtrLocationSetAdd(newset, point); in xmlXPtrEndPointFunction()
1921 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrEndPointFunction()
2006 xmlLocationSetPtr newset; in xmlXPtrRangeFunction() local
2032 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrRangeFunction()
2033 if (newset == NULL) { in xmlXPtrRangeFunction()
2038 xmlXPtrLocationSetAdd(newset, in xmlXPtrRangeFunction()
2045 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeFunction()
2158 xmlLocationSetPtr newset; in xmlXPtrRangeInsideFunction() local
2184 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrRangeInsideFunction()
2185 if (newset == NULL) { in xmlXPtrRangeInsideFunction()
2190 xmlXPtrLocationSetAdd(newset, in xmlXPtrRangeInsideFunction()
2197 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeInsideFunction()
2687 xmlLocationSetPtr newset; in xmlXPtrStringRangeFunction() local
2719 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrStringRangeFunction()
2720 if (newset == NULL) { in xmlXPtrStringRangeFunction()
2772 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2783 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2788 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2792 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2809 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrStringRangeFunction()
2831 xmlLocationSetPtr newset = NULL; in xmlXPtrEvalRangePredicate() local
2869 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrEvalRangePredicate()
2893 xmlXPtrLocationSetAdd(newset, in xmlXPtrEvalRangePredicate()
2917 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrEvalRangePredicate()