xmlModuleFree    5324 third_party/libxml/src/elfgcchack.h #undef xmlModuleFree
xmlModuleFree    5325 third_party/libxml/src/elfgcchack.h extern __typeof (xmlModuleFree) xmlModuleFree __attribute((alias("xmlModuleFree__internal_alias")));
xmlModuleFree    5327 third_party/libxml/src/elfgcchack.h #ifndef xmlModuleFree
xmlModuleFree    5328 third_party/libxml/src/elfgcchack.h extern __typeof (xmlModuleFree) xmlModuleFree__internal_alias __attribute((visibility("hidden")));
xmlModuleFree    5329 third_party/libxml/src/elfgcchack.h #define xmlModuleFree xmlModuleFree__internal_alias
xmlModuleFree      49 third_party/libxml/src/include/libxml/xmlmodule.h XMLPUBFUN int XMLCALL xmlModuleFree		(xmlModulePtr module);
xmlModuleFree     163 third_party/libxml/src/xmlmodule.c     rc = xmlModuleFree(module);