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

/external/libxml2/
H A Dhash.c1041 * xmlHashRemoveEntry2:
1054 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4395 #undef xmlHashRemoveEntry2 macro
4396 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
4398 #ifndef xmlHashRemoveEntry2
4399 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
4400 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias macro

Completed in 52 milliseconds