Searched refs:nsIInputStream (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | binding.h | 44 nsIInputStream *post_data_stream; 63 nsIInputStream *post_stream; 140 HRESULT load_nsuri(HTMLOuterWindow*,nsWineURI*,nsIInputStream*,nsChannelBSC*,DWORD) DECLSPEC_HIDDEN; 147 HRESULT submit_form(HTMLOuterWindow*,const WCHAR*,IUri*,nsIInputStream*) DECLSPEC_HIDDEN;
|
H A D | navigate.c | 32 nsIInputStream nsIInputStream_iface; 40 static inline nsProtocolStream *impl_from_nsIInputStream(nsIInputStream *iface) in impl_from_nsIInputStream() 45 static nsresult NSAPI nsInputStream_QueryInterface(nsIInputStream *iface, nsIIDRef riid, in nsInputStream_QueryInterface() 69 static nsrefcnt NSAPI nsInputStream_AddRef(nsIInputStream *iface) in nsInputStream_AddRef() 80 static nsrefcnt NSAPI nsInputStream_Release(nsIInputStream *iface) in nsInputStream_Release() 93 static nsresult NSAPI nsInputStream_Close(nsIInputStream *iface) in nsInputStream_Close() 100 static nsresult NSAPI nsInputStream_Available(nsIInputStream *iface, UINT64 *_retval) in nsInputStream_Available() 107 static nsresult NSAPI nsInputStream_Read(nsIInputStream *iface, char *aBuf, UINT32 aCount, in nsInputStream_Read() 129 static nsresult NSAPI nsInputStream_ReadSegments(nsIInputStream *iface, in nsInputStream_ReadSegments() 130 nsresult (WINAPI *aWriter)(nsIInputStream*,void*,const char*,UINT32,UINT32,UINT32*), in nsInputStream_ReadSegments() argument [all …]
|
H A D | nsiface.idl | 369 interface nsIInputStream : nsISupports 374 nsresult ReadSegments(nsresult (*aWriter)(nsIInputStream *aInStream, 589 nsresult Open(nsIInputStream **_retval); 699 nsresult GetUploadStream(nsIInputStream **aUploadStream); 2378 nsIInputStream *aPostData, nsIInputStream *aHeaders); 2380 nsIInputStream *aPostData, nsIInputStream *aHeaders, nsIURI *aBaseURI); 3762 nsresult GetPostDataStream(nsIInputStream **aPostDataStream); 3763 nsresult SetPostDataStream(nsIInputStream *aPostDataStream); 3764 nsresult GetHeadersStream(nsIInputStream * *aHeadersStream); 3765 nsresult SetHeadersStream(nsIInputStream *aHeadersStream); [all …]
|
H A D | htmlform.c | 372 nsIInputStream *post_stream; in HTMLFormElement_submit()
|
H A D | nsio.c | 250 HRESULT load_nsuri(HTMLOuterWindow *window, nsWineURI *uri, nsIInputStream *post_stream, in load_nsuri() 866 static nsresult NSAPI nsChannel_Open(nsIHttpChannel *iface, nsIInputStream **_retval) in nsChannel_Open() 1558 nsIInputStream *aStream, const nsACString *aContentType, INT64 aContentLength) in nsUploadChannel_SetUploadStream() 1600 nsIInputStream **aUploadStream) in nsUploadChannel_GetUploadStream()
|