Home
last modified time | relevance | path

Searched refs:mapKeyBirth (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Drpcdump.cpp580 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
582 pwalletMain->GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
587 …for (std::map<CKeyID, int64_t>::const_iterator it = mapKeyBirth.begin(); it != mapKeyBirth.end(); … in dumpwallet()
590 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp3175 void CWallet::GetKeyBirthTimes(std::map<CKeyID, int64_t> &mapKeyBirth) const { in GetKeyBirthTimes()
3177 mapKeyBirth.clear(); in GetKeyBirthTimes()
3182 mapKeyBirth[it->first] = it->second.nCreateTime; in GetKeyBirthTimes()
3190 if (mapKeyBirth.count(keyid) == 0) in GetKeyBirthTimes()
3224 mapKeyBirth[it->first] = it->second->GetBlockTime() - 7200; // block times can be 2h off in GetKeyBirthTimes()
H A Dwallet.h723 void GetKeyBirthTimes(std::map<CKeyID, int64_t> &mapKeyBirth) const;
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Drpcdump.cpp580 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
582 pwalletMain->GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
587 …for (std::map<CKeyID, int64_t>::const_iterator it = mapKeyBirth.begin(); it != mapKeyBirth.end(); … in dumpwallet()
590 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp3175 void CWallet::GetKeyBirthTimes(std::map<CKeyID, int64_t> &mapKeyBirth) const { in GetKeyBirthTimes()
3177 mapKeyBirth.clear(); in GetKeyBirthTimes()
3182 mapKeyBirth[it->first] = it->second.nCreateTime; in GetKeyBirthTimes()
3190 if (mapKeyBirth.count(keyid) == 0) in GetKeyBirthTimes()
3224 mapKeyBirth[it->first] = it->second->GetBlockTime() - 7200; // block times can be 2h off in GetKeyBirthTimes()
H A Dwallet.h723 void GetKeyBirthTimes(std::map<CKeyID, int64_t> &mapKeyBirth) const;
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Drpcdump.cpp580 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
582 pwalletMain->GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
587 …for (std::map<CKeyID, int64_t>::const_iterator it = mapKeyBirth.begin(); it != mapKeyBirth.end(); … in dumpwallet()
590 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp3175 void CWallet::GetKeyBirthTimes(std::map<CKeyID, int64_t> &mapKeyBirth) const { in GetKeyBirthTimes()
3177 mapKeyBirth.clear(); in GetKeyBirthTimes()
3182 mapKeyBirth[it->first] = it->second.nCreateTime; in GetKeyBirthTimes()
3190 if (mapKeyBirth.count(keyid) == 0) in GetKeyBirthTimes()
3224 mapKeyBirth[it->first] = it->second->GetBlockTime() - 7200; // block times can be 2h off in GetKeyBirthTimes()
H A Dwallet.h723 void GetKeyBirthTimes(std::map<CKeyID, int64_t> &mapKeyBirth) const;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcdump.cpp779 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
781 pwallet->GetKeyBirthTimes(*locked_chain, mapKeyBirth); in dumpwallet()
787 for (const auto& entry : mapKeyBirth) { in dumpwallet()
790 mapKeyBirth.clear(); in dumpwallet()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp806 std::map<CTxDestination, int64_t> mapKeyBirth; in dumpwallet() local
808 pwallet->GetKeyBirthTimes(*locked_chain, mapKeyBirth); in dumpwallet()
815 for (const auto& entry : mapKeyBirth) { in dumpwallet()
820 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp3874 …imes(interfaces::Chain::Lock& locked_chain, std::map<CTxDestination, int64_t> &mapKeyBirth) const { in GetKeyBirthTimes()
3876 mapKeyBirth.clear(); in GetKeyBirthTimes()
3881 mapKeyBirth[entry.first] = entry.second.nCreateTime; in GetKeyBirthTimes()
3890 if (mapKeyBirth.count(keyid) == 0) in GetKeyBirthTimes()
3918mapKeyBirth[entry.first] = locked_chain.getBlockTime(entry.second) - TIMESTAMP_WINDOW; // block ti… in GetKeyBirthTimes()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp806 std::map<CTxDestination, int64_t> mapKeyBirth; in dumpwallet() local
808 pwallet->GetKeyBirthTimes(*locked_chain, mapKeyBirth); in dumpwallet()
815 for (const auto& entry : mapKeyBirth) { in dumpwallet()
820 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp3874 …imes(interfaces::Chain::Lock& locked_chain, std::map<CTxDestination, int64_t> &mapKeyBirth) const { in GetKeyBirthTimes()
3876 mapKeyBirth.clear(); in GetKeyBirthTimes()
3881 mapKeyBirth[entry.first] = entry.second.nCreateTime; in GetKeyBirthTimes()
3890 if (mapKeyBirth.count(keyid) == 0) in GetKeyBirthTimes()
3918mapKeyBirth[entry.first] = locked_chain.getBlockTime(entry.second) - TIMESTAMP_WINDOW; // block ti… in GetKeyBirthTimes()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp806 std::map<CTxDestination, int64_t> mapKeyBirth; in dumpwallet() local
808 pwallet->GetKeyBirthTimes(*locked_chain, mapKeyBirth); in dumpwallet()
815 for (const auto& entry : mapKeyBirth) { in dumpwallet()
820 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp3874 …imes(interfaces::Chain::Lock& locked_chain, std::map<CTxDestination, int64_t> &mapKeyBirth) const { in GetKeyBirthTimes()
3876 mapKeyBirth.clear(); in GetKeyBirthTimes()
3881 mapKeyBirth[entry.first] = entry.second.nCreateTime; in GetKeyBirthTimes()
3890 if (mapKeyBirth.count(keyid) == 0) in GetKeyBirthTimes()
3918mapKeyBirth[entry.first] = locked_chain.getBlockTime(entry.second) - TIMESTAMP_WINDOW; // block ti… in GetKeyBirthTimes()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp764 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
765 wallet.GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
779 for (const auto& entry : mapKeyBirth) { in dumpwallet()
782 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp2297 void CWallet::GetKeyBirthTimes(std::map<CKeyID, int64_t>& mapKeyBirth) const {
2299 mapKeyBirth.clear();
2315 mapKeyBirth[entry.first] = entry.second.nCreateTime;
2321 if (mapKeyBirth.count(keyid) == 0)
2353 mapKeyBirth[entry.first] = block_time - TIMESTAMP_WINDOW; // block times can be 2h off
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp764 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
765 wallet.GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
779 for (const auto& entry : mapKeyBirth) { in dumpwallet()
782 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp2297 void CWallet::GetKeyBirthTimes(std::map<CKeyID, int64_t>& mapKeyBirth) const {
2299 mapKeyBirth.clear();
2315 mapKeyBirth[entry.first] = entry.second.nCreateTime;
2321 if (mapKeyBirth.count(keyid) == 0)
2353 mapKeyBirth[entry.first] = block_time - TIMESTAMP_WINDOW; // block times can be 2h off
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp764 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
765 wallet.GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
779 for (const auto& entry : mapKeyBirth) { in dumpwallet()
782 mapKeyBirth.clear(); in dumpwallet()
H A Dwallet.cpp2297 void CWallet::GetKeyBirthTimes(std::map<CKeyID, int64_t>& mapKeyBirth) const { in GetKeyBirthTimes()
2299 mapKeyBirth.clear(); in GetKeyBirthTimes()
2315 mapKeyBirth[entry.first] = entry.second.nCreateTime; in GetKeyBirthTimes()
2321 if (mapKeyBirth.count(keyid) == 0) in GetKeyBirthTimes()
2353 mapKeyBirth[entry.first] = block_time - TIMESTAMP_WINDOW; // block times can be 2h off in GetKeyBirthTimes()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp769 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
771 wallet.GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
777 for (const auto& entry : mapKeyBirth) { in dumpwallet()
780 mapKeyBirth.clear(); in dumpwallet()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp769 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
771 wallet.GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
777 for (const auto& entry : mapKeyBirth) { in dumpwallet()
780 mapKeyBirth.clear(); in dumpwallet()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp769 std::map<CKeyID, int64_t> mapKeyBirth; in dumpwallet() local
771 wallet.GetKeyBirthTimes(mapKeyBirth); in dumpwallet()
777 for (const auto& entry : mapKeyBirth) { in dumpwallet()
780 mapKeyBirth.clear(); in dumpwallet()

12