Lines Matching refs:oldlocset
13003 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()
13616 ctxt->context->node = oldlocset->locTab[i]->user; in xmlXPathCompOpEval()
13617 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEval()
13640 (oldlocset->locTab[i])); in xmlXPathCompOpEval()
13817 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval() local
13848 oldlocset = obj->user; in xmlXPathCompOpEval()
13852 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEval()
13857 ctxt->context->node = oldlocset->locTab[i]->user; in xmlXPathCompOpEval()
13858 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEval()
13879 oldlocset->locTab[i]->user, in xmlXPathCompOpEval()
13880 oldlocset->locTab[i]->index, in xmlXPathCompOpEval()
13889 (xmlNodePtr)oldlocset->locTab[i]->user, res); in xmlXPathCompOpEval()