Home
last modified time | relevance | path

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

/third_party/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.h4951 #undef xmlListCopy
4952 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
4954 #ifndef xmlListCopy
4955 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
4956 #define xmlListCopy xmlListCopy__internal_alias macro
Dtestapi.c10925 ret_val = xmlListCopy(cur, (const xmlListPtr)old); in test_xmlListCopy()
/third_party/libxml2/os400/libxmlrpg/
Dlist.rpgle166 d xmlListCopy pr extproc('xmlListCopy')
/third_party/libxml2/include/libxml/
Dlist.h124 xmlListCopy (xmlListPtr cur,
/third_party/libxml2/win32/
Dlibxml2.def.src1031 xmlListCopy
/third_party/chromium/patch/
D0001-cve.patch105936 -#undef xmlListCopy
105937 -extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
105939 -#ifndef xmlListCopy
105940 -extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
105941 -#define xmlListCopy xmlListCopy__internal_alias
123098 @@ -775,5 +775,3 @@ xmlListCopy(xmlListPtr cur, const xmlListPtr old)