Lines Matching refs:xmlIOHTTPOpenW
1676 * xmlIOHTTPOpenW:
1687 xmlIOHTTPOpenW(const char *post_uri, int compression)
1743 * Calls xmlIOHTTPOpenW with no compression to set up for a subsequent
1751 return ( xmlIOHTTPOpenW( post_uri, 0 ) );
2575 context = xmlIOHTTPOpenW(unescaped, compression);
2611 context = xmlIOHTTPOpenW(URI, compression);