Lines Matching refs:oldlocset
13038 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()
13750 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) { in xmlXPathCompOpEval()
13767 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEval()
13772 ctxt->context->node = oldlocset->locTab[i]->user; in xmlXPathCompOpEval()
13773 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEval()
13796 (oldlocset->locTab[i])); in xmlXPathCompOpEval()
13993 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEval() local
14011 oldlocset = obj->user; in xmlXPathCompOpEval()
14013 if ((oldlocset == NULL) || (oldlocset->locNr == 0)) { in xmlXPathCompOpEval()
14028 for (i = 0; i < oldlocset->locNr; i++) { in xmlXPathCompOpEval()
14033 ctxt->context->node = oldlocset->locTab[i]->user; in xmlXPathCompOpEval()
14034 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEval()
14055 oldlocset->locTab[i]->user, in xmlXPathCompOpEval()
14056 oldlocset->locTab[i]->index, in xmlXPathCompOpEval()
14065 (xmlNodePtr)oldlocset->locTab[i]->user, res); in xmlXPathCompOpEval()