ReactOS 0.4.15-dev-7942-gd23573b
BlockChainStream Struct Reference
Collaboration diagram for BlockChainStream:

Public Attributes

StorageImplparentStorage
 
ULONGheadOfStreamPlaceHolder
 
DirRef ownerDirEntry
 
struct BlockChainRunindexCache
 
ULONG indexCacheLen
 
ULONG indexCacheSize
 
BlockChainBlock cachedBlocks [2]
 
ULONG blockToEvict
 
ULONG tailIndex
 
ULONG numBlocks
 

Detailed Description

Definition at line 201 of file storage32.c.

Member Data Documentation

◆ blockToEvict

ULONG BlockChainStream::blockToEvict

Definition at line 210 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ cachedBlocks

BlockChainBlock BlockChainStream::cachedBlocks[2]

Definition at line 209 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ headOfStreamPlaceHolder

ULONG* BlockChainStream::headOfStreamPlaceHolder

Definition at line 204 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ indexCache

struct BlockChainRun* BlockChainStream::indexCache

Definition at line 206 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ indexCacheLen

ULONG BlockChainStream::indexCacheLen

Definition at line 207 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ indexCacheSize

ULONG BlockChainStream::indexCacheSize

Definition at line 208 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ numBlocks

ULONG BlockChainStream::numBlocks

Definition at line 212 of file storage32.c.

◆ ownerDirEntry

DirRef BlockChainStream::ownerDirEntry

Definition at line 205 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ parentStorage

StorageImpl* BlockChainStream::parentStorage

Definition at line 203 of file storage32.c.

Referenced by BlockChainStream_Construct().

◆ tailIndex

ULONG BlockChainStream::tailIndex

Definition at line 211 of file storage32.c.


The documentation for this struct was generated from the following file: