xmlListDup       4869 third_party/libxml/src/elfgcchack.h #undef xmlListDup
xmlListDup       4870 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListDup) xmlListDup __attribute((alias("xmlListDup__internal_alias")));
xmlListDup       4872 third_party/libxml/src/elfgcchack.h #ifndef xmlListDup
xmlListDup       4873 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListDup) xmlListDup__internal_alias __attribute((visibility("hidden")));
xmlListDup       4874 third_party/libxml/src/elfgcchack.h #define xmlListDup xmlListDup__internal_alias
xmlListDup        122 third_party/libxml/src/include/libxml/list.h 		xmlListDup		(const xmlListPtr old);
xmlListDup        658 third_party/libxml/src/list.c     if (NULL ==(lTemp = xmlListDup(l)))