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

/external/libxml2/
H A Dhash.c1025 * xmlHashRemoveEntry:
1036 int xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4293 #undef xmlHashRemoveEntry macro
4294 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
4296 #ifndef xmlHashRemoveEntry
4297 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
4298 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias macro

Completed in 563 milliseconds