• Home
  • Raw
  • Download

Lines Matching refs:newset

802 	xmlLocationSetPtr newset;  in xmlXPtrNewLocationSetNodeSet()  local
804 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrNewLocationSetNodeSet()
805 if (newset == NULL) in xmlXPtrNewLocationSetNodeSet()
809 xmlXPtrLocationSetAdd(newset, in xmlXPtrNewLocationSetNodeSet()
812 ret->user = (void *) newset; in xmlXPtrNewLocationSetNodeSet()
1767 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction() local
1788 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrStartPointFunction()
1789 if (newset == NULL) { in xmlXPtrStartPointFunction()
1812 xmlXPtrFreeLocationSet(newset); in xmlXPtrStartPointFunction()
1828 xmlXPtrLocationSetAdd(newset, point); in xmlXPtrStartPointFunction()
1832 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrStartPointFunction()
1863 xmlLocationSetPtr newset = NULL; in xmlXPtrEndPointFunction() local
1884 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrEndPointFunction()
1885 if (newset == NULL) { in xmlXPtrEndPointFunction()
1908 xmlXPtrFreeLocationSet(newset); in xmlXPtrEndPointFunction()
1927 xmlXPtrLocationSetAdd(newset, point); in xmlXPtrEndPointFunction()
1931 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrEndPointFunction()
2016 xmlLocationSetPtr newset; in xmlXPtrRangeFunction() local
2042 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrRangeFunction()
2043 if (newset == NULL) { in xmlXPtrRangeFunction()
2049 xmlXPtrLocationSetAdd(newset, in xmlXPtrRangeFunction()
2057 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeFunction()
2170 xmlLocationSetPtr newset; in xmlXPtrRangeInsideFunction() local
2195 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrRangeInsideFunction()
2196 if (newset == NULL) { in xmlXPtrRangeInsideFunction()
2203 xmlXPtrLocationSetAdd(newset, in xmlXPtrRangeInsideFunction()
2211 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeInsideFunction()
2701 xmlLocationSetPtr newset = NULL; in xmlXPtrStringRangeFunction() local
2743 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrStringRangeFunction()
2744 if (newset == NULL) { in xmlXPtrStringRangeFunction()
2798 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2809 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2814 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2818 xmlXPtrLocationSetAdd(newset, in xmlXPtrStringRangeFunction()
2835 if (newset != NULL) in xmlXPtrStringRangeFunction()
2836 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrStringRangeFunction()
2858 xmlLocationSetPtr newset = NULL; in xmlXPtrEvalRangePredicate() local
2896 newset = xmlXPtrLocationSetCreate(NULL); in xmlXPtrEvalRangePredicate()
2920 xmlXPtrLocationSetAdd(newset, in xmlXPtrEvalRangePredicate()
2944 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrEvalRangePredicate()