![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "clientversion.h"
#include "serialize.h"
#include "streams.h"
#include "sync.h"
#include "version.h"
#include <map>
#include <string>
#include <vector>
#include <boost/filesystem/path.hpp>
#include <db_cxx.h>
Go to the source code of this file.
Classes | |
class | CDBEnv |
class | CDB |
Variables | |
static const unsigned int | DEFAULT_WALLET_DBLOGSIZE = 100 |
static const bool | DEFAULT_WALLET_PRIVDB = true |
unsigned int | nWalletDBUpdated |
CDBEnv | bitdb |
CDBEnv bitdb |
Definition at line 34 of file db.cpp.
Referenced by BackupWallet(), CDB::CDB(), CDB::Close(), CDB::Flush(), CWallet::Flush(), CDB::Rewrite(), ThreadFlushWalletDB(), CDB::TxnBegin(), and CWallet::Verify().
|
static |
Definition at line 23 of file db.h.
Referenced by CDB::Flush(), and HelpMessage().
|
static |
Definition at line 24 of file db.h.
Referenced by HelpMessage(), and CDBEnv::Open().
unsigned int nWalletDBUpdated |
Definition at line 27 of file db.cpp.
Referenced by AppInit2(), CWalletDB::EraseDestData(), CWalletDB::EraseName(), CWalletDB::ErasePool(), CWalletDB::ErasePurpose(), CWalletDB::EraseTx(), CWalletDB::EraseWatchOnly(), ThreadFlushWalletDB(), CWalletDB::WriteBestBlock(), CWalletDB::WriteCryptedHDChain(), CWalletDB::WriteCryptedKey(), CWalletDB::WriteCScript(), CWalletDB::WriteDefaultKey(), CWalletDB::WriteDestData(), CWalletDB::WriteHDChain(), CWalletDB::WriteHDPubKey(), CWalletDB::WriteKey(), CWalletDB::WriteMasterKey(), CWalletDB::WriteName(), CWalletDB::WriteOrderPosNext(), CWalletDB::WritePool(), CWalletDB::WritePurpose(), CWalletDB::WriteTx(), and CWalletDB::WriteWatchOnly().