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

/external/libxml2/
H A Dhash.c1042 * xmlHashRemoveEntry2:
1055 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4303 #undef xmlHashRemoveEntry2 macro
4304 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
4306 #ifndef xmlHashRemoveEntry2
4307 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
4308 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias macro

Completed in 591 milliseconds