Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.c3757 SmallBlockChainStream* sbTempChain; in Storage32Impl_BigBlocksToSmallBlocks() local
3761 sbTempChain = SmallBlockChainStream_Construct(This, &sbHeadOfChain, in Storage32Impl_BigBlocksToSmallBlocks()
3764 if(!sbTempChain) in Storage32Impl_BigBlocksToSmallBlocks()
3767 SmallBlockChainStream_SetSize(sbTempChain, newSize); in Storage32Impl_BigBlocksToSmallBlocks()
3788 resWrite = SmallBlockChainStream_WriteAt(sbTempChain, offset, in Storage32Impl_BigBlocksToSmallBlocks()
3810 SmallBlockChainStream_SetSize(sbTempChain, size); in Storage32Impl_BigBlocksToSmallBlocks()
3811 SmallBlockChainStream_Destroy(sbTempChain); in Storage32Impl_BigBlocksToSmallBlocks()
3825 SmallBlockChainStream_Destroy(sbTempChain); in Storage32Impl_BigBlocksToSmallBlocks()