Home
last modified time | relevance | path

Searched refs:StrmListEntry (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/ole32/
H A Dstorage32.h435 struct list StrmListEntry; member
H A Dstorage32.c1460 LIST_FOR_EACH_ENTRY(strm, &stg->strmHead, StgStreamImpl, StrmListEntry) in StorageBaseImpl_IsStreamOpen()
2524 LIST_FOR_EACH_ENTRY_SAFE(strm, strm2, &parentStorage->strmHead, StgStreamImpl, StrmListEntry) in deleteStreamContents()
2530 list_remove(&strm->StrmListEntry); in deleteStreamContents()
2660 strm = LIST_ENTRY(cur,StgStreamImpl,StrmListEntry); in StorageBaseImpl_DeleteAll()
2717 list_add_tail(&stg->strmHead,&strm->StrmListEntry); in StorageBaseImpl_AddStream()
2723 list_remove(&(strm->StrmListEntry)); in StorageBaseImpl_RemoveStream()