Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.h407 BlockChainStream* smallBlockDepotChain; member
H A Dstorage32.c3132 This->smallBlockDepotChain ? in StorageImpl_SaveFileHeader()
3133 BlockChainStream_GetCount(This->smallBlockDepotChain) : 0); in StorageImpl_SaveFileHeader()
4756 BlockChainStream_Destroy(This->smallBlockDepotChain); in StorageImpl_Refresh()
4757 This->smallBlockDepotChain = blockChainStream; in StorageImpl_Refresh()
5165 hr = BlockChainStream_Flush(This->smallBlockDepotChain); in StorageImpl_Flush()
5200 BlockChainStream_Destroy(This->smallBlockDepotChain); in StorageImpl_Destroy()
7862 This->parentStorage->smallBlockDepotChain, in SmallBlockChainStream_GetNextBlockInChain()
7905 This->parentStorage->smallBlockDepotChain, in SmallBlockChainStream_SetNextBlockInChain()
7955 This->parentStorage->smallBlockDepotChain, in SmallBlockChainStream_GetNextFreeBlock()
7974 BlockChainStream_GetCount(This->parentStorage->smallBlockDepotChain); in SmallBlockChainStream_GetNextFreeBlock()
[all …]