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

/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c935 * xmlHashCopy:
944 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) { function
H A Delfgcchack.h4169 #undef xmlHashCopy macro
4170 extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
4172 #ifndef xmlHashCopy
4173 extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
4174 #define xmlHashCopy xmlHashCopy__internal_alias macro

Completed in 69 milliseconds