Lines Matching refs:IStream
31 static HRESULT STDMETHODCALLTYPE _file_sync_stream_query_interface (IStream *self_ptr,
34 static ULONG STDMETHODCALLTYPE _file_sync_stream_release (IStream *self_ptr);
35 static ULONG STDMETHODCALLTYPE _file_sync_stream_add_ref (IStream *self_ptr);
37 static HRESULT STDMETHODCALLTYPE _file_sync_stream_read (IStream *self_ptr,
42 static HRESULT STDMETHODCALLTYPE _file_sync_stream_write (IStream *self_ptr,
48 static HRESULT STDMETHODCALLTYPE _file_sync_stream_clone (IStream *self_ptr,
49 … IStream **output_clone_ptr);
50 static HRESULT STDMETHODCALLTYPE _file_sync_stream_commit (IStream *self_ptr,
52 static HRESULT STDMETHODCALLTYPE _file_sync_stream_copy_to (IStream *self_ptr,
53 IStream *output_stream,
57 static HRESULT STDMETHODCALLTYPE _file_sync_stream_lock_region (IStream *self_ptr,
61 static HRESULT STDMETHODCALLTYPE _file_sync_stream_revert (IStream *self_ptr);
62 static HRESULT STDMETHODCALLTYPE _file_sync_stream_seek (IStream *self_ptr,
66 static HRESULT STDMETHODCALLTYPE _file_sync_stream_set_size (IStream *self_ptr,
68 static HRESULT STDMETHODCALLTYPE _file_sync_stream_stat (IStream *self_ptr,
71 static HRESULT STDMETHODCALLTYPE _file_sync_stream_unlock_region (IStream *self_ptr,
79 _file_sync_stream_query_interface (IStream *self_ptr, in _file_sync_stream_query_interface()
102 _file_sync_stream_add_ref (IStream *self_ptr) in _file_sync_stream_add_ref()
110 _file_sync_stream_release (IStream *self_ptr) in _file_sync_stream_release()
123 _file_sync_stream_read (IStream *self_ptr, in _file_sync_stream_read()
144 _file_sync_stream_write (IStream *self_ptr, in _file_sync_stream_write()
165 _file_sync_stream_seek (IStream *self_ptr, in _file_sync_stream_seek()
201 _file_sync_stream_set_size (IStream *self_ptr, in _file_sync_stream_set_size()
219 _file_sync_stream_copy_to (IStream *self_ptr, in _file_sync_stream_copy_to()
220 IStream *output_stream, in _file_sync_stream_copy_to()
284 _file_sync_stream_commit (IStream *self_ptr, in _file_sync_stream_commit()
299 _file_sync_stream_revert (IStream *self_ptr) in _file_sync_stream_revert()
305 _file_sync_stream_lock_region (IStream *self_ptr, in _file_sync_stream_lock_region()
314 _file_sync_stream_unlock_region (IStream *self_ptr, in _file_sync_stream_unlock_region()
323 _file_sync_stream_stat (IStream *self_ptr, in _file_sync_stream_stat()
418 _file_sync_stream_clone (IStream *self_ptr, in _file_sync_stream_clone()
419 IStream **output_clone_ptr) in _file_sync_stream_clone()
476 IStream *
483 IStream *result; in g_win32_file_sync_stream_new()