Home
last modified time | relevance | path

Searched refs:xmlListCopy (Results 1 – 7 of 7) 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
Dlibxml2.syms538 xmlListCopy;
Delfgcchack.h4941 #undef xmlListCopy
4942 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
4944 #ifndef xmlListCopy
4945 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
4946 #define xmlListCopy xmlListCopy__internal_alias macro
Dtestapi.c10923 ret_val = xmlListCopy(cur, (const xmlListPtr)old); in test_xmlListCopy()
/external/libxml2/os400/libxmlrpg/
Dlist.rpgle166 d xmlListCopy pr extproc('xmlListCopy')
/external/libxml2/include/libxml/
Dlist.h124 xmlListCopy (xmlListPtr cur,
/external/libxml2/win32/
Dlibxml2.def.src1030 xmlListCopy