Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c12841 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEvalFilterFirst() local
12850 oldlocset = obj->user; in xmlXPathCompOpEvalFilterFirst()
12853 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) { in xmlXPathCompOpEvalFilterFirst()
12868 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEvalFilterFirst()
12873 ctxt->context->node = oldlocset->locTab[i]->user; in xmlXPathCompOpEvalFilterFirst()
12874 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEvalFilterFirst()
12898 oldlocset->locTab[i])); in xmlXPathCompOpEvalFilterFirst()
12921 *first = (xmlNodePtr) oldlocset->locTab[i]->user; in xmlXPathCompOpEvalFilterFirst()
13518 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval() local
13527 oldlocset = obj->user; in xmlXPathCompOpEval()
[all …]