Searched refs:xmlListCopy (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dlist.h124 xmlListCopy (xmlListPtr cur,
/external/libxml2/include/libxml/
H A Dlist.h124 xmlListCopy (xmlListPtr cur,
/external/chromium_org/third_party/libxml/src/
H A Dlist.c719 xmlListCopy(l1, l2);
746 if (0 != xmlListCopy(cur, old))
752 * xmlListCopy:
761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) function
H A Delfgcchack.h4839 #undef xmlListCopy macro
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
H A Dtestapi.c10803 ret_val = xmlListCopy(cur, (const xmlListPtr)old);
10810 printf("Leak of %d blocks found in xmlListCopy",
[all...]
/external/libxml2/
H A Dlist.c719 xmlListCopy(l1, l2);
746 if (0 != xmlListCopy(cur, old))
752 * xmlListCopy:
761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) function
H A Delfgcchack.h4941 #undef xmlListCopy macro
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

Completed in 314 milliseconds