xmlMemStrdupLoc  5271 third_party/libxml/src/elfgcchack.h #undef xmlMemStrdupLoc
xmlMemStrdupLoc  5272 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_alias")));
xmlMemStrdupLoc  5274 third_party/libxml/src/elfgcchack.h #ifndef xmlMemStrdupLoc
xmlMemStrdupLoc  5275 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")));
xmlMemStrdupLoc  5276 third_party/libxml/src/elfgcchack.h #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias
xmlMemStrdupLoc   167 third_party/libxml/src/include/libxml/xmlmemory.h 	xmlMemStrdupLoc	(const char *str, const char *file, int line);
xmlMemStrdupLoc   208 third_party/libxml/src/include/libxml/xmlmemory.h #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
xmlMemStrdupLoc   542 third_party/libxml/src/xmlmemory.c     return(xmlMemStrdupLoc(str, "none", 0));