Home
last modified time | relevance | path

Searched refs:nUpdateCounter (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalpamproxydb.cpp49 GDALPamProxyDB() { nUpdateCounter = -1; } in GDALPamProxyDB()
53 int nUpdateCounter; member in GDALPamProxyDB
77 if( nUpdateCounter == -1 ) in CheckLoadDB()
98 nUpdateCounter = 0; in LoadDB()
116 nUpdateCounter = atoi((const char *) abyHeader + 10); in LoadDB()
206 sprintf( (char *) abyHeader + 10, "%9d", nUpdateCounter ); in SaveDB()
337 poProxyDB->nUpdateCounter++ ); in PamAllocateProxy()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalpamproxydb.cpp49 GDALPamProxyDB() { nUpdateCounter = -1; } in GDALPamProxyDB()
53 int nUpdateCounter; member in GDALPamProxyDB
77 if( nUpdateCounter == -1 ) in CheckLoadDB()
98 nUpdateCounter = 0; in LoadDB()
116 nUpdateCounter = atoi((const char *) abyHeader + 10); in LoadDB()
208 sprintf( (char *) abyHeader + 10, "%9d", nUpdateCounter ); in SaveDB()
379 osCounter.Printf( "%06d_", poProxyDB->nUpdateCounter++ ); in PamAllocateProxy()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalpamproxydb.cpp69 int nUpdateCounter = -1; member in GDALPamProxyDB
93 if( nUpdateCounter == -1 ) in CheckLoadDB()
114 nUpdateCounter = 0; in LoadDB()
134 nUpdateCounter = atoi(reinterpret_cast<char *>(abyHeader) + 10); in LoadDB()
238 "%9d", nUpdateCounter ); in SaveDB()
415 osCounter.Printf( "%06d_", poProxyDB->nUpdateCounter++ ); in PamAllocateProxy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalpamproxydb.cpp69 int nUpdateCounter = -1; member in GDALPamProxyDB
93 if( nUpdateCounter == -1 ) in CheckLoadDB()
114 nUpdateCounter = 0; in LoadDB()
134 nUpdateCounter = atoi(reinterpret_cast<char *>(abyHeader) + 10); in LoadDB()
238 "%9d", nUpdateCounter ); in SaveDB()
415 osCounter.Printf( "%06d_", poProxyDB->nUpdateCounter++ ); in PamAllocateProxy()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalpamproxydb.cpp69 int nUpdateCounter = -1; member in GDALPamProxyDB
93 if( nUpdateCounter == -1 ) in CheckLoadDB()
114 nUpdateCounter = 0; in LoadDB()
134 nUpdateCounter = atoi(reinterpret_cast<char *>(abyHeader) + 10); in LoadDB()
238 "%9d", nUpdateCounter ); in SaveDB()
415 osCounter.Printf( "%06d_", poProxyDB->nUpdateCounter++ ); in PamAllocateProxy()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Ddb.h108 WalletDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0) {} in WalletDatabase()
149 std::atomic<unsigned int> nUpdateCounter; variable
192 void IncrementUpdateCounter() override { ++nUpdateCounter; } in IncrementUpdateCounter()
H A Dwalletdb.h187 if (m_database.nUpdateCounter % 1000 == 0) {
200 if (m_database.nUpdateCounter % 1000 == 0) { in EraseIC()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Ddb.h108 WalletDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0) {} in WalletDatabase()
149 std::atomic<unsigned int> nUpdateCounter; variable
192 void IncrementUpdateCounter() override { ++nUpdateCounter; } in IncrementUpdateCounter()
H A Dwalletdb.h187 if (m_database.nUpdateCounter % 1000 == 0) {
200 if (m_database.nUpdateCounter % 1000 == 0) { in EraseIC()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Ddb.h108 WalletDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0) {} in WalletDatabase()
149 std::atomic<unsigned int> nUpdateCounter; variable
192 void IncrementUpdateCounter() override { ++nUpdateCounter; } in IncrementUpdateCounter()
H A Dwalletdb.h187 if (m_database.nUpdateCounter % 1000 == 0) {
200 if (m_database.nUpdateCounter % 1000 == 0) { in EraseIC()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Ddb.h107 WalletDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0) {} in WalletDatabase()
148 std::atomic<unsigned int> nUpdateCounter; variable
191 void IncrementUpdateCounter() override { ++nUpdateCounter; } in IncrementUpdateCounter()
H A Dwalletdb.h186 if (m_database.nUpdateCounter % 1000 == 0) {
199 if (m_database.nUpdateCounter % 1000 == 0) { in EraseIC()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Ddb.h107 WalletDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0) {} in WalletDatabase()
148 std::atomic<unsigned int> nUpdateCounter; variable
191 void IncrementUpdateCounter() override { ++nUpdateCounter; } in IncrementUpdateCounter()
H A Dwalletdb.h186 if (m_database.nUpdateCounter % 1000 == 0) {
199 if (m_database.nUpdateCounter % 1000 == 0) { in EraseIC()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Ddb.h107 WalletDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0) {} in IsSQLiteFile()
148 std::atomic<unsigned int> nUpdateCounter;
191 void IncrementUpdateCounter() override { ++nUpdateCounter; }
H A Dwalletdb.h186 if (m_database.nUpdateCounter % 1000 == 0) {
199 if (m_database.nUpdateCounter % 1000 == 0) { in EraseIC()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp675 unsigned int nUpdateCounter = dbh.nUpdateCounter; in MaybeCompactWalletDB() local
677 if (dbh.nLastSeen != nUpdateCounter) { in MaybeCompactWalletDB()
678 dbh.nLastSeen = nUpdateCounter; in MaybeCompactWalletDB()
682 if (dbh.nLastFlushed != nUpdateCounter && GetTime() - dbh.nLastWalletUpdate >= 2) { in MaybeCompactWalletDB()
684 dbh.nLastFlushed = nUpdateCounter; in MaybeCompactWalletDB()
H A Ddb.h115 …BerkeleyDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(n… in BerkeleyDatabase()
121nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(std::move(env)), strFi… in BerkeleyDatabase()
169 std::atomic<unsigned int> nUpdateCounter; variable
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp675 unsigned int nUpdateCounter = dbh.nUpdateCounter; in MaybeCompactWalletDB() local
677 if (dbh.nLastSeen != nUpdateCounter) { in MaybeCompactWalletDB()
678 dbh.nLastSeen = nUpdateCounter; in MaybeCompactWalletDB()
682 if (dbh.nLastFlushed != nUpdateCounter && GetTime() - dbh.nLastWalletUpdate >= 2) { in MaybeCompactWalletDB()
684 dbh.nLastFlushed = nUpdateCounter; in MaybeCompactWalletDB()
H A Ddb.h115 …BerkeleyDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(n… in BerkeleyDatabase()
121nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(std::move(env)), strFi… in BerkeleyDatabase()
169 std::atomic<unsigned int> nUpdateCounter; variable
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwalletdb.cpp675 unsigned int nUpdateCounter = dbh.nUpdateCounter; in MaybeCompactWalletDB() local
677 if (dbh.nLastSeen != nUpdateCounter) { in MaybeCompactWalletDB()
678 dbh.nLastSeen = nUpdateCounter; in MaybeCompactWalletDB()
682 if (dbh.nLastFlushed != nUpdateCounter && GetTime() - dbh.nLastWalletUpdate >= 2) { in MaybeCompactWalletDB()
684 dbh.nLastFlushed = nUpdateCounter; in MaybeCompactWalletDB()
H A Ddb.h115 …BerkeleyDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(n… in BerkeleyDatabase()
121nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(std::move(env)), strFi… in BerkeleyDatabase()
169 std::atomic<unsigned int> nUpdateCounter; variable
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Ddb.h116 …BerkeleyDatabase() : nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(n… in BerkeleyDatabase()
122nUpdateCounter(0), nLastSeen(0), nLastFlushed(0), nLastWalletUpdate(0), env(std::move(env)), strFi… in BerkeleyDatabase()
170 std::atomic<unsigned int> nUpdateCounter; variable
H A Dwalletdb.cpp750 unsigned int nUpdateCounter = dbh.nUpdateCounter; in MaybeCompactWalletDB() local
752 if (dbh.nLastSeen != nUpdateCounter) { in MaybeCompactWalletDB()
753 dbh.nLastSeen = nUpdateCounter; in MaybeCompactWalletDB()
757 if (dbh.nLastFlushed != nUpdateCounter && GetTime() - dbh.nLastWalletUpdate >= 2) { in MaybeCompactWalletDB()
759 dbh.nLastFlushed = nUpdateCounter; in MaybeCompactWalletDB()

12