Searched refs:contextSize (Results 1 – 5 of 5) sorted by relevance
316 int contextSize; /* the context size */ member
1012 ctxt->context->contextSize = 1; in xmlXPtrEvalXPtrPart()2882 ctxt->context->contextSize = 0; in xmlXPtrEvalRangePredicate()2908 ctxt->context->contextSize = oldset->locNr; in xmlXPtrEvalRangePredicate()2942 ctxt->context->contextSize = -1; in xmlXPtrEvalRangePredicate()
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()[all …]
331 d contextSize like(xmlCint) The context size
135776 xpctxt->contextSize = oldcs;138836 * Recompute contextSize and proximityPosition.138847 oldCS = ctxt->xpathCtxt->contextSize;139008 - ctxt->xpathCtxt->contextSize = len;