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

/external/chromium_org/third_party/libxml/src/
H A Dhash.c332 * xmlHashAddEntry:
343 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
/external/libxml2/
H A Dhash.c364 * xmlHashAddEntry:
375 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { function
H A Delfgcchack.h4255 #undef xmlHashAddEntry macro
4256 extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias")));
4258 #ifndef xmlHashAddEntry
4259 extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")));
4260 #define xmlHashAddEntry xmlHashAddEntry__internal_alias macro

Completed in 1321 milliseconds