Lines Matching refs:newlocset
13002 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst() local
13022 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEvalFilterFirst()
13045 xmlXPtrFreeLocationSet(newlocset); in xmlXPathCompOpEvalFilterFirst()
13054 xmlXPtrLocationSetAdd(newlocset, in xmlXPathCompOpEvalFilterFirst()
13077 if (newlocset->locNr > 0) { in xmlXPathCompOpEvalFilterFirst()
13088 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEvalFilterFirst()
13589 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() local
13609 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEval()
13628 xmlXPtrFreeLocationSet(newlocset); in xmlXPathCompOpEval()
13638 xmlXPtrLocationSetAdd(newlocset, in xmlXPathCompOpEval()
13658 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEval()
13816 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() local
13850 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEval()
13869 xmlXPtrFreeLocationSet(newlocset); in xmlXPathCompOpEval()
13884 xmlXPtrLocationSetAdd(newlocset, range); in xmlXPathCompOpEval()
13891 xmlXPtrLocationSetAdd(newlocset,range); in xmlXPathCompOpEval()
13911 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEval()
13932 xmlXPtrFreeLocationSet(newlocset); in xmlXPathCompOpEval()
13941 xmlXPtrLocationSetAdd(newlocset, range); in xmlXPathCompOpEval()
13961 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEval()