Home
last modified time | relevance | path

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

12

/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp571 int nMinDepth = 1; in getreceivedbyaddress() local
573 nMinDepth = params[1].get_int(); in getreceivedbyaddress()
621 int nMinDepth = 1; in getreceivedbyaccount() local
682 int nMinDepth = 1; in getbalance() local
828 int nMinDepth = 1; in sendfrom() local
897 int nMinDepth = 1; in sendmany() local
1120 int nMinDepth = 1; in ListReceived() local
1144 if (nDepth < nMinDepth) in ListReceived()
1568 int nMinDepth = 1; in listaccounts() local
1596 if (nDepth >= nMinDepth) in listaccounts()
[all …]
H A Dwallet.h790 …CAmount GetAccountBalance(const std::string& strAccount, int nMinDepth, const isminefilter& filter…
791 …CAmount GetAccountBalance(CWalletDB& walletdb, const std::string& strAccount, int nMinDepth, const…
H A Dwallet.cpp2985 CAmount CWallet::GetAccountBalance(const std::string& strAccount, int nMinDepth, const isminefilter… in GetAccountBalance() argument
2988 return GetAccountBalance(walletdb, strAccount, nMinDepth, filter); in GetAccountBalance()
2991 …tAccountBalance(CWalletDB& walletdb, const std::string& strAccount, int nMinDepth, const isminefil… in GetAccountBalance() argument
3005 if (nReceived != 0 && wtx.GetDepthInMainChain() >= nMinDepth) in GetAccountBalance()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp571 int nMinDepth = 1; in getreceivedbyaddress() local
573 nMinDepth = params[1].get_int(); in getreceivedbyaddress()
621 int nMinDepth = 1; in getreceivedbyaccount() local
682 int nMinDepth = 1; in getbalance() local
828 int nMinDepth = 1; in sendfrom() local
897 int nMinDepth = 1; in sendmany() local
1120 int nMinDepth = 1; in ListReceived() local
1144 if (nDepth < nMinDepth) in ListReceived()
1568 int nMinDepth = 1; in listaccounts() local
1596 if (nDepth >= nMinDepth) in listaccounts()
[all …]
H A Dwallet.h790 …CAmount GetAccountBalance(const std::string& strAccount, int nMinDepth, const isminefilter& filter…
791 …CAmount GetAccountBalance(CWalletDB& walletdb, const std::string& strAccount, int nMinDepth, const…
H A Dwallet.cpp2985 CAmount CWallet::GetAccountBalance(const std::string& strAccount, int nMinDepth, const isminefilter… in GetAccountBalance() argument
2988 return GetAccountBalance(walletdb, strAccount, nMinDepth, filter); in GetAccountBalance()
2991 …tAccountBalance(CWalletDB& walletdb, const std::string& strAccount, int nMinDepth, const isminefil… in GetAccountBalance() argument
3005 if (nReceived != 0 && wtx.GetDepthInMainChain() >= nMinDepth) in GetAccountBalance()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Drpcwallet.cpp571 int nMinDepth = 1; in getreceivedbyaddress() local
573 nMinDepth = params[1].get_int(); in getreceivedbyaddress()
621 int nMinDepth = 1; in getreceivedbyaccount() local
682 int nMinDepth = 1; in getbalance() local
828 int nMinDepth = 1; in sendfrom() local
897 int nMinDepth = 1; in sendmany() local
1120 int nMinDepth = 1; in ListReceived() local
1144 if (nDepth < nMinDepth) in ListReceived()
1568 int nMinDepth = 1; in listaccounts() local
1596 if (nDepth >= nMinDepth) in listaccounts()
[all …]
H A Dwallet.h790 …CAmount GetAccountBalance(const std::string& strAccount, int nMinDepth, const isminefilter& filter…
791 …CAmount GetAccountBalance(CWalletDB& walletdb, const std::string& strAccount, int nMinDepth, const…
H A Dwallet.cpp2985 CAmount CWallet::GetAccountBalance(const std::string& strAccount, int nMinDepth, const isminefilter… in GetAccountBalance() argument
2988 return GetAccountBalance(walletdb, strAccount, nMinDepth, filter); in GetAccountBalance()
2991 …tAccountBalance(CWalletDB& walletdb, const std::string& strAccount, int nMinDepth, const isminefil… in GetAccountBalance() argument
3005 if (nReceived != 0 && wtx.GetDepthInMainChain() >= nMinDepth) in GetAccountBalance()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp625 int nMinDepth = 1; in getreceivedbyaddress() local
627 nMinDepth = request.params[1].get_int(); in getreceivedbyaddress()
687 int nMinDepth = 1; in getreceivedbylabel() local
689 nMinDepth = request.params[1].get_int(); in getreceivedbylabel()
872 int nMinDepth = 1; in sendmany() local
874 nMinDepth = request.params[2].get_int(); in sendmany()
1057 int nMinDepth = 1; in ListReceived() local
1059 nMinDepth = params[0].get_int(); in ListReceived()
1090 if (nDepth < nMinDepth) in ListReceived()
2790 int nMinDepth = 1; in listunspent() local
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp625 int nMinDepth = 1; in getreceivedbyaddress() local
627 nMinDepth = request.params[1].get_int(); in getreceivedbyaddress()
687 int nMinDepth = 1; in getreceivedbylabel() local
689 nMinDepth = request.params[1].get_int(); in getreceivedbylabel()
872 int nMinDepth = 1; in sendmany() local
874 nMinDepth = request.params[2].get_int(); in sendmany()
1057 int nMinDepth = 1; in ListReceived() local
1059 nMinDepth = params[0].get_int(); in ListReceived()
1090 if (nDepth < nMinDepth) in ListReceived()
2790 int nMinDepth = 1; in listunspent() local
[all …]
H A Dwallet.h824 …nimumSumAmount = MAX_MONEY, const uint64_t nMaximumCount = 0, const int nMinDepth = 0, const int n…
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp625 int nMinDepth = 1; in getreceivedbyaddress() local
627 nMinDepth = request.params[1].get_int(); in getreceivedbyaddress()
687 int nMinDepth = 1; in getreceivedbylabel() local
689 nMinDepth = request.params[1].get_int(); in getreceivedbylabel()
872 int nMinDepth = 1; in sendmany() local
874 nMinDepth = request.params[2].get_int(); in sendmany()
1057 int nMinDepth = 1; in ListReceived() local
1059 nMinDepth = params[0].get_int(); in ListReceived()
1090 if (nDepth < nMinDepth) in ListReceived()
2790 int nMinDepth = 1; in listunspent() local
[all …]
H A Dwallet.h824 …nimumSumAmount = MAX_MONEY, const uint64_t nMaximumCount = 0, const int nMinDepth = 0, const int n…
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutlvw.cxx452 …sal_Int16 nMinDepth = -1; // Optimization: avoid recalculate too many paragraphs if not really n… in Indent() local
499 if( nOldDepth < nMinDepth ) in Indent()
500 nMinDepth = nOldDepth; in Indent()
501 if( nNewDepth < nMinDepth ) in Indent()
502 nMinDepth = nNewDepth; in Indent()
554 if ( pPara->GetDepth() < nMinDepth ) in Indent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Doutlvw.cxx454 …sal_Int16 nMinDepth = -1; // Optimization: avoid recalculate too many paragraphs if not really n… in Indent() local
501 if( nOldDepth < nMinDepth ) in Indent()
502 nMinDepth = nOldDepth; in Indent()
503 if( nNewDepth < nMinDepth ) in Indent()
504 nMinDepth = nNewDepth; in Indent()
556 if ( pPara->GetDepth() < nMinDepth ) in Indent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx1393 sal_Int32 nMinDepth = std::numeric_limits<sal_Int32>::max(); in setupShape() local
1396 if (rPair.second.mnDepth < nMinDepth) in setupShape()
1397 nMinDepth = rPair.second.mnDepth; in setupShape()
1437 else if (rItem.mnDepth == nMinDepth) in setupShape()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Drpcwallet.cpp2192 int nMinDepth = 1; in getreceivedbyaddress() local
2194 nMinDepth = request.params[1].get_int(); in getreceivedbyaddress()
2206 if (wtx.GetDepthInMainChain() >= nMinDepth) in getreceivedbyaddress()
2252 int nMinDepth = 1; in getreceivedbylabel() local
2254 nMinDepth = request.params[1].get_int(); in getreceivedbylabel()
2736 int nMinDepth = 1; in ListReceived() local
2738 nMinDepth = params[0].get_int(); in ListReceived()
2771 if (nDepth < nMinDepth) in ListReceived()
4739 int nMinDepth = 1; in listunspent() local
4742 nMinDepth = request.params[0].get_int(); in listunspent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx1882 sal_Int32 nMinDepth = std::numeric_limits<sal_Int32>::max(); in setupShape() local
1885 if (rPair.second.mnDepth < nMinDepth) in setupShape()
1886 nMinDepth = rPair.second.mnDepth; in setupShape()
1926 else if (rItem.mnDepth == nMinDepth) in setupShape()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp1049 int nMinDepth = 1; in ListReceived() local
1051 nMinDepth = params[0].get_int(); in ListReceived()
1084 if (nDepth < nMinDepth) in ListReceived()
1302 static void ListTransactions(const CWallet& wallet, const CWalletTx& wtx, int nMinDepth, bool fLong… in ListTransactions() argument
1338 if (listReceived.size() > 0 && wtx.GetDepthInMainChain() >= nMinDepth) { in ListTransactions()
2907 int nMinDepth = 1; in listunspent() local
2910 nMinDepth = request.params[0].get_int(); in listunspent()
2980 cctl.m_min_depth = nMinDepth; in listunspent()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp1049 int nMinDepth = 1; in ListReceived() local
1051 nMinDepth = params[0].get_int(); in ListReceived()
1084 if (nDepth < nMinDepth) in ListReceived()
1302 static void ListTransactions(const CWallet& wallet, const CWalletTx& wtx, int nMinDepth, bool fLong… in ListTransactions() argument
1338 if (listReceived.size() > 0 && wtx.GetDepthInMainChain() >= nMinDepth) { in ListTransactions()
2907 int nMinDepth = 1; in listunspent() local
2910 nMinDepth = request.params[0].get_int(); in listunspent()
2980 cctl.m_min_depth = nMinDepth; in listunspent()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp1049 int nMinDepth = 1; in ListReceived() local
1051 nMinDepth = params[0].get_int(); in ListReceived()
1084 if (nDepth < nMinDepth) in ListReceived()
1302 static void ListTransactions(const CWallet& wallet, const CWalletTx& wtx, int nMinDepth, bool fLong… in ListTransactions() argument
1338 if (listReceived.size() > 0 && wtx.GetDepthInMainChain() >= nMinDepth) { in ListTransactions()
2907 int nMinDepth = 1; in listunspent() local
2910 nMinDepth = request.params[0].get_int(); in listunspent()
2980 cctl.m_min_depth = nMinDepth; in listunspent()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp1049 int nMinDepth = 1; in ListReceived() local
1051 nMinDepth = params[0].get_int(); in ListReceived()
1084 if (nDepth < nMinDepth) in ListReceived()
1304 static void ListTransactions(const CWallet* const pwallet, const CWalletTx& wtx, int nMinDepth, boo… in ListTransactions() argument
1342 if (listReceived.size() > 0 && wtx.GetDepthInMainChain() >= nMinDepth) { in ListTransactions()
2902 int nMinDepth = 1; in listunspent() local
2905 nMinDepth = request.params[0].get_int(); in listunspent()
2981 cctl.m_min_depth = nMinDepth; in listunspent()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp1049 int nMinDepth = 1; in ListReceived() local
1051 nMinDepth = params[0].get_int(); in ListReceived()
1084 if (nDepth < nMinDepth) in ListReceived()
1304 static void ListTransactions(const CWallet* const pwallet, const CWalletTx& wtx, int nMinDepth, boo… in ListTransactions() argument
1342 if (listReceived.size() > 0 && wtx.GetDepthInMainChain() >= nMinDepth) { in ListTransactions()
2902 int nMinDepth = 1; in listunspent() local
2905 nMinDepth = request.params[0].get_int(); in listunspent()
2981 cctl.m_min_depth = nMinDepth; in listunspent()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Drpcwallet.cpp1049 int nMinDepth = 1; in ListReceived() local
1051 nMinDepth = params[0].get_int(); in ListReceived()
1084 if (nDepth < nMinDepth) in ListReceived()
1304 static void ListTransactions(const CWallet* const pwallet, const CWalletTx& wtx, int nMinDepth, boo… in ListTransactions() argument
1342 if (listReceived.size() > 0 && wtx.GetDepthInMainChain() >= nMinDepth) { in ListTransactions()
2902 int nMinDepth = 1; in listunspent() local
2905 nMinDepth = request.params[0].get_int(); in listunspent()
2981 cctl.m_min_depth = nMinDepth; in listunspent()

12