Searched refs:_Stream (Results 1 - 14 of 14) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcdosys.h450 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
518 HRESULT (WINAPI *GetStream)(IMessage *This,_Stream **ppStream);
702 HRESULT WINAPI IMessage_GetStream_Proxy(IMessage *This,_Stream **ppStream);
731 virtual HRESULT WINAPI GetEncodedContentStream(_Stream **ppStream) = 0;
732 virtual HRESULT WINAPI GetDecodedContentStream(_Stream **ppStream) = 0;
733 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
764 HRESULT (WINAPI *GetEncodedContentStream)(IBodyPart *This,_Stream **ppStream);
765 HRESULT (WINAPI *GetDecodedContentStream)(IBodyPart *This,_Stream **ppStream);
766 HRESULT (WINAPI *GetStream)(IBodyPart *This,_Stream **ppStream);
840 HRESULT WINAPI IBodyPart_GetEncodedContentStream_Proxy(IBodyPart *This,_Stream **ppStrea
[all...]
H A Dcdoex.h656 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
724 HRESULT (WINAPI *GetStream)(IMessage *This,_Stream **ppStream);
908 HRESULT WINAPI IMessage_GetStream_Proxy(IMessage *This,_Stream **ppStream);
937 virtual HRESULT WINAPI GetEncodedContentStream(_Stream **ppStream) = 0;
938 virtual HRESULT WINAPI GetDecodedContentStream(_Stream **ppStream) = 0;
939 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
970 HRESULT (WINAPI *GetEncodedContentStream)(IBodyPart *This,_Stream **ppStream);
971 HRESULT (WINAPI *GetDecodedContentStream)(IBodyPart *This,_Stream **ppStream);
972 HRESULT (WINAPI *GetStream)(IBodyPart *This,_Stream **ppStream);
1046 HRESULT WINAPI IBodyPart_GetEncodedContentStream_Proxy(IBodyPart *This,_Stream **ppStrea
[all...]
H A Dadoint.h122 typedef interface _ADOStream _Stream; typedef
1952 interface _Stream {
H A Dadoint_backcompat.h122 typedef interface _ADOStream _Stream; typedef
1905 interface _Stream {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcdosys.h450 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
518 HRESULT (WINAPI *GetStream)(IMessage *This,_Stream **ppStream);
702 HRESULT WINAPI IMessage_GetStream_Proxy(IMessage *This,_Stream **ppStream);
731 virtual HRESULT WINAPI GetEncodedContentStream(_Stream **ppStream) = 0;
732 virtual HRESULT WINAPI GetDecodedContentStream(_Stream **ppStream) = 0;
733 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
764 HRESULT (WINAPI *GetEncodedContentStream)(IBodyPart *This,_Stream **ppStream);
765 HRESULT (WINAPI *GetDecodedContentStream)(IBodyPart *This,_Stream **ppStream);
766 HRESULT (WINAPI *GetStream)(IBodyPart *This,_Stream **ppStream);
840 HRESULT WINAPI IBodyPart_GetEncodedContentStream_Proxy(IBodyPart *This,_Stream **ppStrea
[all...]
H A Dcdoex.h656 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
724 HRESULT (WINAPI *GetStream)(IMessage *This,_Stream **ppStream);
908 HRESULT WINAPI IMessage_GetStream_Proxy(IMessage *This,_Stream **ppStream);
937 virtual HRESULT WINAPI GetEncodedContentStream(_Stream **ppStream) = 0;
938 virtual HRESULT WINAPI GetDecodedContentStream(_Stream **ppStream) = 0;
939 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
970 HRESULT (WINAPI *GetEncodedContentStream)(IBodyPart *This,_Stream **ppStream);
971 HRESULT (WINAPI *GetDecodedContentStream)(IBodyPart *This,_Stream **ppStream);
972 HRESULT (WINAPI *GetStream)(IBodyPart *This,_Stream **ppStream);
1046 HRESULT WINAPI IBodyPart_GetEncodedContentStream_Proxy(IBodyPart *This,_Stream **ppStrea
[all...]
H A Dadoint.h122 typedef interface _ADOStream _Stream; typedef
1952 interface _Stream {
H A Dadoint_backcompat.h122 typedef interface _ADOStream _Stream; typedef
1905 interface _Stream {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sec_api/
H A Dstdio_s.h91 _CRTIMP errno_t __cdecl freopen_s(FILE** _File, const char *_Filename, const char *_Mode, FILE *_Stream);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
H A Dstdio_s.h91 _CRTIMP errno_t __cdecl freopen_s(FILE** _File, const char *_Filename, const char *_Mode, FILE *_Stream);
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py387 class _Stream: class in inherits:
395 _Stream is intended to be used only internally.
399 """Construct a _Stream object.
483 """Close the _Stream object. No operation should be
614 # class _Stream
1689 _Stream(name, filemode, comptype, fileobj, bufsize),
2124 if isinstance(self.fileobj, _Stream):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py387 class _Stream: class in inherits:
395 _Stream is intended to be used only internally.
399 """Construct a _Stream object.
483 """Close the _Stream object. No operation should be
614 # class _Stream
1689 _Stream(name, filemode, comptype, fileobj, bufsize),
2124 if isinstance(self.fileobj, _Stream):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py387 class _Stream: class in inherits:
395 _Stream is intended to be used only internally.
399 """Construct a _Stream object.
483 """Close the _Stream object. No operation should be
614 # class _Stream
1689 _Stream(name, filemode, comptype, fileobj, bufsize),
2124 if isinstance(self.fileobj, _Stream):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py387 class _Stream: class in inherits:
395 _Stream is intended to be used only internally.
399 """Construct a _Stream object.
483 """Close the _Stream object. No operation should be
614 # class _Stream
1689 _Stream(name, filemode, comptype, fileobj, bufsize),
2124 if isinstance(self.fileobj, _Stream):

Completed in 520 milliseconds