Searched defs:xmlIOHTTPOpenW (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1673 * xmlIOHTTPOpenW:
1684 xmlIOHTTPOpenW(const char *post_uri, int compression) function
1740 * Calls xmlIOHTTPOpenW with no compression to set up for a subsequent
1748 return ( xmlIOHTTPOpenW( post_uri, 0 ) );
2511 context = xmlIOHTTPOpenW(unescaped, compression);
2547 context = xmlIOHTTPOpenW(URI, compression);
H A Delfgcchack.h4464 #undef xmlIOHTTPOpenW macro
4465 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
4467 #ifndef xmlIOHTTPOpenW
4468 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
4469 #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias macro

Completed in 94 milliseconds