Searched refs:newlocset (Results 1 – 1 of 1) sorted by relevance
13002 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst() local13022 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() local13609 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEval()13628 xmlXPtrFreeLocationSet(newlocset); in xmlXPathCompOpEval()13638 xmlXPtrLocationSetAdd(newlocset, in xmlXPathCompOpEval()[all …]