Home
last modified time | relevance | path

Searched refs:contextSize (Results 1 – 9 of 9) sorted by relevance

/external/libxslt/libxslt/
Dtemplates.c65 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()
Dtransform.c1864 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 …]
Dvariables.c842 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()
Dkeys.c650 oldXPSize = xpctxt->contextSize; in xsltInitCtxtKey()
740 xpctxt->contextSize = 1; in xsltInitCtxtKey()
849 xpctxt->contextSize = oldXPSize; in xsltInitCtxtKey()
Dpattern.c879 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()
Dxsltutils.c1002 oldSize = ctxt->xpathCtxt->contextSize; in xsltComputeSortResult()
1007 ctxt->xpathCtxt->contextSize = len; in xsltComputeSortResult()
1064 ctxt->xpathCtxt->contextSize = oldSize; in xsltComputeSortResult()
/external/libxml2/
Dxpath.c6063 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() argument
11584 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 …]
Dxpointer.c1046 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()
/external/libxml2/include/libxml/
Dxpath.h313 int contextSize; /* the context size */ member