Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.h401 ULONG firstFreeSmallBlock; member
H A Dstorage32.c4703 This->firstFreeSmallBlock = 0; in StorageImpl_Refresh()
7937 ULONG blockIndex = This->parentStorage->firstFreeSmallBlock; in SmallBlockChainStream_GetNextFreeBlock()
7995 This->parentStorage->firstFreeSmallBlock = blockIndex+1; in SmallBlockChainStream_GetNextFreeBlock()
8303 …This->parentStorage->firstFreeSmallBlock = min(This->parentStorage->firstFreeSmallBlock, extraBloc… in SmallBlockChainStream_Shrink()