Searched refs:contextSize (Results 1 – 9 of 9) sorted by relevance
65 oldContextSize = ctxt->xpathCtxt->contextSize; in xsltEvalXPathPredicate()96 ctxt->xpathCtxt->contextSize = oldContextSize; in xsltEvalXPathPredicate()129 oldSize = ctxt->xpathCtxt->contextSize; in xsltEvalXPathStringNs()158 ctxt->xpathCtxt->contextSize = oldSize; in xsltEvalXPathStringNs()
1864 oldSize = ctxt->xpathCtxt->contextSize; in xsltDefaultProcessOneNode()1873 ctxt->xpathCtxt->contextSize = nbchild; in xsltDefaultProcessOneNode()1911 ctxt->xpathCtxt->contextSize = nbchild; in xsltDefaultProcessOneNode()1950 ctxt->xpathCtxt->contextSize = nbchild; in xsltDefaultProcessOneNode()1964 ctxt->xpathCtxt->contextSize = oldSize; in xsltDefaultProcessOneNode()4227 oldXPContextSize = xpctxt->contextSize; in xsltCopyOf()4255 xpctxt->contextSize = oldXPContextSize; in xsltCopyOf()4394 oldXPContextSize = xpctxt->contextSize; in xsltValueOf()4422 xpctxt->contextSize = oldXPContextSize; in xsltValueOf()4724 oldXPContextSize = xpctxt->contextSize; in xsltApplyTemplates()[all …]
842 oldXPContextSize = xpctxt->contextSize; in xsltEvalVariable()908 xpctxt->contextSize = oldXPContextSize; in xsltEvalVariable()1093 oldXPContextSize = xpctxt->contextSize; in xsltEvalGlobalVariable()1099 xpctxt->contextSize = 1; in xsltEvalGlobalVariable()1128 xpctxt->contextSize = oldXPContextSize; in xsltEvalGlobalVariable()1506 oldXPContextSize = xpctxt->contextSize; in xsltProcessUserParamInternal()1521 xpctxt->contextSize = 1; in xsltProcessUserParamInternal()1537 xpctxt->contextSize = oldXPContextSize; in xsltProcessUserParamInternal()
650 oldXPSize = xpctxt->contextSize; in xsltInitCtxtKey()740 xpctxt->contextSize = 1; in xsltInitCtxtKey()849 xpctxt->contextSize = oldXPSize; in xsltInitCtxtKey()
879 oldCS = ctxt->xpathCtxt->contextSize; in xsltTestCompMatch()1000 ctxt->xpathCtxt->contextSize = len; in xsltTestCompMatch()1097 ctxt->xpathCtxt->contextSize = len; in xsltTestCompMatch()1126 ctxt->xpathCtxt->contextSize = oldCS; in xsltTestCompMatch()1133 ctxt->xpathCtxt->contextSize = oldCS; in xsltTestCompMatch()
1002 oldSize = ctxt->xpathCtxt->contextSize; in xsltComputeSortResult()1007 ctxt->xpathCtxt->contextSize = len; in xsltComputeSortResult()1064 ctxt->xpathCtxt->contextSize = oldSize; in xsltComputeSortResult()
6063 ret->contextSize = -1; in xmlXPathNewContext()8406 if (ctxt->context->contextSize >= 0) { in xmlXPathLastFunction()8409 (double) ctxt->context->contextSize)); in xmlXPathLastFunction()8412 "last() : %d\n", ctxt->context->contextSize); in xmlXPathLastFunction()11571 int contextSize, in xmlXPathCompOpEvalPredicate() argument11584 contextSize = xmlXPathCompOpEvalPredicate(ctxt, in xmlXPathCompOpEvalPredicate()11585 &comp->steps[op->ch1], set, contextSize, hasNsNodes); in xmlXPathCompOpEvalPredicate()11587 if (contextSize <= 0) in xmlXPathCompOpEvalPredicate()11641 xpctxt->contextSize = contextSize; in xmlXPathCompOpEvalPredicate()11712 xpctxt->contextSize = -1; in xmlXPathCompOpEvalPredicate()[all …]
1046 ctxt->context->contextSize = 1; in xmlXPtrEvalXPtrPart()2296 ctxt->context->contextSize = -1; in xmlXPtrRangeToFunction()2937 ctxt->context->contextSize = 0; in xmlXPtrEvalRangePredicate()2963 ctxt->context->contextSize = oldset->locNr; in xmlXPtrEvalRangePredicate()2997 ctxt->context->contextSize = -1; in xmlXPtrEvalRangePredicate()
313 int contextSize; /* the context size */ member