Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ functions
Functions
6,127 in github.com/bitcoinxt/bitcoinxt
⨍
Functions
6,127
◇
Types & classes
1,352
↓ 3 callers
Function
GetTotalBlocksEstimate
src/checkpoints.cpp:66
↓ 3 callers
Function
GetTransaction
Return transaction in tx, and if it was found inside a block, its hash is placed in hashBlock */
src/main.cpp:1493
↓ 3 callers
Method
GetUnconfirmedBalance
src/wallet/wallet.cpp:1465
↓ 3 callers
Method
GetValueIn
src/coins.cpp:206
↓ 3 callers
Function
GetVarint32
src/leveldb/util/coding.cc:131
↓ 3 callers
Method
HasSelected
src/coincontrol.h:27
↓ 3 callers
Function
Hash160
src/hash.h:106
↓ 3 callers
Method
HaveCoins
src/txdb.cpp:49
↓ 3 callers
Method
IncOrderPosNext
src/wallet/wallet.cpp:570
↓ 3 callers
Function
InitBlockIndex
src/main.cpp:4112
↓ 3 callers
Function
Interrupt
src/init.cpp:146
↓ 3 callers
Function
InvalidChainFound
src/main.cpp:1774
↓ 3 callers
Function
InvertLowestOne
Turn the lowest '1' bit in the binary representation of a number into a '0'. */
src/chain.cpp:65
↓ 3 callers
Method
IsEquivalentTo
src/primitives/transaction.cpp:90
↓ 3 callers
Method
IsFullyValid
src/pubkey.cpp:207
↓ 3 callers
Method
IsInMainChain
src/wallet/wallet.h:203
↓ 3 callers
Method
IsLocal
src/netbase.cpp:791
↓ 3 callers
Method
IsRFC1918
src/netbase.cpp:713
↓ 3 callers
Method
IsSpent
* Outpoint is spent if any non-conflicted transaction * spends it: */
src/wallet/wallet.cpp:440
↓ 3 callers
Function
IsSwitchChar
src/util.h:121
↓ 3 callers
Function
Key
src/leveldb/util/bloom_test.cc:16
↓ 3 callers
Method
ListAccountCreditDebit
src/wallet/walletdb.cpp:216
↓ 3 callers
Method
ListLockedCoins
src/wallet/wallet.cpp:2570
↓ 3 callers
Function
ListTransactions
src/wallet/rpcwallet.cpp:1300
↓ 3 callers
Function
LoadExternalBlockFile
src/main.cpp:4157
↓ 3 callers
Function
LockFileName
src/leveldb/db/filename.cc:54
↓ 3 callers
Method
Lookup
src/leveldb/util/cache.cc:209
↓ 3 callers
Function
MapPort
src/net.cpp:1184
↓ 3 callers
Method
Match
src/netbase.cpp:1297
↓ 3 callers
Method
MemoryUsage
Returns an estimate of the total memory usage of data allocated by the arena (including space allocated but not yet used for user allocations).
src/leveldb/util/arena.h:29
↓ 3 callers
Method
NewId
src/leveldb/util/cache.cc:313
↓ 3 callers
Method
NewRandomAccessFile
src/leveldb/db/db_test.cc:164
↓ 3 callers
Method
NewSequentialFile
Partial implementation of the Env interface.
src/leveldb/helpers/memenv/memenv.cc:241
↓ 3 callers
Function
NewTwoLevelIterator
src/leveldb/table/two_level_iterator.cc:174
↓ 3 callers
Method
Next
src/leveldb/table/table_test.cc:289
↓ 3 callers
Method
NoBarrier_Store
src/leveldb/port/port_win.cc:142
↓ 3 callers
Function
NumberString
Construct a string from a number
src/leveldb/db/log_test.cc:28
↓ 3 callers
Function
NumberToString
src/leveldb/util/logging.cc:36
↓ 3 callers
Method
Open
src/wallet/db.cpp:74
↓ 3 callers
Function
ParseHexUV
src/core_read.cpp:145
↓ 3 callers
Function
ParsePrechecks
src/utilstrencodings.cpp:419
↓ 3 callers
Function
ParseScriptFlags
src/test/transaction_tests.cpp:49
↓ 3 callers
Method
PrevLogNumber
Return the log file number for the log file that is currently being compacted, or zero if there is no such log file.
src/leveldb/db/version_set.h:225
↓ 3 callers
Function
ProcessBlockAvailability
Check whether the last unknown block a peer advertized is not yet known. */
src/main.cpp:341
↓ 3 callers
Function
ProcessGetData
src/main.cpp:4560
↓ 3 callers
Function
ROTL32
(x, r)
qa/rpc-tests/test_framework/murmurhash.py:11
↓ 3 callers
Function
ROTL32
src/hash.cpp:11
↓ 3 callers
Function
RPCConvertValues
Convert strings to command-specific RPC representation */
src/rpcclient.cpp:138
↓ 3 callers
Function
RPCTypeCheckObj
src/rpcserver.cpp:90
↓ 3 callers
Method
RaiseValidity
Raise the validity level of this block index entry. Returns true if the validity was changed.
src/chain.h:278
↓ 3 callers
Function
RandomData
src/test/bloom_tests.cpp:463
↓ 3 callers
Function
RandomScript
src/test/sighash_tests.cpp:87
↓ 3 callers
Method
Read
src/leveldb/db/db_test.cc:42
↓ 3 callers
Function
ReadConfigFile
src/util.cpp:528
↓ 3 callers
Function
RegisterValidationInterface
src/validationinterface.cpp:15
↓ 3 callers
Function
ReportInvalidCertificate
src/qt/paymentserver.cpp:97
↓ 3 callers
Function
RunCreate
src/test/scriptnum_tests.cpp:144
↓ 3 callers
Method
SeekToLast
src/leveldb/table/table_test.cc:288
↓ 3 callers
Function
SequenceLocks
src/main.cpp:975
↓ 3 callers
Method
SerializeToString
src/qt/paymentrequestplus.cpp:52
↓ 3 callers
Method
Set
src/base58.cpp:221
↓ 3 callers
Method
SetBestChain
src/wallet/wallet.cpp:278
↓ 3 callers
Method
SetCompactPointer
src/leveldb/db/version_edit.h:55
↓ 3 callers
Function
SetCurrentFile
src/leveldb/db/filename.cc:126
↓ 3 callers
Function
SetProxy
src/netbase.cpp:514
↓ 3 callers
Function
SetThreadPriority
src/util.cpp:790
↓ 3 callers
Function
ShowProgress
src/qt/walletmodel.cpp:483
↓ 3 callers
Function
ShutdownRequested
src/init.cpp:117
↓ 3 callers
Function
Sign1
src/script/sign.cpp:35
↓ 3 callers
Method
Signal
src/leveldb/port/port_win.cc:98
↓ 3 callers
Function
SipHashUint256
src/hash.cpp:172
↓ 3 callers
Method
Size
src/leveldb/helpers/memenv/memenv.cc:50
↓ 3 callers
Function
SoftForkDesc
src/rpcblockchain.cpp:594
↓ 3 callers
Function
StartShutdown
src/test/test_bitcoin.cpp:113
↓ 3 callers
Method
StartThread
src/leveldb/util/env_win.cc:727
↓ 3 callers
Function
StartupShortcutPath
src/qt/guiutil.cpp:570
↓ 3 callers
Function
TempFileName
src/leveldb/db/filename.cc:58
↓ 3 callers
Function
TestBlockSubsidyHalvings
src/test/main_tests.cpp:15
↓ 3 callers
Method
ThinBlocksMaxParallel
src/options.cpp:101
↓ 3 callers
Method
Thread
Worker thread
src/checkqueue.h:134
↓ 3 callers
Function
ToNarrowPath
src/leveldb/util/env_win.cc:205
↓ 3 callers
Method
ToString
src/sync.cpp:43
↓ 3 callers
Method
ToString
src/primitives/block.cpp:112
↓ 3 callers
Method
TrimToSize
src/txmempool.cpp:937
↓ 3 callers
Method
TxnBegin
src/wallet/db.h:266
↓ 3 callers
Method
UnSelect
src/coincontrol.h:43
↓ 3 callers
Method
Unref
src/leveldb/util/cache.cc:186
↓ 3 callers
Function
UpdateBestHeaderSent
src/utilprocessmsg.cpp:39
↓ 3 callers
Function
UpdateBlockAvailability
Update tracking information about which blocks a peer is assumed to have. */
src/main.cpp:463
↓ 3 callers
Function
UpdateCoins
src/main.cpp:1813
↓ 3 callers
Function
UpdateTime
src/miner.cpp:48
↓ 3 callers
Function
VersionBitsMask
src/versionbits.cpp:123
↓ 3 callers
Function
WalletTxToJSON
src/wallet/rpcwallet.cpp:56
↓ 3 callers
Method
__init__
(self, t=0, h=0L)
qa/rpc-tests/test_framework/mininode.py:238
↓ 3 callers
Method
addTransaction
src/thinblockbuilder.cpp:32
↓ 3 callers
Method
available
src/leakybucket.cpp:54
↓ 3 callers
Function
calculate_shortid
(k0, k1, tx_hash)
qa/rpc-tests/test_framework/mininode.py:733
↓ 3 callers
Method
check
src/qt/intro.cpp:62
↓ 3 callers
Method
checkObject
src/univalue/univalue.cpp:167
↓ 3 callers
Function
check_fe_inverse
src/secp256k1/src/tests.c:1462
← previous
next →
1,201–1,300 of 6,127, ranked by callers