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

/external/libxml2/
H A Dhash.c368 * xmlHashAddEntry:
379 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { function
H A Delfgcchack.h4163 #undef xmlHashAddEntry macro
4164 extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias")));
4166 #ifndef xmlHashAddEntry
4167 extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")));
4168 #define xmlHashAddEntry xmlHashAddEntry__internal_alias macro

Completed in 964 milliseconds