xmlListRemoveLast 4989 third_party/libxml/src/elfgcchack.h #undef xmlListRemoveLast
xmlListRemoveLast 4990 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListRemoveLast) xmlListRemoveLast __attribute((alias("xmlListRemoveLast__internal_alias")));
xmlListRemoveLast 4992 third_party/libxml/src/elfgcchack.h #ifndef xmlListRemoveLast
xmlListRemoveLast 4993 third_party/libxml/src/elfgcchack.h extern __typeof (xmlListRemoveLast) xmlListRemoveLast__internal_alias __attribute((visibility("hidden")));
xmlListRemoveLast 4994 third_party/libxml/src/elfgcchack.h #define xmlListRemoveLast xmlListRemoveLast__internal_alias
xmlListRemoveLast   78 third_party/libxml/src/include/libxml/list.h 		xmlListRemoveLast	(xmlListPtr l,
xmlListRemoveLast 11206 third_party/libxml/src/testapi.c         ret_val = xmlListRemoveLast(l, data);