MCPcopy Create free account

hub / github.com/cculianu/Fulcrum / functions

Functions5,010 in github.com/cculianu/Fulcrum

↓ 4 callersMethodvisit_root_number
src/Json/simdjson/simdjson.cpp:4478
↓ 4 callersMethodvisit_root_primitive
src/Json/simdjson/simdjson.cpp:4171
↓ 4 callersMethodvisit_root_string
src/Json/simdjson/simdjson.cpp:4469
↓ 4 callersMethodvisit_root_true_atom
src/Json/simdjson/simdjson.cpp:4508
↓ 4 callersMethodvisit_string
src/Json/simdjson/simdjson.cpp:4457
↓ 4 callersMethodvisit_true_atom
src/Json/simdjson/simdjson.cpp:4501
↓ 3 callersFunctionAES_decrypt
src/bitcoin/crypto/ctaes/ctaes.c:496
↓ 3 callersFunctionAES_encrypt
src/bitcoin/crypto/ctaes/ctaes.c:474
↓ 3 callersFunctionAES_setup
Expand the cipher key into the key schedule. * * state must be a pointer to an array of size nrounds + 1. * key must be a pointer to 4 * nkeyword
src/bitcoin/crypto/ctaes/ctaes.c:429
↓ 3 callersFunctionAppThreadPool
src/App.h:216
↓ 3 callersFunctionCat
src/bitcoin/utilvector.h:30
↓ 3 callersFunctionCheckTransactionSignatureEncodingImpl
src/bitcoin/sigencoding.cpp:246
↓ 3 callersMethodClose
Calling Close() before destroying a FSDirectory is recommended to surface any errors associated with finishing writes (in case of future features). Th
staticlibs/rocksdb/include/rocksdb/file_system.h:1386
↓ 3 callersFunctionCountBits
* Return the smallest number n such that (x >> n) == 0 (or 64 if the highest * bit in x is set. */
src/bitcoin/crypto/common.h:77
↓ 3 callersFunctionDBOpen
src/Storage/Compat.cpp:45
↓ 3 callersFunctionDecodeBase58Check
src/bitcoin/base58.cpp:225
↓ 3 callersMethodDelete
staticlibs/rocksdb/include/rocksdb/db.h:492
↓ 3 callersFunctionDeserialize
src/BTC.h:95
↓ 3 callersMethodFlush
Flush to the OS buffers
staticlibs/rocksdb/include/rocksdb/env.h:1258
↓ 3 callersMethodFsync
* Sync data and/or metadata as well. * By default, sync only data. * Override this method for environments where we need to sync * metadata a
staticlibs/rocksdb/include/rocksdb/env.h:968
↓ 3 callersMethodFsync
* Sync data and/or metadata as well. * By default, sync only data. * Override this method for environments where we need to sync * metadata a
staticlibs/rocksdb/include/rocksdb/file_system.h:1139
↓ 3 callersMethodGetID
Get the KeyID of this public key (hash of its serialization)
src/bitcoin/pubkey.h:141
↓ 3 callersMethodGetPos
src/bitcoin/streams.h:222
↓ 3 callersMethodGetTemperature
EXPERIMENTAL When available, returns the actual temperature for the file. This is useful in case some outside process moves a file from one tier to an
staticlibs/rocksdb/include/rocksdb/file_system.h:1331
↓ 3 callersMethodGetUniqueId
staticlibs/rocksdb/include/rocksdb/env.h:1185
↓ 3 callersMethodGetUniqueId
staticlibs/rocksdb/include/rocksdb/file_system.h:1391
↓ 3 callersMethodGetVirtualSize
src/bitcoin/transaction.cpp:66
↓ 3 callersFunctionHash160
src/BTC.cpp:95
↓ 3 callersFunctionHashOnce
Convenient alias for Hash(b, true)
src/BTC.h:166
↓ 3 callersMethodInvalidateCache
Remove any kind of caching of data from the offset to offset+length of this file. If the length is 0, then it refers to the end of file. If the system
staticlibs/rocksdb/include/rocksdb/env.h:1032
↓ 3 callersMethodInvalidateCache
Remove any kind of caching of data from the offset to offset+length of this file. If the length is 0, then it refers to the end of file. If the system
staticlibs/rocksdb/include/rocksdb/file_system.h:1206
↓ 3 callersMethodIsNull
src/bitcoin/transaction.h:185
↓ 3 callersFunctionIsOpReturn
returns true iff cscript is OP_RETURN, false otherwise
src/BTC.h:192
↓ 3 callersFunctionIsSchnorrSig
src/bitcoin/sigencoding.cpp:157
↓ 3 callersMethodIsValid
* Check syntactic correctness. * * Note that this is consensus critical as CheckSig() calls it! */
src/bitcoin/pubkey.h:151
↓ 3 callersFunctionMakeTransactionRef
src/bitcoin/transaction.h:450
↓ 3 callersMethodMerge
src/Storage/ConcatOperator.cpp:25
↓ 3 callersMethodMultiGet
Consistent Get of many keys across column families without the need for an explicit snapshot. The main difference between this set of MultiGet APis an
staticlibs/rocksdb/include/rocksdb/db.h:730
↓ 3 callersMethodN
convenience
src/TXO_Compact.h:65
↓ 3 callersFunctionROTL32
src/bitcoin/hash.cpp:21
↓ 3 callersFunctionSelfTest
src/bitcoin/crypto/sha256.cpp:630
↓ 3 callersMethodSerialize
src/bitcoin/pubkey.h:121
↓ 3 callersFunctionSerializeTokenDataWithPrefix
src/BTC.cpp:225
↓ 3 callersFunctionSetCurrencyUnit
src/bitcoin/amount.cpp:21
↓ 3 callersMethodSetNull
src/bitcoin/block.h:94
↓ 3 callersFunctionStringify
src/Util.h:560
↓ 3 callersFunctionToHexFastInPlace
src/Util.cpp:300
↓ 3 callersFunctionToLower
* Converts the given character to its lowercase equivalent. * This function is locale independent. It only converts uppercase * characters in the st
src/bitcoin/utilstrencodings.h:258
↓ 3 callersFunctionTransform
* Perform a number of SHA-256 transformations, processing 64-byte chunks. */
src/bitcoin/crypto/sha256.cpp:93
↓ 3 callersFunctionVerifyChecksum
* Verify a checksum. */
src/bitcoin/cashaddr.cpp:180
↓ 3 callersFunctionXor
src/bitcoin/streams.h:35
↓ 3 callersMethodXor
* XOR the contents of this stream with a certain key. * * @param[in] key The key used to XOR the data in this stream. */
src/bitcoin/streams.h:500
↓ 3 callersFunction_BitScanReverse64
src/Json/simdjson/simdjson.h:26298
↓ 3 callersMethodaddNewTxs
src/Mempool.cpp:81
↓ 3 callersFunctionadd_overflow
src/Json/simdjson/simdjson.h:8842
↓ 3 callersMethodany_bits_set_anywhere
src/Json/simdjson/simdjson.h:9133
↓ 3 callersFunctionbe16ToH
src/Util.h:1110
↓ 3 callersFunctionbe16toh
src/bitcoin/crypto/endian.h:40
↓ 3 callersFunctionbe32ToH
src/Util.h:1112
↓ 3 callersFunctionbe64ToH
src/Util.h:1114
↓ 3 callersMethodbegin
src/bitcoin/prevector.h:238
↓ 3 callersMethodbegin
staticlibs/rocksdb/include/rocksdb/data_structure.h:119
↓ 3 callersMethodblockHeaderSize
src/Storage.cpp:1141
↓ 3 callersFunctionbucketStats
src/Util.h:819
↓ 3 callersFunctioncheckLocale
src/Json/Json.cpp:313
↓ 3 callersFunctioncleanupAndClampByteStringForLog
src/Json/Json.cpp:69
↓ 3 callersMethodclear
src/Controller/SynchMempoolTask.cpp:101
↓ 3 callersMethodclose
src/Util.h:538
↓ 3 callersMethodcomma
src/Json/simdjson/simdjson.h:8236
↓ 3 callersMethodcompress
src/Json/simdjson/simdjson.h:9339
↓ 3 callersMethodconnectToHost
calls underlying socket
src/WebSocket.h:465
↓ 3 callersFunctiondecimal_right_shift
computes h * 2^shift
src/Json/simdjson/simdjson.cpp:1261
↓ 3 callersMethoddoubleValue
src/Options.cpp:370
↓ 3 callersMethoddump
src/Mempool.cpp:861
↓ 3 callersFunctionelementCountGeneric
src/Rpa.cpp:205
↓ 3 callersMethodend
src/bitcoin/prevector.h:240
↓ 3 callersMethodend_array
src/Json/simdjson/simdjson.h:8233
↓ 3 callersMethodend_object
src/Json/simdjson/simdjson.h:8235
↓ 3 callersFunctionenum_bit_and
src/zmq/zmq.hpp:1009
↓ 3 callersFunctionenum_bit_not
src/zmq/zmq.hpp:1021
↓ 3 callersFunctionenum_bit_or
src/zmq/zmq.hpp:1003
↓ 3 callersFunctionenum_bit_xor
src/zmq/zmq.hpp:1015
↓ 3 callersFunctionerror_message
src/Json/simdjson/simdjson.h:6781
↓ 3 callersMethodfind
src/Json/simdjson/simdjson.h:1174
↓ 3 callersMethodfind_last_of
src/Json/simdjson/simdjson.h:1259
↓ 3 callersFunctionfollows
Check if the current character immediately follows a matching character. For example, this checks for quotes with backslashes in front of them: cons
src/Json/simdjson/simdjson.cpp:3326
↓ 3 callersFunctiongeneric_validate_utf8
src/Json/simdjson/simdjson.cpp:3768
↓ 3 callersMethodgetBitcoinDInfo
src/BitcoinD.cpp:550
↓ 3 callersMethodgetHistory
src/Storage.cpp:4434
↓ 3 callersFunctiongetNPhysicalProcessors
src/Util.cpp:175
↓ 3 callersFunctionhToBe64
src/Util.h:1113
↓ 3 callersMethodhasParams
src/RPC.h:177
↓ 3 callersMethodhas_value
src/zmq/zmq.hpp:987
↓ 3 callersMethodhashForTxNum
src/Storage.cpp:4274
↓ 3 callersMethodheaderForHeight
src/Storage.cpp:2639
↓ 3 callersFunctionhtole16
src/bitcoin/crypto/endian.h:34
↓ 3 callersMethodisInt
src/RPCMsgId.h:55
↓ 3 callersMethodisNotif
src/RPC.h:168
↓ 3 callersMethodisParamsList
src/RPC.h:178
↓ 3 callersMethodisReadPaused
Subclasses, such as ElectrumConnection, reimplement this
src/RPC.h:348
← previousnext →701–800 of 5,010, ranked by callers