xmlListAppend    4819 third_party/libxml/src/elfgcchack.h #undef xmlListAppend
xmlListAppend    4820 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));
xmlListAppend    4822 third_party/libxml/src/elfgcchack.h #ifndef xmlListAppend
xmlListAppend    4823 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));
xmlListAppend    4824 third_party/libxml/src/elfgcchack.h #define xmlListAppend xmlListAppend__internal_alias
xmlListAppend      72 third_party/libxml/src/include/libxml/list.h 		xmlListAppend		(xmlListPtr l,
xmlListAppend    10727 third_party/libxml/src/testapi.c         ret_val = xmlListAppend(l, data);
xmlListAppend    2972 third_party/libxml/src/valid.c     if (xmlListAppend(ref_list, ret) != 0) {