Home
last modified time | relevance | path

Searched refs:GetImportTimestamp (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp1254 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1381 GetImportTimestamp(data, now); in importmulti()
1387 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1426 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1442GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
1690 const int64_t timestamp = std::max(GetImportTimestamp(request, now), minimum_timestamp); in importdescriptors()
1731 … if (scanned_time <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importdescriptors()
1747GetImportTimestamp(request, now), scanned_time - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importdescriptors()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp1254 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1381 GetImportTimestamp(data, now); in importmulti()
1387 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1426 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1442GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
1690 const int64_t timestamp = std::max(GetImportTimestamp(request, now), minimum_timestamp); in importdescriptors()
1731 … if (scanned_time <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importdescriptors()
1747GetImportTimestamp(request, now), scanned_time - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importdescriptors()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Drpcdump.cpp1254 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1381 GetImportTimestamp(data, now); in importmulti()
1387 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1426 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1442GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
1690 const int64_t timestamp = std::max(GetImportTimestamp(request, now), minimum_timestamp); in importdescriptors()
1731 … if (scanned_time <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importdescriptors()
1747GetImportTimestamp(request, now), scanned_time - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importdescriptors()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp1248 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1376 GetImportTimestamp(data, now); in importmulti()
1382 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1421 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1437GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
1675 const int64_t timestamp = std::max(GetImportTimestamp(request, now), minimum_timestamp); in importdescriptors()
1716 … if (scanned_time <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importdescriptors()
1732GetImportTimestamp(request, now), scanned_time - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importdescriptors()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp1248 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1376 GetImportTimestamp(data, now); in importmulti()
1382 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1421 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1437GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
1675 const int64_t timestamp = std::max(GetImportTimestamp(request, now), minimum_timestamp); in importdescriptors()
1716 … if (scanned_time <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importdescriptors()
1732GetImportTimestamp(request, now), scanned_time - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importdescriptors()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcdump.cpp1248 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1376 GetImportTimestamp(data, now); in importmulti()
1382 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1421 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1437GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
1675 const int64_t timestamp = std::max(GetImportTimestamp(request, now), minimum_timestamp); in importdescriptors()
1716 … if (scanned_time <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importdescriptors()
1732GetImportTimestamp(request, now), scanned_time - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importdescriptors()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcdump.cpp1254 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1387 GetImportTimestamp(data, now); in importmulti()
1399 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1439 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1455GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp1324 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1444 GetImportTimestamp(data, now); in importmulti()
1456 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1496 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1512GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp1324 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1444 GetImportTimestamp(data, now); in importmulti()
1456 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1496 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1512GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcdump.cpp1324 static int64_t GetImportTimestamp(const UniValue& data, int64_t now) in GetImportTimestamp() function
1444 GetImportTimestamp(data, now); in importmulti()
1456 const int64_t timestamp = std::max(GetImportTimestamp(data, now), minimumTimestamp); in importmulti()
1496 … if (scannedTime <= GetImportTimestamp(request, now) || results.at(i).exists("error")) { in importmulti()
1512GetImportTimestamp(request, now), scannedTime - TIMESTAMP_WINDOW - 1, TIMESTAMP_WINDOW))); in importmulti()