Searched refs:xmlListCopy (Results 1 – 8 of 8) 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;
4951 #undef xmlListCopy4952 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));4954 #ifndef xmlListCopy4955 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));4956 #define xmlListCopy xmlListCopy__internal_alias macro
10925 ret_val = xmlListCopy(cur, (const xmlListPtr)old); in test_xmlListCopy()
166 d xmlListCopy pr extproc('xmlListCopy')
124 xmlListCopy (xmlListPtr cur,
1031 xmlListCopy
105936 -#undef xmlListCopy105937 -extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));105939 -#ifndef xmlListCopy105940 -extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));105941 -#define xmlListCopy xmlListCopy__internal_alias123098 @@ -775,5 +775,3 @@ xmlListCopy(xmlListPtr cur, const xmlListPtr old)