xmlIOHTTPOpenW   4488 third_party/libxml/src/elfgcchack.h #undef xmlIOHTTPOpenW
xmlIOHTTPOpenW   4489 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
xmlIOHTTPOpenW   4491 third_party/libxml/src/elfgcchack.h #ifndef xmlIOHTTPOpenW
xmlIOHTTPOpenW   4492 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
xmlIOHTTPOpenW   4493 third_party/libxml/src/elfgcchack.h #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias
xmlIOHTTPOpenW    329 third_party/libxml/src/include/libxml/xmlIO.h 	xmlIOHTTPOpenW			(const char * post_uri,
xmlIOHTTPOpenW   1796 third_party/libxml/src/xmlIO.c     return ( xmlIOHTTPOpenW( post_uri, 0 ) );
xmlIOHTTPOpenW   2628 third_party/libxml/src/xmlIO.c 		    context = xmlIOHTTPOpenW(unescaped, compression);
xmlIOHTTPOpenW   2664 third_party/libxml/src/xmlIO.c 		    context = xmlIOHTTPOpenW(URI, compression);