Home
last modified time | relevance | path

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

/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dvalidation.cpp2043 static std::chrono::microseconds nLastFlush{0}; in FlushStateToDisk() local
2088 if (nLastFlush.count() == 0) { in FlushStateToDisk()
2089 nLastFlush = nNow; in FlushStateToDisk()
2098 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + DATABASE_FLUSH_INTER… in FlushStateToDisk()
2158 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dvalidation.cpp2043 static std::chrono::microseconds nLastFlush{0}; in FlushStateToDisk() local
2088 if (nLastFlush.count() == 0) { in FlushStateToDisk()
2089 nLastFlush = nNow; in FlushStateToDisk()
2098 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + DATABASE_FLUSH_INTER… in FlushStateToDisk()
2158 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dvalidation.cpp2043 static std::chrono::microseconds nLastFlush{0}; in FlushStateToDisk() local
2088 if (nLastFlush.count() == 0) { in FlushStateToDisk()
2089 nLastFlush = nNow; in FlushStateToDisk()
2098 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + DATABASE_FLUSH_INTER… in FlushStateToDisk()
2158 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dvalidation.cpp2078 static int64_t nLastFlush = 0; in FlushStateToDisk() local
2106 if (nLastFlush == 0) { in FlushStateToDisk()
2107 nLastFlush = nNow; in FlushStateToDisk()
2119 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + (int64_t)DATABASE_FL… in FlushStateToDisk()
2164 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dvalidation.cpp2078 static int64_t nLastFlush = 0; in FlushStateToDisk() local
2106 if (nLastFlush == 0) { in FlushStateToDisk()
2107 nLastFlush = nNow; in FlushStateToDisk()
2119 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + (int64_t)DATABASE_FL… in FlushStateToDisk()
2164 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dvalidation.cpp2078 static int64_t nLastFlush = 0; in FlushStateToDisk() local
2106 if (nLastFlush == 0) { in FlushStateToDisk()
2107 nLastFlush = nNow; in FlushStateToDisk()
2119 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + (int64_t)DATABASE_FL… in FlushStateToDisk()
2164 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dvalidation.cpp2325 static std::chrono::microseconds nLastFlush{0}; in FlushStateToDisk() local
2362 if (nLastFlush.count() == 0) { in FlushStateToDisk()
2363 nLastFlush = nNow; in FlushStateToDisk()
2372 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + DATABASE_FLUSH_INTER… in FlushStateToDisk()
2432 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dvalidation.cpp2325 static std::chrono::microseconds nLastFlush{0}; in FlushStateToDisk() local
2362 if (nLastFlush.count() == 0) { in FlushStateToDisk()
2363 nLastFlush = nNow; in FlushStateToDisk()
2372 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + DATABASE_FLUSH_INTER… in FlushStateToDisk()
2432 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dvalidation.cpp2325 static std::chrono::microseconds nLastFlush{0}; in FlushStateToDisk() local
2362 if (nLastFlush.count() == 0) { in FlushStateToDisk()
2363 nLastFlush = nNow; in FlushStateToDisk()
2372 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + DATABASE_FLUSH_INTER… in FlushStateToDisk()
2432 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dmain.cpp2591 static int64_t nLastFlush = 0; in FlushStateToDisk() local
2612 if (nLastFlush == 0) { in FlushStateToDisk()
2613 nLastFlush = nNow; in FlushStateToDisk()
2626 …bool fPeriodicFlush = mode == FLUSH_STATE_PERIODIC && nNow > nLastFlush + (int64_t)DATABASE_FLUSH_… in FlushStateToDisk()
2671 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dmain.cpp2591 static int64_t nLastFlush = 0; in FlushStateToDisk() local
2612 if (nLastFlush == 0) { in FlushStateToDisk()
2613 nLastFlush = nNow; in FlushStateToDisk()
2626 …bool fPeriodicFlush = mode == FLUSH_STATE_PERIODIC && nNow > nLastFlush + (int64_t)DATABASE_FLUSH_… in FlushStateToDisk()
2671 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dmain.cpp2591 static int64_t nLastFlush = 0; in FlushStateToDisk() local
2612 if (nLastFlush == 0) { in FlushStateToDisk()
2613 nLastFlush = nNow; in FlushStateToDisk()
2626 …bool fPeriodicFlush = mode == FLUSH_STATE_PERIODIC && nNow > nLastFlush + (int64_t)DATABASE_FLUSH_… in FlushStateToDisk()
2671 nLastFlush = nNow; in FlushStateToDisk()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dvalidation.cpp3698 static int64_t nLastFlush = 0; in FlushStateToDisk() local
3735 if (nLastFlush == 0) { in FlushStateToDisk()
3736 nLastFlush = nNow; in FlushStateToDisk()
3745 …bool fPeriodicFlush = mode == FlushStateMode::PERIODIC && nNow > nLastFlush + (int64_t)DATABASE_FL… in FlushStateToDisk()
3805 nLastFlush = nNow; in FlushStateToDisk()