Home
last modified time | relevance | path

Searched refs:env_directory (Results 1 – 25 of 29) sorted by relevance

12

/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Ddb.cpp11 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi… in SplitWalletPath() argument
17 env_directory = wallet_path.parent_path(); in SplitWalletPath()
22 env_directory = wallet_path; in SplitWalletPath()
H A Dbdb.cpp64 fs::path env_directory; in GetWalletEnv() local
65 SplitWalletPath(wallet_path, env_directory, database_filename); in GetWalletEnv()
67 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetWalletEnv()
69 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetWalletEnv()
813 fs::path env_directory; in ExistsBerkeleyDatabase() local
815 SplitWalletPath(path, env_directory, data_filename); in ExistsBerkeleyDatabase()
816 return IsBDBFile(env_directory / data_filename); in ExistsBerkeleyDatabase()
H A Dbdb.h59 BerkeleyEnvironment(const fs::path& env_directory);
H A Ddb.h22 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi…
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Ddb.cpp11 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi… in SplitWalletPath() argument
17 env_directory = wallet_path.parent_path(); in SplitWalletPath()
22 env_directory = wallet_path; in SplitWalletPath()
H A Dbdb.cpp64 fs::path env_directory; in GetWalletEnv() local
65 SplitWalletPath(wallet_path, env_directory, database_filename); in GetWalletEnv()
67 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetWalletEnv()
69 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetWalletEnv()
813 fs::path env_directory; in ExistsBerkeleyDatabase() local
815 SplitWalletPath(path, env_directory, data_filename); in ExistsBerkeleyDatabase()
816 return IsBDBFile(env_directory / data_filename); in ExistsBerkeleyDatabase()
H A Dbdb.h59 BerkeleyEnvironment(const fs::path& env_directory);
H A Ddb.h22 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi…
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Ddb.cpp11 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi… in SplitWalletPath() argument
17 env_directory = wallet_path.parent_path(); in SplitWalletPath()
22 env_directory = wallet_path; in SplitWalletPath()
H A Dbdb.cpp64 fs::path env_directory; in GetWalletEnv() local
65 SplitWalletPath(wallet_path, env_directory, database_filename); in GetWalletEnv()
67 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetWalletEnv()
69 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetWalletEnv()
813 fs::path env_directory; in ExistsBerkeleyDatabase() local
815 SplitWalletPath(path, env_directory, data_filename); in ExistsBerkeleyDatabase()
816 return IsBDBFile(env_directory / data_filename); in ExistsBerkeleyDatabase()
H A Dbdb.h59 BerkeleyEnvironment(const fs::path& env_directory);
H A Ddb.h22 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi…
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Ddb.cpp62 env_directory = wallet_path.parent_path(); in SplitWalletPath()
67 env_directory = wallet_path; in SplitWalletPath()
74 fs::path env_directory; in IsWalletLoaded() local
76 SplitWalletPath(wallet_path, env_directory, database_filename); in IsWalletLoaded()
78 auto env = g_dbenvs.find(env_directory.string()); in IsWalletLoaded()
86 fs::path env_directory; in WalletDataFilePath() local
88 SplitWalletPath(wallet_path, env_directory, database_filename); in WalletDataFilePath()
89 return env_directory / database_filename; in WalletDataFilePath()
101 fs::path env_directory; in GetWalletEnv() local
102 SplitWalletPath(wallet_path, env_directory, database_filename); in GetWalletEnv()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Ddb.cpp59 static void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& data… in SplitWalletPath() argument
65 env_directory = wallet_path.parent_path(); in SplitWalletPath()
70 env_directory = wallet_path; in SplitWalletPath()
77 fs::path env_directory; in IsWalletLoaded() local
79 SplitWalletPath(wallet_path, env_directory, database_filename); in IsWalletLoaded()
81 auto env = g_dbenvs.find(env_directory.string()); in IsWalletLoaded()
96 fs::path env_directory; in GetWalletEnv() local
97 SplitWalletPath(wallet_path, env_directory, database_filename); in GetWalletEnv()
99 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetWalletEnv()
101 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetWalletEnv()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Ddb.cpp59 static void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& data… in SplitWalletPath() argument
65 env_directory = wallet_path.parent_path(); in SplitWalletPath()
70 env_directory = wallet_path; in SplitWalletPath()
77 fs::path env_directory; in IsWalletLoaded() local
79 SplitWalletPath(wallet_path, env_directory, database_filename); in IsWalletLoaded()
81 auto env = g_dbenvs.find(env_directory.string()); in IsWalletLoaded()
96 fs::path env_directory; in GetWalletEnv() local
97 SplitWalletPath(wallet_path, env_directory, database_filename); in GetWalletEnv()
99 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetWalletEnv()
101 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetWalletEnv()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Ddb.cpp59 static void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& data… in SplitWalletPath() argument
65 env_directory = wallet_path.parent_path(); in SplitWalletPath()
70 env_directory = wallet_path; in SplitWalletPath()
77 fs::path env_directory; in IsWalletLoaded() local
79 SplitWalletPath(wallet_path, env_directory, database_filename); in IsWalletLoaded()
81 auto env = g_dbenvs.find(env_directory.string()); in IsWalletLoaded()
96 fs::path env_directory; in GetWalletEnv() local
97 SplitWalletPath(wallet_path, env_directory, database_filename); in GetWalletEnv()
99 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetWalletEnv()
101 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetWalletEnv()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dbdb.h59 explicit BerkeleyEnvironment(const fs::path& env_directory);
87 std::shared_ptr<BerkeleyEnvironment> GetBerkeleyEnv(const fs::path& env_directory);
H A Dbdb.cpp61 std::shared_ptr<BerkeleyEnvironment> GetBerkeleyEnv(const fs::path& env_directory)
64 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in MinActivationHeight()
66 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in MinActivationHeight()
H A Ddb.h21 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi…
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dbdb.h59 explicit BerkeleyEnvironment(const fs::path& env_directory);
87 std::shared_ptr<BerkeleyEnvironment> GetBerkeleyEnv(const fs::path& env_directory);
H A Dbdb.cpp61 std::shared_ptr<BerkeleyEnvironment> GetBerkeleyEnv(const fs::path& env_directory) in GetBerkeleyEnv() argument
64 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetBerkeleyEnv()
66 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetBerkeleyEnv()
H A Ddb.h21 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi…
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dbdb.h59 explicit BerkeleyEnvironment(const fs::path& env_directory);
87 std::shared_ptr<BerkeleyEnvironment> GetBerkeleyEnv(const fs::path& env_directory);
H A Dbdb.cpp61 std::shared_ptr<BerkeleyEnvironment> GetBerkeleyEnv(const fs::path& env_directory) in GetBerkeleyEnv() argument
64 auto inserted = g_dbenvs.emplace(env_directory.string(), std::weak_ptr<BerkeleyEnvironment>()); in GetBerkeleyEnv()
66 auto env = std::make_shared<BerkeleyEnvironment>(env_directory.string()); in GetBerkeleyEnv()
H A Ddb.h21 void SplitWalletPath(const fs::path& wallet_path, fs::path& env_directory, std::string& database_fi…

12