Home
last modified time | relevance | path

Searched refs:xmlListCopy (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dlist.c719 xmlListCopy(l1, l2); in xmlListMerge()
746 if (0 != xmlListCopy(cur, old)) in xmlListDup()
761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) in xmlListCopy() function
Delfgcchack.h4839 #undef xmlListCopy
4840 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
4842 #ifndef xmlListCopy
4843 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
4844 #define xmlListCopy xmlListCopy__internal_alias macro
/external/libxml2/include/libxml/
Dlist.h124 xmlListCopy (xmlListPtr cur,