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

/vbox/src/libs/libxml2-2.6.31/
H A Dlist.c719 xmlListCopy(l1, l2);
746 if (0 != xmlListCopy(cur, old))
752 * xmlListCopy:
761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) function
H A Delfgcchack.h4803 #undef xmlListCopy macro
4804 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
4806 #ifndef xmlListCopy
4807 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
4808 #define xmlListCopy xmlListCopy__internal_alias macro

Completed in 90 milliseconds