BlockWriter
BlockWriter writer(cache);
BlockWriter::BlockWriter(block_cache* cache, size_t max)
BlockWriter::~BlockWriter()
BlockWriter::Add(cached_block* block, cache_transaction* transaction)
BlockWriter::Add(cache_transaction* transaction, bool& hasLeftOvers)
BlockWriter::Write(cache_transaction* transaction, bool canUnlock)
BlockWriter::WriteBlock(block_cache* cache, cached_block* block)
BlockWriter writer(cache);
BlockWriter::_Data(cached_block* block) const
BlockWriter::_WriteBlocks(cached_block** blocks, uint32 count)
BlockWriter::_BlockDone(cached_block* block,
BlockWriter::_UnmarkWriting(cached_block* block)
BlockWriter::_CompareBlocks(const void* _blockA, const void* _blockB)
BlockWriter::WriteBlock(this, block);
BlockWriter::WriteBlock(this, block);
BlockWriter::WriteBlock(cache, block);
BlockWriter writer(cache, 64);
BlockWriter(block_cache* cache,
~BlockWriter();
BlockWriter writer(cache);
BlockWriter writer(cache);
BlockWriter writer(cache);
BlockWriter writer(cache);