Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c13003 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEvalFilterFirst() local
13017 oldlocset = obj->user; in xmlXPathCompOpEvalFilterFirst()
13024 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEvalFilterFirst()
13029 ctxt->context->node = oldlocset->locTab[i]->user; in xmlXPathCompOpEvalFilterFirst()
13030 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEvalFilterFirst()
13056 oldlocset->locTab[i])); in xmlXPathCompOpEvalFilterFirst()
13078 *first = (xmlNodePtr) oldlocset->locTab[i]->user; in xmlXPathCompOpEvalFilterFirst()
13590 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval() local
13604 oldlocset = obj->user; in xmlXPathCompOpEval()
13611 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEval()
[all …]