Home
last modified time | relevance | path

Searched refs:EraseTx (Results 1 – 25 of 35) sorted by relevance

12

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dtxorphanage.cpp56 int TxOrphanage::EraseTx(const uint256& txid) in EraseTx() function in TxOrphanage
99 nErased += EraseTx(maybeErase->second.tx->GetHash()); in EraseForPeer()
121 nErased += EraseTx(maybeErase->second.tx->GetHash()); in LimitOrphans()
135 EraseTx(m_orphan_list[randompos]->first); in LimitOrphans()
198 nErased += EraseTx(orphanHash); in EraseForBlock()
H A Dtxorphanage.h35 int EraseTx(const uint256& txid) EXCLUSIVE_LOCKS_REQUIRED(g_cs_orphans);
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dtxorphanage.cpp56 int TxOrphanage::EraseTx(const uint256& txid) in EraseTx() function in TxOrphanage
99 nErased += EraseTx(maybeErase->second.tx->GetHash()); in EraseForPeer()
121 nErased += EraseTx(maybeErase->second.tx->GetHash()); in LimitOrphans()
135 EraseTx(m_orphan_list[randompos]->first); in LimitOrphans()
198 nErased += EraseTx(orphanHash); in EraseForBlock()
H A Dtxorphanage.h35 int EraseTx(const uint256& txid) EXCLUSIVE_LOCKS_REQUIRED(g_cs_orphans);
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dtxorphanage.cpp56 int TxOrphanage::EraseTx(const uint256& txid) in EraseTx() function in TxOrphanage
99 nErased += EraseTx(maybeErase->second.tx->GetHash()); in EraseForPeer()
121 nErased += EraseTx(maybeErase->second.tx->GetHash()); in LimitOrphans()
135 EraseTx(m_orphan_list[randompos]->first); in LimitOrphans()
198 nErased += EraseTx(orphanHash); in EraseForBlock()
H A Dtxorphanage.h35 int EraseTx(const uint256& txid) EXCLUSIVE_LOCKS_REQUIRED(g_cs_orphans);
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp55 bool WalletBatch::EraseTx(uint256 hash) in EraseTx() function in WalletBatch
631 if(!EraseTx(hash)) { in ZapSelectTx()
655 if (!EraseTx(hash)) in ZapWalletTx()
H A Dwalletdb.h189 bool EraseTx(uint256 hash);
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp55 bool WalletBatch::EraseTx(uint256 hash) in EraseTx() function in WalletBatch
631 if(!EraseTx(hash)) { in ZapSelectTx()
655 if (!EraseTx(hash)) in ZapWalletTx()
H A Dwalletdb.h189 bool EraseTx(uint256 hash);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp55 bool WalletBatch::EraseTx(uint256 hash) in EraseTx() function in WalletBatch
631 if(!EraseTx(hash)) { in ZapSelectTx()
655 if (!EraseTx(hash)) in ZapWalletTx()
H A Dwalletdb.h189 bool EraseTx(uint256 hash);
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.h132 bool EraseTx(uint256 hash);
H A Dwalletdb.cpp64 bool CWalletDB::EraseTx(uint256 hash) in EraseTx() function in CWalletDB
823 if(!EraseTx(hash)) { in ZapSelectTx()
847 if (!EraseTx(hash)) in ZapWalletTx()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.h132 bool EraseTx(uint256 hash);
H A Dwalletdb.cpp64 bool CWalletDB::EraseTx(uint256 hash) in EraseTx() function in CWalletDB
823 if(!EraseTx(hash)) { in ZapSelectTx()
847 if (!EraseTx(hash)) in ZapWalletTx()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.h132 bool EraseTx(uint256 hash);
H A Dwalletdb.cpp64 bool CWalletDB::EraseTx(uint256 hash) in EraseTx() function in CWalletDB
823 if(!EraseTx(hash)) { in ZapSelectTx()
847 if (!EraseTx(hash)) in ZapWalletTx()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwalletdb.cpp84 bool WalletBatch::EraseTx(uint256 hash) in EraseTx() function in WalletBatch
706 if(!EraseTx(hash)) { in ZapSelectTx()
730 if (!EraseTx(hash)) in ZapWalletTx()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwalletdb.h221 bool EraseTx(uint256 hash);
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwalletdb.h221 bool EraseTx(uint256 hash);
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwalletdb.h221 bool EraseTx(uint256 hash);
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.h222 bool EraseTx(uint256 hash);
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.h222 bool EraseTx(uint256 hash);
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.h222 bool EraseTx(uint256 hash);

12