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

/external/libxml2/
H A Dhash.c970 * xmlHashCopy:
979 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { function
H A Delfgcchack.h4193 #undef xmlHashCopy macro
4194 extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
4196 #ifndef xmlHashCopy
4197 extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
4198 #define xmlHashCopy xmlHashCopy__internal_alias macro

Completed in 100 milliseconds