Home
last modified time | relevance | path

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

/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwallet.cpp2963 std::set<ScriptPubKeyMan*> spk_mans;
2968 spk_mans.insert(spk_man);
2972 return spk_mans;
2977 std::set<ScriptPubKeyMan*> spk_mans;
2979 spk_mans.insert(spk_man_pair.second.get());
2981 return spk_mans;
2996 std::set<ScriptPubKeyMan*> spk_mans;
2999 spk_mans.insert(spk_man_pair.second.get());
3002 return spk_mans;
3187 spk_mans[type] = spk_man;
[all …]
H A Dwalletdb.cpp601 auto& spk_mans = internal ? wss.m_active_internal_spks : wss.m_active_external_spks; in ReadKeyValue() local
602 if (spk_mans.count(static_cast<OutputType>(type)) > 0) { in ReadKeyValue()
606 spk_mans[static_cast<OutputType>(type)] = id; in ReadKeyValue()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwallet.cpp2963 std::set<ScriptPubKeyMan*> spk_mans;
2968 spk_mans.insert(spk_man);
2972 return spk_mans;
2977 std::set<ScriptPubKeyMan*> spk_mans;
2979 spk_mans.insert(spk_man_pair.second.get());
2981 return spk_mans;
2996 std::set<ScriptPubKeyMan*> spk_mans;
2999 spk_mans.insert(spk_man_pair.second.get());
3002 return spk_mans;
3187 spk_mans[type] = spk_man;
[all …]
H A Dwalletdb.cpp601 auto& spk_mans = internal ? wss.m_active_internal_spks : wss.m_active_external_spks;
602 if (spk_mans.count(static_cast<OutputType>(type)) > 0) {
606 spk_mans[static_cast<OutputType>(type)] = id;
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwallet.cpp2963 std::set<ScriptPubKeyMan*> spk_mans; in GetActiveScriptPubKeyMans() local
2968 spk_mans.insert(spk_man); in GetActiveScriptPubKeyMans()
2972 return spk_mans; in GetActiveScriptPubKeyMans()
2977 std::set<ScriptPubKeyMan*> spk_mans; in GetAllScriptPubKeyMans() local
2979 spk_mans.insert(spk_man_pair.second.get()); in GetAllScriptPubKeyMans()
2981 return spk_mans; in GetAllScriptPubKeyMans()
2996 std::set<ScriptPubKeyMan*> spk_mans; in GetScriptPubKeyMans() local
2999 spk_mans.insert(spk_man_pair.second.get()); in GetScriptPubKeyMans()
3002 return spk_mans; in GetScriptPubKeyMans()
3187 spk_mans[type] = spk_man; in LoadActiveScriptPubKeyMan()
[all …]
H A Dwalletdb.cpp601 auto& spk_mans = internal ? wss.m_active_internal_spks : wss.m_active_external_spks; in ReadKeyValue() local
602 if (spk_mans.count(static_cast<OutputType>(type)) > 0) { in ReadKeyValue()
606 spk_mans[static_cast<OutputType>(type)] = id; in ReadKeyValue()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwallet.cpp2631 if (spk_mans.size() == 0) { in SignTransaction()
2636 for (auto& spk_man : spk_mans) { in SignTransaction()
2710 if (spk_mans.size() == 0) { in FillPSBT()
2714 for (auto& spk_man : spk_mans) { in FillPSBT()
5235 std::set<ScriptPubKeyMan*> spk_mans; in GetActiveScriptPubKeyMans() local
5240 spk_mans.insert(spk_man); in GetActiveScriptPubKeyMans()
5244 return spk_mans; in GetActiveScriptPubKeyMans()
5249 std::set<ScriptPubKeyMan*> spk_mans; in GetAllScriptPubKeyMans() local
5253 return spk_mans; in GetAllScriptPubKeyMans()
5269 std::set<ScriptPubKeyMan*> spk_mans; in GetScriptPubKeyMans() local
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp4367 std::set<ScriptPubKeyMan*> spk_mans; in GetActiveScriptPubKeyMans() local
4372 spk_mans.insert(spk_man); in GetActiveScriptPubKeyMans()
4376 return spk_mans; in GetActiveScriptPubKeyMans()
4381 std::set<ScriptPubKeyMan*> spk_mans; in GetAllScriptPubKeyMans() local
4383 spk_mans.insert(spk_man_pair.second.get()); in GetAllScriptPubKeyMans()
4385 return spk_mans; in GetAllScriptPubKeyMans()
4401 std::set<ScriptPubKeyMan*> spk_mans; in GetScriptPubKeyMans() local
4404 spk_mans.insert(spk_man_pair.second.get()); in GetScriptPubKeyMans()
4407 return spk_mans; in GetScriptPubKeyMans()
4546 auto& spk_mans = internal ? m_internal_spk_managers : m_external_spk_managers; in LoadActiveScriptPubKeyMan() local
[all …]
H A Dwalletdb.cpp569 auto& spk_mans = internal ? wss.m_active_internal_spks : wss.m_active_external_spks; in ReadKeyValue() local
570 if (spk_mans.count(static_cast<OutputType>(type)) > 0) { in ReadKeyValue()
574 spk_mans[static_cast<OutputType>(type)] = id; in ReadKeyValue()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp4367 std::set<ScriptPubKeyMan*> spk_mans; in GetActiveScriptPubKeyMans() local
4372 spk_mans.insert(spk_man); in GetActiveScriptPubKeyMans()
4376 return spk_mans; in GetActiveScriptPubKeyMans()
4381 std::set<ScriptPubKeyMan*> spk_mans; in GetAllScriptPubKeyMans() local
4383 spk_mans.insert(spk_man_pair.second.get()); in GetAllScriptPubKeyMans()
4385 return spk_mans; in GetAllScriptPubKeyMans()
4401 std::set<ScriptPubKeyMan*> spk_mans; in GetScriptPubKeyMans() local
4404 spk_mans.insert(spk_man_pair.second.get()); in GetScriptPubKeyMans()
4407 return spk_mans; in GetScriptPubKeyMans()
4546 auto& spk_mans = internal ? m_internal_spk_managers : m_external_spk_managers; in LoadActiveScriptPubKeyMan() local
[all …]
H A Dwalletdb.cpp569 auto& spk_mans = internal ? wss.m_active_internal_spks : wss.m_active_external_spks; in ReadKeyValue() local
570 if (spk_mans.count(static_cast<OutputType>(type)) > 0) { in ReadKeyValue()
574 spk_mans[static_cast<OutputType>(type)] = id; in ReadKeyValue()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp4367 std::set<ScriptPubKeyMan*> spk_mans; in GetActiveScriptPubKeyMans() local
4372 spk_mans.insert(spk_man); in GetActiveScriptPubKeyMans()
4376 return spk_mans; in GetActiveScriptPubKeyMans()
4381 std::set<ScriptPubKeyMan*> spk_mans; in GetAllScriptPubKeyMans() local
4383 spk_mans.insert(spk_man_pair.second.get()); in GetAllScriptPubKeyMans()
4385 return spk_mans; in GetAllScriptPubKeyMans()
4401 std::set<ScriptPubKeyMan*> spk_mans; in GetScriptPubKeyMans() local
4404 spk_mans.insert(spk_man_pair.second.get()); in GetScriptPubKeyMans()
4407 return spk_mans; in GetScriptPubKeyMans()
4546 auto& spk_mans = internal ? m_internal_spk_managers : m_external_spk_managers; in LoadActiveScriptPubKeyMan() local
[all …]
H A Dwalletdb.cpp569 auto& spk_mans = internal ? wss.m_active_internal_spks : wss.m_active_external_spks; in ReadKeyValue() local
570 if (spk_mans.count(static_cast<OutputType>(type)) > 0) { in ReadKeyValue()
574 spk_mans[static_cast<OutputType>(type)] = id; in ReadKeyValue()