Home
last modified time | relevance | path

Searched refs:ACTIVEINTERNALSPK (Results 1 – 12 of 12) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwalletdb.cpp32 const std::string ACTIVEINTERNALSPK{"activeinternalspk"};
209 std::string key = internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK; in IsChange()
215 const std::string key{internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK};
594 } else if (strType == DBKeys::ACTIVEEXTERNALSPK || strType == DBKeys::ACTIVEINTERNALSPK) {
600 bool internal = strType == DBKeys::ACTIVEINTERNALSPK;
H A Dwalletdb.h56 extern const std::string ACTIVEINTERNALSPK;
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwalletdb.cpp32 const std::string ACTIVEINTERNALSPK{"activeinternalspk"}; variable
209 std::string key = internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK; in WriteActiveScriptPubKeyMan()
215 const std::string key{internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK}; in EraseActiveScriptPubKeyMan()
594 } else if (strType == DBKeys::ACTIVEEXTERNALSPK || strType == DBKeys::ACTIVEINTERNALSPK) { in ReadKeyValue()
600 bool internal = strType == DBKeys::ACTIVEINTERNALSPK; in ReadKeyValue()
H A Dwalletdb.h56 extern const std::string ACTIVEINTERNALSPK;
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwalletdb.cpp32 const std::string ACTIVEINTERNALSPK{"activeinternalspk"}; variable
209 std::string key = internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK; in WriteActiveScriptPubKeyMan()
215 const std::string key{internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK}; in EraseActiveScriptPubKeyMan()
594 } else if (strType == DBKeys::ACTIVEEXTERNALSPK || strType == DBKeys::ACTIVEINTERNALSPK) { in ReadKeyValue()
600 bool internal = strType == DBKeys::ACTIVEINTERNALSPK; in ReadKeyValue()
H A Dwalletdb.h56 extern const std::string ACTIVEINTERNALSPK;
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.cpp29 const std::string ACTIVEINTERNALSPK{"activeinternalspk"}; variable
205 std::string key = internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK; in WriteActiveScriptPubKeyMan()
562 } else if (strType == DBKeys::ACTIVEEXTERNALSPK || strType == DBKeys::ACTIVEINTERNALSPK) { in ReadKeyValue()
568 bool internal = strType == DBKeys::ACTIVEINTERNALSPK; in ReadKeyValue()
H A Dwalletdb.h57 extern const std::string ACTIVEINTERNALSPK;
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.cpp29 const std::string ACTIVEINTERNALSPK{"activeinternalspk"}; variable
205 std::string key = internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK; in WriteActiveScriptPubKeyMan()
562 } else if (strType == DBKeys::ACTIVEEXTERNALSPK || strType == DBKeys::ACTIVEINTERNALSPK) { in ReadKeyValue()
568 bool internal = strType == DBKeys::ACTIVEINTERNALSPK; in ReadKeyValue()
H A Dwalletdb.h57 extern const std::string ACTIVEINTERNALSPK;
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletdb.cpp29 const std::string ACTIVEINTERNALSPK{"activeinternalspk"}; variable
205 std::string key = internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK; in WriteActiveScriptPubKeyMan()
562 } else if (strType == DBKeys::ACTIVEEXTERNALSPK || strType == DBKeys::ACTIVEINTERNALSPK) { in ReadKeyValue()
568 bool internal = strType == DBKeys::ACTIVEINTERNALSPK; in ReadKeyValue()
H A Dwalletdb.h57 extern const std::string ACTIVEINTERNALSPK;