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

/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c990 * xmlHashRemoveEntry:
1001 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4269 #undef xmlHashRemoveEntry macro
4270 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
4272 #ifndef xmlHashRemoveEntry
4273 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
4274 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias macro

Completed in 76 milliseconds