Searched defs:xmlXPathCompiledEval (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
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
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

Completed in 84 milliseconds