Searched refs:xmlListCopy (Results 1 – 7 of 7) sorted by relevance
719 xmlListCopy(l1, l2); in xmlListMerge()746 if (0 != xmlListCopy(cur, old)) in xmlListDup()761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) in xmlListCopy() function
538 xmlListCopy;
4941 #undef xmlListCopy4942 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));4944 #ifndef xmlListCopy4945 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));4946 #define xmlListCopy xmlListCopy__internal_alias macro
10854 ret_val = xmlListCopy(cur, (const xmlListPtr)old); in test_xmlListCopy()
166 d xmlListCopy pr extproc('xmlListCopy')
124 xmlListCopy (xmlListPtr cur,
1030 xmlListCopy