![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
This is the complete list of members for BlockManager, including all inherited members.
AcceptBlockHeader(const CBlockHeader &block, BlockValidationState &state, const CChainParams &chainparams, CBlockIndex **ppindex) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
AddToBlockIndex(const CBlockHeader &block) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
CChainState | BlockManager | private |
FindFilesToPrune(std::set< int > &setFilesToPrune, uint64_t nPruneAfterHeight, int chain_tip_height, int prune_height, bool is_ibd) | BlockManager | private |
FindFilesToPruneManual(std::set< int > &setFilesToPrune, int nManualPruneHeight, int chain_tip_height) | BlockManager | private |
FindForkInGlobalIndex(const CChain &chain, const CBlockLocator &locator) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
GetLastCheckpoint(const CCheckpointData &data) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
GetSpendHeight(const CCoinsViewCache &inputs) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
GUARDED_BY(cs_main) | BlockManager | |
InsertBlockIndex(const uint256 &hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
LoadBlockIndex(const Consensus::Params &consensus_params, CBlockTreeDB &blocktree, std::set< CBlockIndex *, CBlockIndexWorkComparator > &block_index_candidates) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
LookupBlockIndex(const uint256 &hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
m_blocks_unlinked | BlockManager | |
m_failed_blocks | BlockManager | |
PruneOneBlockFile(const int fileNumber) EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
Unload() EXCLUSIVE_LOCKS_REQUIRED(cs_main) | BlockManager | |
~BlockManager() | BlockManager | inline |