Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.c7649 min(This->parentStorage->bigBlockSize - offsetInBlock, size); in BlockChainStream_ReadAt()
7660 offsetInBlock; in BlockChainStream_ReadAt()
7687 offsetInBlock = 0; /* There is no offset on the next block */ in BlockChainStream_ReadAt()
7728 min(This->parentStorage->bigBlockSize - offsetInBlock, size); in BlockChainStream_WriteAt()
7744 offsetInBlock; in BlockChainStream_WriteAt()
8094 min(This->parentStorage->smallBlockSize - offsetInBlock, size); in SmallBlockChainStream_ReadAt()
8102 offsetInBigBlockFile.QuadPart += offsetInBlock; in SmallBlockChainStream_ReadAt()
8131offsetInBlock = (offsetInBlock + bytesReadFromBigBlockFile) % This->parentStorage->smallBlockSize; in SmallBlockChainStream_ReadAt()
8189 min(This->parentStorage->smallBlockSize - offsetInBlock, size); in SmallBlockChainStream_WriteAt()
8197 offsetInBigBlockFile.QuadPart += offsetInBlock; in SmallBlockChainStream_WriteAt()
[all …]