xmlTextWriterStartElementNS 12126 third_party/libxml/src/elfgcchack.h #undef xmlTextWriterStartElementNS
xmlTextWriterStartElementNS 12127 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS __attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
xmlTextWriterStartElementNS 12129 third_party/libxml/src/elfgcchack.h #ifndef xmlTextWriterStartElementNS
xmlTextWriterStartElementNS 12130 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS__internal_alias __attribute((visibility("hidden")));
xmlTextWriterStartElementNS 12131 third_party/libxml/src/elfgcchack.h #define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
xmlTextWriterStartElementNS   90 third_party/libxml/src/include/libxml/xmlwriter.h     XMLPUBFUN int XMLCALL xmlTextWriterStartElementNS(xmlTextWriterPtr
xmlTextWriterStartElementNS 43991 third_party/libxml/src/testapi.c         ret_val = xmlTextWriterStartElementNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI);
xmlTextWriterStartElementNS 2344 third_party/libxml/src/xmlwriter.c         xmlTextWriterStartElementNS(writer, prefix, name, namespaceURI);