|
| | WINE_DEFAULT_DEBUG_CHANNEL (msxml) |
| |
| static httprequest * | impl_from_IXMLHTTPRequest (IXMLHTTPRequest *iface) |
| |
| static httprequest * | impl_from_IObjectWithSite (IObjectWithSite *iface) |
| |
| static httprequest * | impl_from_IObjectSafety (IObjectSafety *iface) |
| |
| static httprequest * | impl_from_ISupportErrorInfo (ISupportErrorInfo *iface) |
| |
| static serverhttp * | impl_from_IServerXMLHTTPRequest (IServerXMLHTTPRequest *iface) |
| |
| static void | httprequest_setreadystate (httprequest *This, READYSTATE state) |
| |
| static void | free_response_headers (httprequest *This) |
| |
| static void | free_request_headers (httprequest *This) |
| |
| static BindStatusCallback * | impl_from_IBindStatusCallback (IBindStatusCallback *iface) |
| |
| static BindStatusCallback * | impl_from_IHttpNegotiate (IHttpNegotiate *iface) |
| |
| static BindStatusCallback * | impl_from_IAuthenticate (IAuthenticate *iface) |
| |
| static void | BindStatusCallback_Detach (BindStatusCallback *bsc) |
| |
| static HRESULT WINAPI | BindStatusCallback_QueryInterface (IBindStatusCallback *iface, REFIID riid, void **ppv) |
| |
| static ULONG WINAPI | BindStatusCallback_AddRef (IBindStatusCallback *iface) |
| |
| static ULONG WINAPI | BindStatusCallback_Release (IBindStatusCallback *iface) |
| |
| static HRESULT WINAPI | BindStatusCallback_OnStartBinding (IBindStatusCallback *iface, DWORD reserved, IBinding *pbind) |
| |
| static HRESULT WINAPI | BindStatusCallback_GetPriority (IBindStatusCallback *iface, LONG *pPriority) |
| |
| static HRESULT WINAPI | BindStatusCallback_OnLowResource (IBindStatusCallback *iface, DWORD reserved) |
| |
| static HRESULT WINAPI | BindStatusCallback_OnProgress (IBindStatusCallback *iface, ULONG ulProgress, ULONG ulProgressMax, ULONG ulStatusCode, LPCWSTR szStatusText) |
| |
| static HRESULT WINAPI | BindStatusCallback_OnStopBinding (IBindStatusCallback *iface, HRESULT hr, LPCWSTR error) |
| |
| static HRESULT WINAPI | BindStatusCallback_GetBindInfo (IBindStatusCallback *iface, DWORD *bind_flags, BINDINFO *pbindinfo) |
| |
| static HRESULT WINAPI | BindStatusCallback_OnDataAvailable (IBindStatusCallback *iface, DWORD flags, DWORD size, FORMATETC *format, STGMEDIUM *stgmed) |
| |
| static HRESULT WINAPI | BindStatusCallback_OnObjectAvailable (IBindStatusCallback *iface, REFIID riid, IUnknown *punk) |
| |
| static HRESULT WINAPI | BSCHttpNegotiate_QueryInterface (IHttpNegotiate *iface, REFIID riid, void **ppv) |
| |
| static ULONG WINAPI | BSCHttpNegotiate_AddRef (IHttpNegotiate *iface) |
| |
| static ULONG WINAPI | BSCHttpNegotiate_Release (IHttpNegotiate *iface) |
| |
| static HRESULT WINAPI | BSCHttpNegotiate_BeginningTransaction (IHttpNegotiate *iface, LPCWSTR url, LPCWSTR headers, DWORD reserved, LPWSTR *add_headers) |
| |
| static void | add_response_header (httprequest *This, const WCHAR *data, int len) |
| |
| static HRESULT WINAPI | BSCHttpNegotiate_OnResponse (IHttpNegotiate *iface, DWORD code, LPCWSTR resp_headers, LPCWSTR req_headers, LPWSTR *add_reqheaders) |
| |
| static HRESULT WINAPI | Authenticate_QueryInterface (IAuthenticate *iface, REFIID riid, void **ppv) |
| |
| static ULONG WINAPI | Authenticate_AddRef (IAuthenticate *iface) |
| |
| static ULONG WINAPI | Authenticate_Release (IAuthenticate *iface) |
| |
| static HRESULT WINAPI | Authenticate_Authenticate (IAuthenticate *iface, HWND *hwnd, LPWSTR *username, LPWSTR *password) |
| |
| static HRESULT | BindStatusCallback_create (httprequest *This, BindStatusCallback **obj, const VARIANT *body) |
| |
| static HRESULT | verify_uri (httprequest *This, IUri *uri) |
| |
| static HRESULT | httprequest_open (httprequest *This, BSTR method, BSTR url, VARIANT async, VARIANT user, VARIANT password) |
| |
| static HRESULT | httprequest_setRequestHeader (httprequest *This, BSTR header, BSTR value) |
| |
| static HRESULT | httprequest_getResponseHeader (httprequest *This, BSTR header, BSTR *value) |
| |
| static HRESULT | httprequest_getAllResponseHeaders (httprequest *This, BSTR *respheaders) |
| |
| static HRESULT | httprequest_send (httprequest *This, VARIANT body) |
| |
| static HRESULT | httprequest_abort (httprequest *This) |
| |
| static HRESULT | httprequest_get_status (httprequest *This, LONG *status) |
| |
| static HRESULT | httprequest_get_statusText (httprequest *This, BSTR *status) |
| |
| static unsigned int | detect_response_encoding (const BYTE *in, unsigned int len) |
| |
| static HRESULT | httprequest_get_responseText (httprequest *This, BSTR *body) |
| |
| static HRESULT | httprequest_get_responseXML (httprequest *This, IDispatch **body) |
| |
| static HRESULT | httprequest_get_responseBody (httprequest *This, VARIANT *body) |
| |
| static HRESULT | httprequest_get_responseStream (httprequest *This, VARIANT *body) |
| |
| static HRESULT | httprequest_get_readyState (httprequest *This, LONG *state) |
| |
| static HRESULT | httprequest_put_onreadystatechange (httprequest *This, IDispatch *sink) |
| |
| static void | httprequest_release (httprequest *This) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_QueryInterface (IXMLHTTPRequest *iface, REFIID riid, void **ppvObject) |
| |
| static ULONG WINAPI | XMLHTTPRequest_AddRef (IXMLHTTPRequest *iface) |
| |
| static ULONG WINAPI | XMLHTTPRequest_Release (IXMLHTTPRequest *iface) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_GetTypeInfoCount (IXMLHTTPRequest *iface, UINT *pctinfo) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_GetTypeInfo (IXMLHTTPRequest *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_GetIDsOfNames (IXMLHTTPRequest *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_Invoke (IXMLHTTPRequest *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_open (IXMLHTTPRequest *iface, BSTR method, BSTR url, VARIANT async, VARIANT user, VARIANT password) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_setRequestHeader (IXMLHTTPRequest *iface, BSTR header, BSTR value) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_getResponseHeader (IXMLHTTPRequest *iface, BSTR header, BSTR *value) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_getAllResponseHeaders (IXMLHTTPRequest *iface, BSTR *respheaders) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_send (IXMLHTTPRequest *iface, VARIANT body) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_abort (IXMLHTTPRequest *iface) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_get_status (IXMLHTTPRequest *iface, LONG *status) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_get_statusText (IXMLHTTPRequest *iface, BSTR *status) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_get_responseXML (IXMLHTTPRequest *iface, IDispatch **body) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_get_responseText (IXMLHTTPRequest *iface, BSTR *body) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_get_responseBody (IXMLHTTPRequest *iface, VARIANT *body) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_get_responseStream (IXMLHTTPRequest *iface, VARIANT *body) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_get_readyState (IXMLHTTPRequest *iface, LONG *state) |
| |
| static HRESULT WINAPI | XMLHTTPRequest_put_onreadystatechange (IXMLHTTPRequest *iface, IDispatch *sink) |
| |
| static HRESULT WINAPI | httprequest_ObjectWithSite_QueryInterface (IObjectWithSite *iface, REFIID riid, void **ppvObject) |
| |
| static ULONG WINAPI | httprequest_ObjectWithSite_AddRef (IObjectWithSite *iface) |
| |
| static ULONG WINAPI | httprequest_ObjectWithSite_Release (IObjectWithSite *iface) |
| |
| static HRESULT WINAPI | httprequest_ObjectWithSite_GetSite (IObjectWithSite *iface, REFIID iid, void **ppvSite) |
| |
| IUri * | get_base_uri (IUnknown *site) |
| |
| static HRESULT WINAPI | httprequest_ObjectWithSite_SetSite (IObjectWithSite *iface, IUnknown *punk) |
| |
| static HRESULT WINAPI | httprequest_Safety_QueryInterface (IObjectSafety *iface, REFIID riid, void **ppv) |
| |
| static ULONG WINAPI | httprequest_Safety_AddRef (IObjectSafety *iface) |
| |
| static ULONG WINAPI | httprequest_Safety_Release (IObjectSafety *iface) |
| |
| static HRESULT WINAPI | httprequest_Safety_GetInterfaceSafetyOptions (IObjectSafety *iface, REFIID riid, DWORD *supported, DWORD *enabled) |
| |
| static HRESULT WINAPI | httprequest_Safety_SetInterfaceSafetyOptions (IObjectSafety *iface, REFIID riid, DWORD mask, DWORD enabled) |
| |
| static HRESULT WINAPI | SupportErrorInfo_QueryInterface (ISupportErrorInfo *iface, REFIID riid, void **obj) |
| |
| static ULONG WINAPI | SupportErrorInfo_AddRef (ISupportErrorInfo *iface) |
| |
| static ULONG WINAPI | SupportErrorInfo_Release (ISupportErrorInfo *iface) |
| |
| static HRESULT WINAPI | SupportErrorInfo_InterfaceSupportsErrorInfo (ISupportErrorInfo *iface, REFIID riid) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_QueryInterface (IServerXMLHTTPRequest *iface, REFIID riid, void **obj) |
| |
| static ULONG WINAPI | ServerXMLHTTPRequest_AddRef (IServerXMLHTTPRequest *iface) |
| |
| static ULONG WINAPI | ServerXMLHTTPRequest_Release (IServerXMLHTTPRequest *iface) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_GetTypeInfoCount (IServerXMLHTTPRequest *iface, UINT *pctinfo) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_GetTypeInfo (IServerXMLHTTPRequest *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_GetIDsOfNames (IServerXMLHTTPRequest *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_Invoke (IServerXMLHTTPRequest *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_open (IServerXMLHTTPRequest *iface, BSTR method, BSTR url, VARIANT async, VARIANT user, VARIANT password) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_setRequestHeader (IServerXMLHTTPRequest *iface, BSTR header, BSTR value) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_getResponseHeader (IServerXMLHTTPRequest *iface, BSTR header, BSTR *value) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_getAllResponseHeaders (IServerXMLHTTPRequest *iface, BSTR *respheaders) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_send (IServerXMLHTTPRequest *iface, VARIANT body) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_abort (IServerXMLHTTPRequest *iface) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_get_status (IServerXMLHTTPRequest *iface, LONG *status) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_get_statusText (IServerXMLHTTPRequest *iface, BSTR *status) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_get_responseXML (IServerXMLHTTPRequest *iface, IDispatch **body) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_get_responseText (IServerXMLHTTPRequest *iface, BSTR *body) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_get_responseBody (IServerXMLHTTPRequest *iface, VARIANT *body) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_get_responseStream (IServerXMLHTTPRequest *iface, VARIANT *body) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_get_readyState (IServerXMLHTTPRequest *iface, LONG *state) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_put_onreadystatechange (IServerXMLHTTPRequest *iface, IDispatch *sink) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_setTimeouts (IServerXMLHTTPRequest *iface, LONG resolveTimeout, LONG connectTimeout, LONG sendTimeout, LONG receiveTimeout) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_waitForResponse (IServerXMLHTTPRequest *iface, VARIANT timeout, VARIANT_BOOL *isSuccessful) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_getOption (IServerXMLHTTPRequest *iface, SERVERXMLHTTP_OPTION option, VARIANT *value) |
| |
| static HRESULT WINAPI | ServerXMLHTTPRequest_setOption (IServerXMLHTTPRequest *iface, SERVERXMLHTTP_OPTION option, VARIANT value) |
| |
| static void | init_httprequest (httprequest *req) |
| |
| HRESULT | XMLHTTPRequest_create (void **obj) |
| |
| HRESULT | ServerXMLHTTP_create (void **obj) |
| |