Home
last modified time | relevance | path

Searched refs:setAlreadyIncluded (Results 1 – 13 of 13) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dtxmempool.cpp119 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
144 if (!visited(childIter) && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
150 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dtxmempool.cpp119 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
144 if (!visited(childIter) && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
150 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dtxmempool.cpp119 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
144 if (!visited(childIter) && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
150 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dtxmempool.cpp116 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
140 if (setChildren.insert(childIter).second && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
145 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dtxmempool.cpp116 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
140 if (setChildren.insert(childIter).second && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
145 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dtxmempool.cpp141 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
165 if (setChildren.insert(childIter).second && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
170 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dtxmempool.cpp134 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
159 if (!visited(childIter) && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
165 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dtxmempool.cpp141 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
165 if (setChildren.insert(childIter).second && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
170 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dtxmempool.cpp134 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
159 if (!visited(childIter) && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
165 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dtxmempool.cpp134 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
159 if (!visited(childIter) && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
165 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dtxmempool.cpp141 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
165 if (setChildren.insert(childIter).second && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
170 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dtxmempool.cpp116 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
140 if (setChildren.insert(childIter).second && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
145 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dtxmempool.cpp120 std::set<uint256> setAlreadyIncluded(vHashesToUpdate.begin(), vHashesToUpdate.end()); in UpdateTransactionsFromBlock() local
145 if (!visited(childIter) && !setAlreadyIncluded.count(childHash)) { in UpdateTransactionsFromBlock()
151 UpdateForDescendants(it, mapMemPoolDescendantsToUpdate, setAlreadyIncluded); in UpdateTransactionsFromBlock()