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

/external/libxml2/
H A Dhash.c1039 * xmlHashRemoveEntry:
1050 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4385 #undef xmlHashRemoveEntry macro
4386 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
4388 #ifndef xmlHashRemoveEntry
4389 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
4390 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias macro

Completed in 88 milliseconds