Searched refs:newlocset (Results 1 – 1 of 1) sorted by relevance
13037 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst() local13063 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEvalFilterFirst()13095 xmlXPtrLocationSetAdd(newlocset, in xmlXPathCompOpEvalFilterFirst()13119 if (newlocset->locNr > 0) { in xmlXPathCompOpEvalFilterFirst()13134 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEvalFilterFirst()13737 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() local13765 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEval()13794 xmlXPtrLocationSetAdd(newlocset, in xmlXPathCompOpEval()13820 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEval()13992 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() local[all …]