xmlSAX2StartElementNs 2755 third_party/libxml/src/SAX2.c 	hdlr->startElementNs = xmlSAX2StartElementNs;
xmlSAX2StartElementNs 9021 third_party/libxml/src/elfgcchack.h #undef xmlSAX2StartElementNs
xmlSAX2StartElementNs 9022 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
xmlSAX2StartElementNs 9024 third_party/libxml/src/elfgcchack.h #ifndef xmlSAX2StartElementNs
xmlSAX2StartElementNs 9025 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
xmlSAX2StartElementNs 9026 third_party/libxml/src/elfgcchack.h #define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
xmlSAX2StartElementNs  111 third_party/libxml/src/include/libxml/SAX2.h 		xmlSAX2StartElementNs		(void *ctx,
xmlSAX2StartElementNs 5121 third_party/libxml/src/testapi.c         xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);