Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c13030 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEvalFilterFirst() local
13056 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEvalFilterFirst()
13088 xmlXPtrLocationSetAdd(newlocset, in xmlXPathCompOpEvalFilterFirst()
13112 if (newlocset->locNr > 0) { in xmlXPathCompOpEvalFilterFirst()
13127 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEvalFilterFirst()
13724 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() local
13752 newlocset = xmlXPtrLocationSetCreate(NULL); in xmlXPathCompOpEval()
13781 xmlXPtrLocationSetAdd(newlocset, in xmlXPathCompOpEval()
13807 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEval()
13979 xmlLocationSetPtr newlocset = NULL; in xmlXPathCompOpEval() local
[all …]