MCPcopy Create free account

hub / github.com/dogecoin/dogecoin / functions

Functions7,778 in github.com/dogecoin/dogecoin

↓ 11 callersMethodIsTxAvailable
src/blockencodings.cpp:175
↓ 11 callersMethodMakeDeterministic
Ensure that bucket placement is always the same for testing purposes.
src/test/addrman_tests.cpp:25
↓ 11 callersMethodNewIterator
src/leveldb/db/db_test.cc:2042
↓ 11 callersFunctionNewLRUCache
src/leveldb/util/cache.cc:398
↓ 11 callersFunctionPutLengthPrefixedSlice
src/leveldb/util/coding.cc:72
↓ 11 callersFunctionPutVarint64
src/leveldb/util/coding.cc:66
↓ 11 callersMethodSeek
src/leveldb/db/db_test.cc:2103
↓ 11 callersFunctionSerialize
Helpers:
src/test/sigopcount_tests.cpp:19
↓ 11 callersMethodSetKeyFromPassphrase
src/wallet/crypter.cpp:44
↓ 11 callersMethodSignCompact
src/key.cpp:198
↓ 11 callersFunctionTableFileName
src/leveldb/db/filename.cc:33
↓ 11 callersFunctionTestSHA256
src/test/crypto_tests.cpp:55
↓ 11 callersFunctionTestSHA512
src/test/crypto_tests.cpp:56
↓ 11 callersMethodThread
Worker thread
src/checkqueue.h:137
↓ 11 callersMethodToString
src/leveldb/table/table_test.cc:553
↓ 11 callersFunctionWriteBE64
src/crypto/common.h:76
↓ 11 callersFunctionarith_uint256V
src/test/arith_uint256_tests.cpp:20
↓ 11 callersFunctionatoi
src/utilstrencodings.cpp:586
↓ 11 callersFunctioncheck_fe_equal
src/secp256k1/src/tests.c:2547
↓ 11 callersFunctiondeser_string
(f)
qa/rpc-tests/test_framework/mininode.py:101
↓ 11 callersMethodend
src/streams.h:235
↓ 11 callersMethodexists
src/txmempool.h:644
↓ 11 callersMethodgetRecentRequestsTableModel
src/qt/walletmodel.cpp:393
↓ 11 callersFunctionmineBlock
* Mine a block (assuming minimal difficulty) that either matches * or doesn't match the difficulty target specified in the block header. * @param bl
src/test/auxpow_tests.cpp:334
↓ 11 callersFunctionprint_hex
src/secp256k1/examples/random.h:66
↓ 11 callersFunctionsecp256k1_context_randomize
src/secp256k1/src/secp256k1.c:706
↓ 11 callersFunctionsecp256k1_ec_pubkey_cmp
src/secp256k1/src/secp256k1.c:269
↓ 11 callersFunctionsecp256k1_ec_seckey_tweak_add
src/secp256k1/src/secp256k1.c:615
↓ 11 callersFunctionsecp256k1_ecdsa_signature_parse_compact
src/secp256k1/src/secp256k1.c:335
↓ 11 callersFunctionsecp256k1_eckey_pubkey_parse
src/secp256k1/src/eckey_impl.h:17
↓ 11 callersFunctionsecp256k1_fe_normalizes_to_zero
src/secp256k1/src/field_5x52_impl.h:187
↓ 11 callersFunctionsecp256k1_ge_neg
src/secp256k1/src/group_impl.h:88
↓ 11 callersFunctionsecp256k1_scalar_set_b32_seckey
src/secp256k1/src/scalar_impl.h:34
↓ 11 callersFunctionsecp256k1_scratch_max_allocation
src/secp256k1/src/scratch_impl.h:58
↓ 11 callersMethodsign_transaction
(self, node, unsignedtx)
qa/rpc-tests/bip68-112-113-p2p.py:125
↓ 11 callersMethodstop_node
(self, num_node)
qa/rpc-tests/test_framework/test_framework.py:53
↓ 11 callersFunctionstr_to_b64str
(string)
qa/rpc-tests/test_framework/util.py:123
↓ 11 callersMethodswap
src/coins.h:129
↓ 11 callersMethoduser_comparator
src/leveldb/db/db_impl.h:154
↓ 10 callersFunctionActivateBestChain
* Make the best chain active, in multiple steps. The result is either failure * or an activated best chain. pblock is either NULL or a pointer to a b
src/validation.cpp:2537
↓ 10 callersFunctionDataFromTransaction
src/script/sign.cpp:192
↓ 10 callersFunctionDecodeFixed64
src/leveldb/util/coding.h:124
↓ 10 callersFunctionEncodeFixed64
src/leveldb/util/coding.h:80
↓ 10 callersMethodFillBlock
src/blockencodings.cpp:184
↓ 10 callersMethodGetBlocksToMaturity
src/auxpow.cpp:64
↓ 10 callersMethodGetBucketPosition
src/addrman.cpp:27
↓ 10 callersMethodGetDefaultPort
src/chainparams.h:65
↓ 10 callersFunctionGetListenPort
src/net.cpp:88
↓ 10 callersMethodGetNetwork
src/netaddress.cpp:229
↓ 10 callersMethodGetNewBucket
src/addrman.cpp:19
↓ 10 callersMethodGetPoWHash
src/primitives/pureheader.cpp:25
↓ 10 callersFunctionGetScriptForRawPubKey
src/script/standard.cpp:288
↓ 10 callersMethodGetTriedBucket
src/addrman.cpp:12
↓ 10 callersMethodGood
Mark an entry as accessible.
src/addrman.h:530
↓ 10 callersMethodHaveKey
src/wallet/crypter.h:163
↓ 10 callersMethodIsDust
Dogecoin: allow comparison against different dustlimit parameters
src/primitives/transaction.h:169
↓ 10 callersFunctionMask
Return a masked representation of crc. Motivation: it is problematic to compute the CRC of a string that contains embedded CRCs. Therefore we recomm
src/leveldb/util/crc32c.h:29
↓ 10 callersMethodNewPeer
Generate a new random NodeId to use as peer. The same NodeId is never returned twice * (across all Scenarios combined). */
src/test/txrequest_tests.cpp:229
↓ 10 callersMethodNewSequentialFile
src/leveldb/util/env_posix.cc:513
↓ 10 callersMethodOneIn
Randomly returns true ~"1/n" of the time, and false otherwise. REQUIRES: n > 0
src/leveldb/util/random.h:53
↓ 10 callersFunctionPutFixed32
src/leveldb/util/coding.cc:9
↓ 10 callersFunctionRound
src/crypto/ripemd160.cpp:35
↓ 10 callersFunctionTestRIPEMD160
src/test/crypto_tests.cpp:57
↓ 10 callersFunctionTestSHA1
src/test/crypto_tests.cpp:54
↓ 10 callersFunctionTimingResistantEqual
src/utilstrencodings.h:131
↓ 10 callersMethodTrimToSize
src/txmempool.cpp:1114
↓ 10 callersFunctionUpdateTransaction
src/script/sign.cpp:201
↓ 10 callersFunctionWalCheckpoint
src/leveldb/benchmarks/db_bench_sqlite3.cc:103
↓ 10 callersMethodaddColumn
src/qt/csvmodelwriter.cpp:22
↓ 10 callersFunctionassert_raises
(exc, fun, *args, **kwds)
qa/rpc-tests/test_framework/util.py:532
↓ 10 callersMethodclear_block_announcement
(self)
qa/rpc-tests/p2p-compactblocks.py:81
↓ 10 callersFunctiondeser_uint256
(f)
qa/rpc-tests/test_framework/mininode.py:108
↓ 10 callersMethoddisconnect_node
(self)
qa/rpc-tests/test_framework/mininode.py:1811
↓ 10 callersMethodforward_mocktime_step2
(self, iterations)
qa/rpc-tests/p2p-tx-download.py:183
↓ 10 callersFunctionge_equals_gej
src/secp256k1/src/tests_exhaustive.c:40
↓ 10 callersMethodgenerate_blocks
(self, number, version, test_blocks = [])
qa/rpc-tests/bip9-softforks.py:67
↓ 10 callersFunctionget_unspent
(listunspent, amount)
qa/rpc-tests/fundrawtransaction.py:11
↓ 10 callersMethodgetdouble
src/arith_uint256.cpp:136
↓ 10 callersMethodgetint
src/test/scriptnum10.h:114
↓ 10 callersMethodindex
src/qt/bantablemodel.cpp:158
↓ 10 callersMethodpop_back
src/prevector.h:409
↓ 10 callersFunctionprint_filenames
(filenames, verbose)
contrib/devtools/copyright_header.py:181
↓ 10 callersMethodpush_back
Write single 8-bit char (may be part of UTF-8 sequence)
src/univalue/lib/univalue_utffilter.h:21
↓ 10 callersFunctionread_json
src/test/script_tests.cpp:40
↓ 10 callersMethodrend
src/prevector.h:296
↓ 10 callersFunctionsecp256k1_callback_call
src/secp256k1/src/util.h:24
↓ 10 callersFunctionsecp256k1_context_preallocated_clone
src/secp256k1/src/secp256k1.c:118
↓ 10 callersFunctionsecp256k1_fe_storage_cmov
src/secp256k1/src/field_5x52_impl.h:560
↓ 10 callersFunctionsecp256k1_ge_set_gej_var
src/secp256k1/src/group_impl.h:107
↓ 10 callersFunctionsecp256k1_ge_set_xo_var
src/secp256k1/src/group_impl.h:214
↓ 10 callersFunctionsecp256k1_hmac_sha256_finalize
src/secp256k1/src/hash_impl.h:206
↓ 10 callersFunctionsecp256k1_hmac_sha256_initialize
src/secp256k1/src/hash_impl.h:174
↓ 10 callersFunctionsecp256k1_scalar_is_high
src/secp256k1/src/scalar_low_impl.h:85
↓ 10 callersFunctionsecp256k1_scratch_create
src/secp256k1/src/scratch_impl.h:13
↓ 10 callersFunctionsecp256k1_scratch_destroy
src/secp256k1/src/scratch_impl.h:26
↓ 10 callersMethodsetInt
src/univalue/lib/univalue.cpp:57
↓ 10 callersMethodstatus
src/leveldb/db/db_iter.cc:72
↓ 9 callersFunctionAddBoundaryInputs
Extracts the largest file b1 from |compaction_files| and then searches for a b2 in |level_files| for which user_key(u1) = user_key(l2). If it finds su
src/leveldb/db/version_set.cc:1355
↓ 9 callersFunctionAmountErrMsg
src/ui_interface.cpp:26
↓ 9 callersMethodBuildSkip
src/chain.cpp:144
← previousnext →601–700 of 7,778, ranked by callers