Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.c4024 ULONG* nextBlockIndex) in StorageImpl_GetNextBlockInChain() argument
4034 *nextBlockIndex = BLOCK_SPECIAL; in StorageImpl_GetNextBlockInChain()
4098 ULONG nextBlockIndex = BLOCK_SPECIAL; in Storage32Impl_GetNextExtendedBlock() local
4102 &nextBlockIndex); in Storage32Impl_GetNextExtendedBlock()
4104 return nextBlockIndex; in Storage32Impl_GetNextExtendedBlock()
4178 ULONG nextBlockIndex = BLOCK_SPECIAL; in StorageImpl_GetNextFreeBigBlock() local
4191 while (nextBlockIndex != BLOCK_UNUSED) in StorageImpl_GetNextFreeBigBlock()
4280 if (nextBlockIndex == BLOCK_UNUSED) in StorageImpl_GetNextFreeBigBlock()
7938 ULONG nextBlockIndex = BLOCK_END_OF_CHAIN; in SmallBlockChainStream_GetNextFreeBlock() local
7950 while (nextBlockIndex != BLOCK_UNUSED) in SmallBlockChainStream_GetNextFreeBlock()
[all …]