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

/external/libxml2/
H A Dhash.c456 * xmlHashLookup2:
466 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4243 #undef xmlHashLookup2 macro
4244 extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias")));
4246 #ifndef xmlHashLookup2
4247 extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
4248 #define xmlHashLookup2 xmlHashLookup2__internal_alias macro

Completed in 46 milliseconds