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

/external/libxml2/
H A Dxpath.c2228 * xmlXPathContextSetCache:
2250 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, function
6142 if (xmlXPathContextSetCache(ret, 1, -1, 0) == -1) {
H A Delfgcchack.h15980 #undef xmlXPathContextSetCache macro
15981 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache __attribute((alias("xmlXPathContextSetCache__internal_alias")));
15983 #ifndef xmlXPathContextSetCache
15984 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache__internal_alias __attribute((visibility("hidden")));
15985 #define xmlXPathContextSetCache xmlXPathContextSetCache__internal_alias macro

Completed in 1127 milliseconds