Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c13038 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEvalFilterFirst() local
13047 oldlocset = obj->user; in xmlXPathCompOpEvalFilterFirst()
13050 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) { in xmlXPathCompOpEvalFilterFirst()
13065 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEvalFilterFirst()
13070 ctxt->context->node = oldlocset->locTab[i]->user; in xmlXPathCompOpEvalFilterFirst()
13071 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEvalFilterFirst()
13097 oldlocset->locTab[i])); in xmlXPathCompOpEvalFilterFirst()
13120 *first = (xmlNodePtr) oldlocset->locTab[i]->user; in xmlXPathCompOpEvalFilterFirst()
13738 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval() local
13747 oldlocset = obj->user; in xmlXPathCompOpEval()
[all …]