Searched refs:xmlXPathCompiledEval (Results 1 – 9 of 9) sorted by relevance
/external/libxslt/libxslt/ |
D | templates.c | 75 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); in xsltEvalXPathPredicate() 137 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt); in xsltEvalXPathStringNs()
|
D | keys.c | 671 matchRes = xmlXPathCompiledEval(keyDef->comp, xpctxt); in xsltInitCtxtKey() 757 useRes = xmlXPathCompiledEval(keyDef->usecomp, xpctxt); in xsltInitCtxtKey()
|
D | variables.c | 898 result = xmlXPathCompiledEval(xpExpr, xpctxt); in xsltEvalVariable() 1121 result = xmlXPathCompiledEval(xpExpr, xpctxt); in xsltEvalGlobalVariable() 1530 result = xmlXPathCompiledEval(xpExpr, xpctxt); in xsltProcessUserParamInternal()
|
D | transform.c | 4251 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()
|
D | xsltutils.c | 1023 res = xmlXPathCompiledEval(comp->comp, ctxt->xpathCtxt); in xsltComputeSortResult()
|
/external/libxml2/include/libxml/ |
D | xpath.h | 528 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
|
/external/libxml2/ |
D | schematron.c | 1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt); in xmlSchematronRunTest()
|
D | elfgcchack.h | 15758 #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
|
D | xpath.c | 14863 xmlXPathCompiledEval(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctx) in xmlXPathCompiledEval() function
|