Home
last modified time | relevance | path

Searched refs:StgStreamImpl (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/ole32/
H A Dstg_stream.c53 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_QueryInterface()
81 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_AddRef()
92 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_Release()
134 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_Read()
190 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_Write()
271 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_Seek()
344 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_SetSize()
396 StgStreamImpl* This = impl_from_IStream(iface); in StgStreamImpl_CopyTo()
606 StgStreamImpl* new_stream; in StgStreamImpl_Clone()
666 StgStreamImpl* StgStreamImpl_Construct( in StgStreamImpl_Construct()
[all …]
H A Dstorage32.h134 typedef struct StgStreamImpl StgStreamImpl; typedef
359 void StorageBaseImpl_AddStream(StorageBaseImpl * stg, StgStreamImpl * strm) DECLSPEC_HIDDEN;
360 void StorageBaseImpl_RemoveStream(StorageBaseImpl * stg, StgStreamImpl * strm) DECLSPEC_HIDDEN;
427 struct StgStreamImpl struct
458 static inline StgStreamImpl *impl_from_IStream( IStream *iface ) in impl_from_IStream() argument
460 return CONTAINING_RECORD(iface, StgStreamImpl, IStream_iface); in impl_from_IStream()
466 StgStreamImpl* StgStreamImpl_Construct(
H A Dstorage32.c1401StgStreamImpl *streamimpl = StgStreamImpl_Construct(This, STGM_READ|STGM_SHARE_EXCLUSIVE, srcEntry… in StorageBaseImpl_CopyChildEntryTo()
1456 StgStreamImpl *strm; in StorageBaseImpl_IsStreamOpen()
1460 LIST_FOR_EACH_ENTRY(strm, &stg->strmHead, StgStreamImpl, StrmListEntry) in StorageBaseImpl_IsStreamOpen()
1504 StgStreamImpl* newStream; in StorageBaseImpl_OpenStream()
1933 StgStreamImpl* newStream; in StorageBaseImpl_CreateStream()
2521 StgStreamImpl *strm, *strm2; in deleteStreamContents()
2524 LIST_FOR_EACH_ENTRY_SAFE(strm, strm2, &parentStorage->strmHead, StgStreamImpl, StrmListEntry) in deleteStreamContents()
2656 StgStreamImpl *strm=NULL; in StorageBaseImpl_DeleteAll()
2660 strm = LIST_ENTRY(cur,StgStreamImpl,StrmListEntry); in StorageBaseImpl_DeleteAll()
2714 void StorageBaseImpl_AddStream(StorageBaseImpl * stg, StgStreamImpl * strm) in StorageBaseImpl_AddStream()
[all …]