Home
last modified time | relevance | path

Searched refs:nLastTime (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dnet.cpp2673 static int64_t nLastTime; in AskFor() local
2674 ++nLastTime; in AskFor()
2675 nNow = std::max(nNow, nLastTime); in AskFor()
2676 nLastTime = nNow; in AskFor()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dnet.cpp2673 static int64_t nLastTime; in AskFor() local
2674 ++nLastTime; in AskFor()
2675 nNow = std::max(nNow, nLastTime); in AskFor()
2676 nLastTime = nNow; in AskFor()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dnet.cpp2673 static int64_t nLastTime; in AskFor() local
2674 ++nLastTime; in AskFor()
2675 nNow = std::max(nNow, nLastTime); in AskFor()
2676 nLastTime = nNow; in AskFor()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dnet.cpp2569 static int64_t nLastTime; in AskFor() local
2570 ++nLastTime; in AskFor()
2571 nNow = std::max(nNow, nLastTime); in AskFor()
2572 nLastTime = nNow; in AskFor()
H A Dmain.cpp1344 static int64_t nLastTime; in AcceptToMemoryPoolWorker() local
1350 dFreeCount *= pow(1.0 - 1.0/600.0, (double)(nNow - nLastTime)); in AcceptToMemoryPoolWorker()
1351 nLastTime = nNow; in AcceptToMemoryPoolWorker()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dnet.cpp2569 static int64_t nLastTime; in AskFor() local
2570 ++nLastTime; in AskFor()
2571 nNow = std::max(nNow, nLastTime); in AskFor()
2572 nLastTime = nNow; in AskFor()
H A Dmain.cpp1344 static int64_t nLastTime; in AcceptToMemoryPoolWorker() local
1350 dFreeCount *= pow(1.0 - 1.0/600.0, (double)(nNow - nLastTime)); in AcceptToMemoryPoolWorker()
1351 nLastTime = nNow; in AcceptToMemoryPoolWorker()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dnet.cpp2569 static int64_t nLastTime; in AskFor() local
2570 ++nLastTime; in AskFor()
2571 nNow = std::max(nNow, nLastTime); in AskFor()
2572 nLastTime = nNow; in AskFor()
H A Dmain.cpp1344 static int64_t nLastTime; in AcceptToMemoryPoolWorker() local
1350 dFreeCount *= pow(1.0 - 1.0/600.0, (double)(nNow - nLastTime)); in AcceptToMemoryPoolWorker()
1351 nLastTime = nNow; in AcceptToMemoryPoolWorker()