Lines Matching refs:contextSize
6124 ret->contextSize = -1; in xmlXPathNewContext()
8481 if (ctxt->context->contextSize >= 0) { in xmlXPathLastFunction()
8484 (double) ctxt->context->contextSize)); in xmlXPathLastFunction()
8487 "last() : %d\n", ctxt->context->contextSize); in xmlXPathLastFunction()
11651 oldcs = xpctxt->contextSize; in xmlXPathNodeSetFilter()
11655 xpctxt->contextSize = set->nodeNr; in xmlXPathNodeSetFilter()
11739 xpctxt->contextSize = oldcs; in xmlXPathNodeSetFilter()
11775 oldcs = xpctxt->contextSize; in xmlXPathLocationSetFilter()
11779 xpctxt->contextSize = locset->locNr; in xmlXPathLocationSetFilter()
11857 xpctxt->contextSize = oldcs; in xmlXPathLocationSetFilter()
13382 int oldcs = ctxt->context->contextSize; in xmlXPathCompOpEval()
13420 ctxt->context->contextSize = oldlocset->locNr; in xmlXPathCompOpEval()
13527 ctxt->context->contextSize = oldcs; in xmlXPathCompOpEval()