Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.c3871 BYTE depotBuffer[MAX_BIG_BLOCK_SIZE]; in Storage32Impl_GetExtDepotBlock() local
3883 StorageImpl_ReadBigBlock(This, extBlockIndex, depotBuffer, NULL); in Storage32Impl_GetExtDepotBlock()
3889 StorageUtl_ReadDWord(depotBuffer, index*sizeof(ULONG), &blockIndex); in Storage32Impl_GetExtDepotBlock()
3944 BYTE depotBuffer[MAX_BIG_BLOCK_SIZE]; in Storage32Impl_AddExtBlockDepot() local
3977 memset(depotBuffer, BLOCK_UNUSED, This->bigBlockSize); in Storage32Impl_AddExtBlockDepot()
3978 StorageImpl_WriteBigBlock(This, index, depotBuffer); in Storage32Impl_AddExtBlockDepot()
4029 BYTE depotBuffer[MAX_BIG_BLOCK_SIZE]; in StorageImpl_GetNextBlockInChain() local
4062 StorageImpl_ReadBigBlock(This, depotBlockIndexPos, depotBuffer, &read); in StorageImpl_GetNextBlockInChain()
4071 StorageUtl_ReadDWord(depotBuffer, index*sizeof(ULONG), nextBlockIndex); in StorageImpl_GetNextBlockInChain()
4175 BYTE depotBuffer[MAX_BIG_BLOCK_SIZE]; in StorageImpl_GetNextFreeBigBlock() local
[all …]