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

/external/libxml2/
H A Dhash.c1038 return(xmlHashRemoveEntry3(table, name, NULL, NULL, f));
1057 return(xmlHashRemoveEntry3(table, name, name2, NULL, f));
1061 * xmlHashRemoveEntry3:
1075 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, function
H A Delfgcchack.h4313 #undef xmlHashRemoveEntry3 macro
4314 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias")));
4316 #ifndef xmlHashRemoveEntry3
4317 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden")));
4318 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias macro

Completed in 189 milliseconds