MCPcopy Create free account

hub / github.com/dogecoin/dogecoin / functions

Functions7,778 in github.com/dogecoin/dogecoin

↓ 3 callersFunctionAppendParamsHelpMessages
src/chainparamsbase.cpp:17
↓ 3 callersFunctionAuxMiningCheck
src/rpc/mining.cpp:989
↓ 3 callersMethodAvailableCoins
src/wallet/wallet.cpp:1995
↓ 3 callersFunctionBIP22ValidationResult
NOTE: Assumes a conclusive result; if result is inconclusive, it must be handled by caller
src/rpc/mining.cpp:326
↓ 3 callersFunctionBIP32Hash
src/hash.cpp:78
↓ 3 callersFunctionBOOST_FOREACH
src/wallet/wallet.cpp:311
↓ 3 callersFunctionBuildBlockTestCase
src/test/blockencodings_tests.cpp:22
↓ 3 callersMethodCalculateDescendants
Calculates descendants of entry that are not already in setDescendants, and adds to setDescendants. Assumes entryit is already a tx in the mempool and
src/txmempool.cpp:481
↓ 3 callersFunctionCalculateNextWorkRequired
src/pow.cpp:90
↓ 3 callersFunctionCanDirectFetch
Requires cs_main
src/net_processing.cpp:468
↓ 3 callersMethodCheckExpired
Verify that an announcement for txhash by peer has expired some time before this check is scheduled. * * Every expected expiration should be
src/test/txrequest_tests.cpp:183
↓ 3 callersFunctionCheckForkWarningConditions
src/validation.cpp:1265
↓ 3 callersFunctionCheckSequenceLocks
src/validation.cpp:404
↓ 3 callersFunctionCheckSignatureEncoding
src/script/interpreter.cpp:197
↓ 3 callersFunctionCheckTxInputs
src/validation.cpp:1415
↓ 3 callersMethodCheckpointLSN
src/wallet/db.cpp:231
↓ 3 callersFunctionClearDatadirCache
src/util.cpp:544
↓ 3 callersMethodCompare
src/uint256.h:48
↓ 3 callersFunctionCompareIterators
src/leveldb/db/db_test.cc:2121
↓ 3 callersMethodComputePriority
src/primitives/transaction.cpp:95
↓ 3 callersFunctionConnectBlock
src/validation.cpp:1783
↓ 3 callersFunctionCreateGenesisBlock
src/chainparams.cpp:20
↓ 3 callersFunctionCreateRandomString
src/leveldb/issues/issue320_test.cc:23
↓ 3 callersMethodCreateTransaction
src/wallet/wallet.cpp:2448
↓ 3 callersMethodDifficultyAdjustmentInterval
src/consensus/params.h:69
↓ 3 callersFunctionDisconnectTip
Disconnect chainActive's tip. You probably want to call mempool.removeForReorg and manually re-limit mempool size after this, with cs_main held. */
src/validation.cpp:2238
↓ 3 callersMethodDynamicMemoryUsage
src/txmempool.cpp:1006
↓ 3 callersFunctionEncodeDumpTime
src/wallet/rpcdump.cpp:41
↓ 3 callersFunctionFindForkInGlobalIndex
src/validation.cpp:226
↓ 3 callersMethodFlush
src/leveldb/db/fault_injection_test.cc:197
↓ 3 callersFunctionFormatScriptError
src/test/script_tests.cpp:103
↓ 3 callersFunctionGetAccountAddress
src/wallet/rpcwallet.cpp:151
↓ 3 callersMethodGetAccountBalance
src/wallet/wallet.cpp:3358
↓ 3 callersMethodGetAddrName
src/net.cpp:599
↓ 3 callersMethodGetAddress
src/zmq/zmqabstractnotifier.h:29
↓ 3 callersMethodGetAmounts
src/wallet/wallet.cpp:1426
↓ 3 callersFunctionGetAuthCookieFile
src/rpc/protocol.cpp:72
↓ 3 callersFunctionGetAutostartDir
src/qt/guiutil.cpp:712
↓ 3 callersFunctionGetAutostartFilePath
src/qt/guiutil.cpp:723
↓ 3 callersFunctionGetBlockProofEquivalentTime
src/chain.cpp:165
↓ 3 callersFunctionGetBlockWeight
src/primitives/block.cpp:43
↓ 3 callersMethodGetBroadcastTransactions
Inquire whether this wallet broadcasts transactions. */
src/wallet/wallet.h:934
↓ 3 callersMethodGetChildren
src/leveldb/helpers/memenv/memenv.cc:298
↓ 3 callersMethodGetCommand
src/protocol.cpp:100
↓ 3 callersFunctionGetConfigFile
src/util.cpp:590
↓ 3 callersMethodGetDebugMessage
src/consensus/validation.h:85
↓ 3 callersFunctionGetDefaultDataDir
src/util.cpp:483
↓ 3 callersFunctionGetImportTimestamp
src/wallet/rpcdump.cpp:1007
↓ 3 callersFunctionGetInternalKey
src/leveldb/db/version_edit.cc:86
↓ 3 callersFunctionGetLegacySigOpCount
src/validation.cpp:475
↓ 3 callersFunctionGetLevel
src/leveldb/db/version_edit.cc:95
↓ 3 callersMethodGetMaxConfirms
Return the max number of confirms we're tracking */
src/policy/fees.h:156
↓ 3 callersFunctionGetMockTime
src/utiltime.cpp:43
↓ 3 callersMethodGetNetworkActive
src/net.h:156
↓ 3 callersFunctionGetNextWorkRequired
src/pow.cpp:32
↓ 3 callersFunctionGetOpName
src/script/script.cpp:13
↓ 3 callersFunctionGetP2PKHScript
(pubkeyhash)
qa/rpc-tests/p2p-segwit.py:180
↓ 3 callersMethodGetPeer
src/httpserver.cpp:615
↓ 3 callersMethodGetProperty
src/leveldb/db/db_test.cc:2076
↓ 3 callersMethodGetPubKey
src/key.cpp:156
↓ 3 callersMethodGetRequestMethod
src/httpserver.cpp:634
↓ 3 callersMethodGetReservedKey
src/wallet/wallet.cpp:3403
↓ 3 callersMethodGetShortID
src/test/blockencodings_tests.cpp:129
↓ 3 callersMethodGetSigOpCostWithAncestors
src/txmempool.h:170
↓ 3 callersFunctionGetSkipHeight
Compute what height to jump back to with the CBlockIndex::pskip pointer. */
src/chain.cpp:103
↓ 3 callersMethodGetSockAddr
src/netaddress.cpp:514
↓ 3 callersFunctionGetStrongRandBytes
src/random.cpp:132
↓ 3 callersFunctionGetTimeOffset
* "Never go to sea with two chronometers; take one or three." * Our three time sources are: * - System clock * - Median of other nodes clocks *
src/timedata.cpp:28
↓ 3 callersFunctionGetTransaction
Return transaction in txOut, and if it was found inside a block, its hash is placed in hashBlock */
src/validation.cpp:1074
↓ 3 callersMethodGetType
src/zmq/zmqabstractnotifier.h:27
↓ 3 callersMethodGetURI
src/httpserver.cpp:629
↓ 3 callersMethodGetUnconfirmedBalance
src/wallet/wallet.cpp:1921
↓ 3 callersFunctionGetVarint32
src/leveldb/util/coding.cc:104
↓ 3 callersMethodGetWalletTx
src/wallet/wallet.cpp:89
↓ 3 callersFunctionGetWitnessCommitmentIndex
Compute at which vout of the block's coinbase transaction the witness commitment occurs, or -1 if not found.
src/validation.cpp:3012
↓ 3 callersFunctionHash160
src/hash.h:107
↓ 3 callersMethodHaveCoinsInCache
src/coins.cpp:173
↓ 3 callersFunctionHaveNameProxy
src/netbase.cpp:562
↓ 3 callersFunctionImportAddress
src/wallet/rpcdump.cpp:215
↓ 3 callersFunctionImportScript
src/wallet/rpcdump.cpp:193
↓ 3 callersFunctionInfoLogFileName
src/leveldb/db/filename.cc:62
↓ 3 callersMethodInsert
src/leveldb/util/cache.cc:266
↓ 3 callersFunctionInvalidChainFound
src/validation.cpp:1339
↓ 3 callersFunctionInvertLowestOne
Turn the lowest '1' bit in the binary representation of a number into a '0'. */
src/chain.cpp:100
↓ 3 callersMethodIsChange
src/wallet/wallet.cpp:1259
↓ 3 callersMethodIsEmpty
True if the node is not used. Only head nodes might be unused.
src/leveldb/include/leveldb/iterator.h:88
↓ 3 callersMethodIsInMainChain
src/auxpow.h:105
↓ 3 callersMethodIsLocal
src/netaddress.cpp:168
↓ 3 callersMethodIsRFC1918
src/netaddress.cpp:90
↓ 3 callersMethodIsSelectable
Whether this announcement can feasibly be selected if the current IsSelected() one disappears. */
src/txrequest.cpp:85
↓ 3 callersMethodIsSelected
src/wallet/coincontrol.h:52
↓ 3 callersMethodIsSpent
* Outpoint is spent if any non-conflicted transaction * spends it: */
src/wallet/wallet.cpp:552
↓ 3 callersFunctionIsSwitchChar
src/util.h:119
↓ 3 callersMethodKeepKey
src/wallet/wallet.cpp:3167
↓ 3 callersFunctionKey
src/leveldb/util/bloom_test.cc:16
↓ 3 callersFunctionLimitMempoolSize
src/validation.cpp:576
↓ 3 callersMethodListLockedCoins
src/wallet/wallet.cpp:3504
↓ 3 callersFunctionLoadExternalBlockFile
src/validation.cpp:4018
↓ 3 callersFunctionLockFileName
src/leveldb/db/filename.cc:55
↓ 3 callersMethodLookup
src/leveldb/util/cache.cc:252
← previousnext →1,501–1,600 of 7,778, ranked by callers