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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c1856 * xmlXPathContextSetCache:
1878 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, function
6023 if (xmlXPathContextSetCache(ret, 1, -1, 0) == -1) {
H A Delfgcchack.h15806 #undef xmlXPathContextSetCache macro
15807 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache __attribute((alias("xmlXPathContextSetCache__internal_alias")));
15809 #ifndef xmlXPathContextSetCache
15810 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache__internal_alias __attribute((visibility("hidden")));
15811 #define xmlXPathContextSetCache xmlXPathContextSetCache__internal_alias macro
/external/libxml2/
H A Dxpath.c1937 * xmlXPathContextSetCache:
1959 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, function
6137 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 846 milliseconds