Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.c4028 ULONG depotBlockOffset = offsetInDepot % This->bigBlockSize; in StorageImpl_GetNextBlockInChain() local
4076 *nextBlockIndex = This->blockDepotCached[depotBlockOffset/sizeof(ULONG)]; in StorageImpl_GetNextBlockInChain()
4099 ULONG depotBlockOffset = This->bigBlockSize - sizeof(ULONG); in Storage32Impl_GetNextExtendedBlock() local
4101 StorageImpl_ReadDWordFromBigBlock(This, blockIndex, depotBlockOffset, in Storage32Impl_GetNextExtendedBlock()
4128 ULONG depotBlockOffset = offsetInDepot % This->bigBlockSize; in StorageImpl_SetNextBlockInChain() local
4160 This->blockDepotCached[depotBlockOffset/sizeof(ULONG)] = nextBlock; in StorageImpl_SetNextBlockInChain()
4176 ULONG depotBlockOffset; in StorageImpl_GetNextFreeBigBlock() local
4275 while ( ( (depotBlockOffset/sizeof(ULONG) ) < blocksPerDepot) && in StorageImpl_GetNextFreeBigBlock()
4283 (depotBlockOffset/sizeof(ULONG)); in StorageImpl_GetNextFreeBigBlock()
4286 depotBlockOffset += sizeof(ULONG); in StorageImpl_GetNextFreeBigBlock()
[all …]