Home
last modified time | relevance | path

Searched refs:DB_LOAD_OK (Results 1 – 15 of 15) sorted by relevance

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp328 return DB_LOAD_OK; in ReorderTransactions()
630 DBErrors result = DB_LOAD_OK; in LoadWallet()
693 if (fNoncriticalErrors && result == DB_LOAD_OK) in LoadWallet()
698 if (result != DB_LOAD_OK) in LoadWallet()
736 DBErrors result = DB_LOAD_OK; in FindWalletTx()
792 if (fNoncriticalErrors && result == DB_LOAD_OK) in FindWalletTx()
804 if (err != DB_LOAD_OK) { in ZapSelectTx()
834 return DB_LOAD_OK; in ZapSelectTx()
842 if (err != DB_LOAD_OK) in ZapWalletTx()
851 return DB_LOAD_OK; in ZapWalletTx()
H A Dwallet.cpp2578 return DB_LOAD_OK; in LoadWallet()
2593 if (nLoadWalletRet != DB_LOAD_OK) in LoadWallet()
2599 return DB_LOAD_OK; in LoadWallet()
2605 return DB_LOAD_OK; in ZapSelectTx()
2619 if (nZapSelectTxRet != DB_LOAD_OK) in ZapSelectTx()
2624 return DB_LOAD_OK; in ZapSelectTx()
2631 return DB_LOAD_OK; in ZapWalletTx()
2645 if (nZapWalletTxRet != DB_LOAD_OK) in ZapWalletTx()
2648 return DB_LOAD_OK; in ZapWalletTx()
3319 if (nZapWalletRet != DB_LOAD_OK) { in InitLoadWallet()
[all …]
H A Dwalletdb.h36 DB_LOAD_OK, enumerator
H A Drpcdump.cpp341 if(pwalletMain->ZapSelectTx(vHash, vHashOut) != DB_LOAD_OK) { in removeprunedfunds()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp328 return DB_LOAD_OK; in ReorderTransactions()
630 DBErrors result = DB_LOAD_OK; in LoadWallet()
693 if (fNoncriticalErrors && result == DB_LOAD_OK) in LoadWallet()
698 if (result != DB_LOAD_OK) in LoadWallet()
736 DBErrors result = DB_LOAD_OK; in FindWalletTx()
792 if (fNoncriticalErrors && result == DB_LOAD_OK) in FindWalletTx()
804 if (err != DB_LOAD_OK) { in ZapSelectTx()
834 return DB_LOAD_OK; in ZapSelectTx()
842 if (err != DB_LOAD_OK) in ZapWalletTx()
851 return DB_LOAD_OK; in ZapWalletTx()
H A Dwallet.cpp2578 return DB_LOAD_OK; in LoadWallet()
2593 if (nLoadWalletRet != DB_LOAD_OK) in LoadWallet()
2599 return DB_LOAD_OK; in LoadWallet()
2605 return DB_LOAD_OK; in ZapSelectTx()
2619 if (nZapSelectTxRet != DB_LOAD_OK) in ZapSelectTx()
2624 return DB_LOAD_OK; in ZapSelectTx()
2631 return DB_LOAD_OK; in ZapWalletTx()
2645 if (nZapWalletTxRet != DB_LOAD_OK) in ZapWalletTx()
2648 return DB_LOAD_OK; in ZapWalletTx()
3319 if (nZapWalletRet != DB_LOAD_OK) { in InitLoadWallet()
[all …]
H A Dwalletdb.h36 DB_LOAD_OK, enumerator
H A Drpcdump.cpp341 if(pwalletMain->ZapSelectTx(vHash, vHashOut) != DB_LOAD_OK) { in removeprunedfunds()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwalletdb.cpp328 return DB_LOAD_OK; in ReorderTransactions()
630 DBErrors result = DB_LOAD_OK; in LoadWallet()
693 if (fNoncriticalErrors && result == DB_LOAD_OK) in LoadWallet()
698 if (result != DB_LOAD_OK) in LoadWallet()
736 DBErrors result = DB_LOAD_OK; in FindWalletTx()
792 if (fNoncriticalErrors && result == DB_LOAD_OK) in FindWalletTx()
804 if (err != DB_LOAD_OK) { in ZapSelectTx()
834 return DB_LOAD_OK; in ZapSelectTx()
842 if (err != DB_LOAD_OK) in ZapWalletTx()
851 return DB_LOAD_OK; in ZapWalletTx()
H A Dwallet.cpp2578 return DB_LOAD_OK; in LoadWallet()
2593 if (nLoadWalletRet != DB_LOAD_OK) in LoadWallet()
2599 return DB_LOAD_OK; in LoadWallet()
2605 return DB_LOAD_OK; in ZapSelectTx()
2619 if (nZapSelectTxRet != DB_LOAD_OK) in ZapSelectTx()
2624 return DB_LOAD_OK; in ZapSelectTx()
2631 return DB_LOAD_OK; in ZapWalletTx()
2645 if (nZapWalletTxRet != DB_LOAD_OK) in ZapWalletTx()
2648 return DB_LOAD_OK; in ZapWalletTx()
3319 if (nZapWalletRet != DB_LOAD_OK) { in InitLoadWallet()
[all …]
H A Dwalletdb.h36 DB_LOAD_OK, enumerator
H A Drpcdump.cpp341 if(pwalletMain->ZapSelectTx(vHash, vHashOut) != DB_LOAD_OK) { in removeprunedfunds()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/test/
H A Daccounting_tests.cpp25 BOOST_CHECK(walletdb.ReorderTransactions(pwalletMain) == DB_LOAD_OK); in BOOST_FIXTURE_TEST_SUITE()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/test/
H A Daccounting_tests.cpp25 BOOST_CHECK(walletdb.ReorderTransactions(pwalletMain) == DB_LOAD_OK); in BOOST_FIXTURE_TEST_SUITE()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/test/
H A Daccounting_tests.cpp25 BOOST_CHECK(walletdb.ReorderTransactions(pwalletMain) == DB_LOAD_OK); in BOOST_FIXTURE_TEST_SUITE()