Searched refs:oldlocset (Results 1 – 1 of 1) sorted by relevance
13038 xmlLocationSetPtr oldlocset; in xmlXPathCompOpEvalFilterFirst() local13047 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() local13747 oldlocset = obj->user; in xmlXPathCompOpEval()[all …]