Searched refs:xmlXPathCompiledEval (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
H A Dxpath.h528 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
/external/libxslt/libxslt/
H A Dtemplates.c75 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt);
137 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt);
H A Dvariables.c898 result = xmlXPathCompiledEval(xpExpr, xpctxt);
1121 result = xmlXPathCompiledEval(xpExpr, xpctxt);
1530 result = xmlXPathCompiledEval(xpExpr, xpctxt);
H A Dtransform.c4251 res = xmlXPathCompiledEval(comp->comp, xpctxt);
4418 res = xmlXPathCompiledEval(comp->comp, xpctxt);
4765 res = xmlXPathCompiledEval(comp->comp, xpctxt);
5175 res = xmlXPathCompiledEval(wcomp->comp, xpctxt);
5396 xpobj = xmlXPathCompiledEval(comp->comp, xpctxt);
5531 res = xmlXPathCompiledEval(comp->comp, ctxt->xpathCtxt);
H A Dxsltutils.c1023 res = xmlXPathCompiledEval(comp->comp, ctxt->xpathCtxt);
/external/libxml2/
H A Dschematron.c1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);
H A Delfgcchack.h15758 #undef xmlXPathCompiledEval macro
15759 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEval__internal_alias")));
15761 #ifndef xmlXPathCompiledEval
15762 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility("hidden")));
15763 #define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias macro
H A Dxpath.c14809 "xmlXPathCompiledEval: evaluation failed\n");
14834 "xmlXPathCompiledEval: %d objects left on the stack.\n",
14853 * xmlXPathCompiledEval:
14863 xmlXPathCompiledEval(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctx) function

Completed in 1070 milliseconds