Home
last modified time | relevance | path

Searched refs:WriteBestBlock (Results 1 – 25 of 59) sorted by relevance

123

/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/index/
H A Dbase.cpp44 bool BaseIndex::DB::WriteBestBlock(const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
98 WriteBestBlock(pindex); in ThreadSync()
106 WriteBestBlock(pindex); in ThreadSync()
122 WriteBestBlock(pindex); in ThreadSync()
147 bool BaseIndex::WriteBestBlock(const CBlockIndex* block_index) in WriteBestBlock() function in BaseIndex
150 if (!GetDB().WriteBestBlock(chainActive.GetLocator(block_index))) { in WriteBestBlock()
227 if (!GetDB().WriteBestBlock(locator)) { in ChainStateFlushed()
H A Dbase.h35 bool WriteBestBlock(const CBlockLocator& locator);
58 bool WriteBestBlock(const CBlockIndex* block_index);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/index/
H A Dbase.cpp44 bool BaseIndex::DB::WriteBestBlock(const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
98 WriteBestBlock(pindex); in ThreadSync()
106 WriteBestBlock(pindex); in ThreadSync()
122 WriteBestBlock(pindex); in ThreadSync()
147 bool BaseIndex::WriteBestBlock(const CBlockIndex* block_index) in WriteBestBlock() function in BaseIndex
150 if (!GetDB().WriteBestBlock(chainActive.GetLocator(block_index))) { in WriteBestBlock()
227 if (!GetDB().WriteBestBlock(locator)) { in ChainStateFlushed()
H A Dbase.h35 bool WriteBestBlock(const CBlockLocator& locator);
58 bool WriteBestBlock(const CBlockIndex* block_index);
/dports/net-p2p/litecoin/litecoin-0.18.1/src/index/
H A Dbase.cpp44 bool BaseIndex::DB::WriteBestBlock(const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
98 WriteBestBlock(pindex); in ThreadSync()
106 WriteBestBlock(pindex); in ThreadSync()
122 WriteBestBlock(pindex); in ThreadSync()
147 bool BaseIndex::WriteBestBlock(const CBlockIndex* block_index) in WriteBestBlock() function in BaseIndex
150 if (!GetDB().WriteBestBlock(chainActive.GetLocator(block_index))) { in WriteBestBlock()
227 if (!GetDB().WriteBestBlock(locator)) { in ChainStateFlushed()
H A Dbase.h35 bool WriteBestBlock(const CBlockLocator& locator);
58 bool WriteBestBlock(const CBlockIndex* block_index);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/index/
H A Dbase.cpp44 void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
171 GetDB().WriteBestBlock(batch, ::ChainActive().GetLocator(m_best_block_index)); in CommitInternal()
H A Dbase.h34 void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/index/
H A Dbase.cpp43 void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
170 GetDB().WriteBestBlock(batch, ::ChainActive().GetLocator(m_best_block_index)); in CommitInternal()
H A Dbase.h47 void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/index/
H A Dbase.cpp43 void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
170 GetDB().WriteBestBlock(batch, ::ChainActive().GetLocator(m_best_block_index)); in CommitInternal()
H A Dbase.h47 void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/index/
H A Dbase.cpp43 void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
170 GetDB().WriteBestBlock(batch, ::ChainActive().GetLocator(m_best_block_index)); in CommitInternal()
H A Dbase.h47 void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
/dports/net-p2p/bitcoin/bitcoin-22.0/src/index/
H A Dbase.h48 void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
H A Dbase.cpp44 void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
207 GetDB().WriteBestBlock(batch, m_chainstate->m_chain.GetLocator(m_best_block_index)); in CommitInternal()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/index/
H A Dbase.h48 void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
H A Dbase.cpp44 void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
207 GetDB().WriteBestBlock(batch, m_chainstate->m_chain.GetLocator(m_best_block_index)); in CommitInternal()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/index/
H A Dbase.h48 void WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator);
H A Dbase.cpp44 void BaseIndex::DB::WriteBestBlock(CDBBatch& batch, const CBlockLocator& locator) in WriteBestBlock() function in BaseIndex::DB
207 GetDB().WriteBestBlock(batch, m_chainstate->m_chain.GetLocator(m_best_block_index)); in CommitInternal()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.h143 bool WriteBestBlock(const CBlockLocator& locator);
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.h143 bool WriteBestBlock(const CBlockLocator& locator);
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.h143 bool WriteBestBlock(const CBlockLocator& locator);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwalletdb.h201 bool WriteBestBlock(const CBlockLocator& locator);
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwalletdb.h201 bool WriteBestBlock(const CBlockLocator& locator);

123