Home
last modified time | relevance | path

Searched refs:newlocset (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxpath.c13037 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst() local
13063 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() local
13765 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 …]