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

/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c333 * xmlHashAddEntry:
344 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { function
H A Delfgcchack.h4139 #undef xmlHashAddEntry macro
4140 extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias")));
4142 #ifndef xmlHashAddEntry
4143 extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")));
4144 #define xmlHashAddEntry xmlHashAddEntry__internal_alias macro

Completed in 119 milliseconds