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

/external/libxml2/
H A Dxpath.c14585 * xmlXPathEvalPredicate:
14601 xmlXPathEvalPredicate(xmlXPathContextPtr ctxt, xmlXPathObjectPtr res) { function
H A Delfgcchack.h16184 #undef xmlXPathEvalPredicate macro
16185 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredicate__internal_alias")));
16187 #ifndef xmlXPathEvalPredicate
16188 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibility("hidden")));
16189 #define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias macro

Completed in 125 milliseconds