Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dtemplates.c75 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); in xsltEvalXPathPredicate()
137 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); in xsltEvalXPathStringNs()
Dkeys.c671 matchRes = xmlXPathCompiledEval(keyDef->comp, xpctxt); in xsltInitCtxtKey()
757 useRes = xmlXPathCompiledEval(keyDef->usecomp, xpctxt); in xsltInitCtxtKey()
Dvariables.c898 result = xmlXPathCompiledEval(xpExpr, xpctxt); in xsltEvalVariable()
1121 result = xmlXPathCompiledEval(xpExpr, xpctxt); in xsltEvalGlobalVariable()
1530 result = xmlXPathCompiledEval(xpExpr, xpctxt); in xsltProcessUserParamInternal()
Dtransform.c4251 res = xmlXPathCompiledEval(comp->comp, xpctxt); in xsltCopyOf()
4418 res = xmlXPathCompiledEval(comp->comp, xpctxt); in xsltValueOf()
4765 res = xmlXPathCompiledEval(comp->comp, xpctxt); in xsltApplyTemplates()
5175 res = xmlXPathCompiledEval(wcomp->comp, xpctxt); in xsltChoose()
5396 xpobj = xmlXPathCompiledEval(comp->comp, xpctxt); in xsltIf()
5531 res = xmlXPathCompiledEval(comp->comp, ctxt->xpathCtxt); in xsltForEach()
Dxsltutils.c1023 res = xmlXPathCompiledEval(comp->comp, ctxt->xpathCtxt); in xsltComputeSortResult()
/external/libxml2/include/libxml/
Dxpath.h528 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
/external/libxml2/
Dschematron.c1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt); in xmlSchematronRunTest()
Delfgcchack.h15758 #undef xmlXPathCompiledEval
15759 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEva…
15761 #ifndef xmlXPathCompiledEval
15762 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility…
15763 #define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias macro
Dxpath.c14863 xmlXPathCompiledEval(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctx) in xmlXPathCompiledEval() function