Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Clarionos/clarion
/ functions
Functions
5,676 in github.com/Clarionos/clarion
⨍
Functions
5,676
◇
Types & classes
1,334
↓ 3 callers
Method
listen
libraries/fc/src/network/tcp_socket.cpp:306
↓ 3 callers
Method
local_endpoint
libraries/fc/src/network/tcp_socket.cpp:131
↓ 3 callers
Method
method
libraries/appbase/include/appbase/method.hpp:258
↓ 3 callers
Method
modify
tests/clio/db.cpp:195
↓ 3 callers
Function
multiply
libraries/clio/include/clio/fpconv.h:97
↓ 3 callers
Function
murmur64
Implementation of Murmur hash for 64-bit size_t.
libraries/clio/include/clio/murmur.hpp:30
↓ 3 callers
Function
mz_deflateEnd
libraries/fc/src/compress/miniz.c:1113
↓ 3 callers
Function
mz_zip_reader_file_stat
libraries/fc/src/compress/miniz.c:3405
↓ 3 callers
Function
mz_zip_reader_init_internal
libraries/fc/src/compress/miniz.c:3089
↓ 3 callers
Function
mz_zip_reader_read_central_dir
libraries/fc/src/compress/miniz.c:3174
↓ 3 callers
Function
mz_zip_writer_compute_padding_needed_for_file_alignment
libraries/fc/src/compress/miniz.c:4244
↓ 3 callers
Function
mz_zip_writer_validate_archive_name
libraries/fc/src/compress/miniz.c:4230
↓ 3 callers
Function
mz_zip_writer_write_zeros
libraries/fc/src/compress/miniz.c:4253
↓ 3 callers
Function
oops
(s)
tests/web/index.js:6
↓ 3 callers
Method
open
@param mode is any mode supported by fopen Tested with: "ab+" - open for binary update - create if does not exist "rb+" - open for binary update - fil
libraries/fc/include/fc/io/cfile.hpp:49
↓ 3 callers
Function
operator=
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/document.h:875
↓ 3 callers
Function
operator=
external/rapidjson/include/rapidjson/document.h:869
↓ 3 callers
Function
parseInt
libraries/fc/include/fc/io/json_relaxed.hpp:296
↓ 3 callers
Method
peek
* Reads size bytes from the buffer chain starting at the supplied index. * The supplied index is advanced, but the read pointer is unaffected.
libraries/fc/include/fc/network/message_buffer.hpp:228
↓ 3 callers
Method
post
libraries/appbase/include/appbase/application.hpp:215
↓ 3 callers
Function
print_number
external/secp256k1/upstream/src/bench.h:20
↓ 3 callers
Function
prior
libraries/fc/src/utf8/unchecked.h:98
↓ 3 callers
Function
random_fe
external/secp256k1/upstream/src/tests.c:724
↓ 3 callers
Function
random_group_element_jacobian_test
external/secp256k1/upstream/src/tests.c:65
↓ 3 callers
Function
random_num_negate
external/secp256k1/upstream/src/tests.c:328
↓ 3 callers
Function
random_num_order_test
external/secp256k1/upstream/src/tests.c:334
↓ 3 callers
Method
read_raw
libraries/clio/include/clio/stream.hpp:313
↓ 3 callers
Method
receive_callback
libraries/fc/include/fc/rpc/api_connection.hpp:232
↓ 3 callers
Method
receive_notice
libraries/fc/include/fc/rpc/api_connection.hpp:237
↓ 3 callers
Method
register_api
libraries/fc/include/fc/rpc/api_connection.hpp:461
↓ 3 callers
Method
register_api
libraries/fc/include/fc/rpc/binary_api_connection.hpp:473
↓ 3 callers
Function
remove_all
libraries/fc/src/filesystem.cpp:244
↓ 3 callers
Function
secp256k1_ec_privkey_export
external/secp256k1/upstream/src/secp256k1.c:428
↓ 3 callers
Function
secp256k1_ec_pubkey_tweak_mul
external/secp256k1/upstream/src/secp256k1.c:402
↓ 3 callers
Function
secp256k1_ecmult_gen2_small
Version of secp256k1_ecmult_gen using the second generator and working only on numbers in the range [0 .. 2^64). */
external/secp256k1/upstream/src/ecmult_gen_impl.h:269
↓ 3 callers
Function
secp256k1_ecmult_gen_gen2
sec * G + value * G2. */
external/secp256k1/upstream/src/ecmult_gen_impl.h:290
↓ 3 callers
Function
secp256k1_ge_from_storage
external/secp256k1/upstream/src/group_impl.h:570
↓ 3 callers
Function
secp256k1_ge_neg
external/secp256k1/upstream/src/group_impl.h:63
↓ 3 callers
Function
secp256k1_num_cmp
external/secp256k1/upstream/src/num_gmp_impl.h:153
↓ 3 callers
Function
secp256k1_num_copy
external/secp256k1/upstream/src/num_gmp_impl.h:25
↓ 3 callers
Function
secp256k1_num_get_bin
external/secp256k1/upstream/src/num_gmp_impl.h:29
↓ 3 callers
Function
secp256k1_num_mod
external/secp256k1/upstream/src/num_gmp_impl.h:80
↓ 3 callers
Function
secp256k1_num_mod_inverse
external/secp256k1/upstream/src/num_gmp_impl.h:100
↓ 3 callers
Function
secp256k1_num_shift
external/secp256k1/upstream/src/num_gmp_impl.h:234
↓ 3 callers
Function
secp256k1_num_sub_abs
external/secp256k1/upstream/src/num_gmp_impl.h:71
↓ 3 callers
Function
secp256k1_point_multiply
external/secp256k1/upstream/src/secp256k1.c:244
↓ 3 callers
Function
secp256k1_rangeproof_context_is_built
external/secp256k1/upstream/src/rangeproof_impl.h:93
↓ 3 callers
Function
secp256k1_scalar_add_bit
external/secp256k1/upstream/src/scalar_8x32_impl.h:139
↓ 3 callers
Function
secp256k1_scalar_inverse_var
external/secp256k1/upstream/src/scalar_impl.h:237
↓ 3 callers
Function
secp256k1_scalar_mul_shift_var
external/secp256k1/upstream/src/scalar_8x32_impl.h:699
↓ 3 callers
Function
secp256k1_scalar_order_get_num
secp256k1 curve order, see secp256k1_ecdsa_const_order_as_fe in ecdsa_impl.h */
external/secp256k1/upstream/src/scalar_impl.h:35
↓ 3 callers
Function
secp256k1_scalar_reduce
external/secp256k1/upstream/src/scalar_8x32_impl.h:93
↓ 3 callers
Function
secp256k1_scalar_reduce
external/secp256k1/upstream/src/scalar_4x64_impl.h:69
↓ 3 callers
Function
secp256k1_scalar_shr_int
external/secp256k1/upstream/src/scalar_8x32_impl.h:652
↓ 3 callers
Method
serialize
libraries/fc/src/crypto/elliptic_r1.cpp:445
↓ 3 callers
Function
sha256Sync
(blob: Uint8Array)
packages/bios/src/crypto/hashing.ts:9
↓ 3 callers
Function
shift_mix
libraries/clio/include/clio/murmur.hpp:25
↓ 3 callers
Method
start
libraries/fc/src/rpc/cli.cpp:62
↓ 3 callers
Method
str
libraries/fc/src/crypto/sha1.cpp:20
↓ 3 callers
Method
sub
tests/clio/gql.cpp:17
↓ 3 callers
Function
tdefl_create_comp_flags_from_zip_params
level may actually range from [0,10] (10 is a "hidden" max level, where we want a bit more compression and it's fine if throughput to fall off a cliff
libraries/fc/src/compress/miniz.c:2785
↓ 3 callers
Function
tdefl_record_match
libraries/fc/src/compress/miniz.c:2481
↓ 3 callers
Function
test_constant_wnaf
external/secp256k1/upstream/src/tests.c:1515
↓ 3 callers
Method
toUint8Vector
libraries/clintrinsics/include/clintrinsics/basic.hpp:81
↓ 3 callers
Function
to_int64
libraries/fc/src/string.cpp:92
↓ 3 callers
Method
to_integer
libraries/fc/include/fc/uint128.hpp:95
↓ 3 callers
Method
to_native_ansi_path
libraries/fc/src/filesystem.cpp:123
↓ 3 callers
Function
to_pretty_string
libraries/fc/src/string.cpp:26
↓ 3 callers
Method
to_string
libraries/fc/src/io/json.cpp:674
↓ 3 callers
Function
tuple_for_each
libraries/clio/include/clio/tuple.hpp:59
↓ 2 callers
Method
AddDependent
libraries/fc/include/fc/crypto/webauthn_json/example/serialize/serialize.cpp:123
↓ 2 callers
Method
AddDependent
external/rapidjson/example/serialize/serialize.cpp:123
↓ 2 callers
Method
AddShape
libraries/fc/include/fc/crypto/webauthn_json/example/archiver/archivertest.cpp:212
↓ 2 callers
Method
AddShape
external/rapidjson/example/archiver/archivertest.cpp:212
↓ 2 callers
Method
Bool
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/reader.h:203
↓ 2 callers
Method
Bool
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/document.h:2438
↓ 2 callers
Method
Bool
external/rapidjson/include/rapidjson/reader.h:203
↓ 2 callers
Method
Bool
external/rapidjson/include/rapidjson/document.h:2432
↓ 2 callers
Function
CityHashCrc256Long
Requires len >= 240.
libraries/fc/src/crypto/city.cpp:548
↓ 2 callers
Function
Clear
Remove all elements in the array. ! This function do not deallocate memory in the array, i.e. the capacity is unchanged. \note Linear time com
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/document.h:1575
↓ 2 callers
Function
Clear
Remove all elements in the array. ! This function do not deallocate memory in the array, i.e. the capacity is unchanged. \note Linear time com
external/rapidjson/include/rapidjson/document.h:1569
↓ 2 callers
Function
CountDecimalDigit_enroll4
libraries/fc/include/fc/crypto/webauthn_json/test/perftest/misctest.cpp:94
↓ 2 callers
Function
CountDecimalDigit_enroll4
external/rapidjson/test/perftest/misctest.cpp:94
↓ 2 callers
Function
Createtransaction
tests/clio/trans_generated.h:195
↓ 2 callers
Function
Createtransfer
tests/clio/transfer_generated.h:85
↓ 2 callers
Function
DecodeBase58
Decode a base58-encoded string psz into byte vector vchRet returns true if decoding is succesful
libraries/fc/src/crypto/base58.cpp:560
↓ 2 callers
Method
DestroySchemaValidator
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/schema.h:2163
↓ 2 callers
Method
DestroySchemaValidator
external/rapidjson/include/rapidjson/schema.h:2161
↓ 2 callers
Method
Double
libraries/fc/include/fc/crypto/webauthn_json/example/simplereader/simplereader.cpp:14
↓ 2 callers
Method
Double
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/reader.h:208
↓ 2 callers
Method
Double
external/rapidjson/example/simplereader/simplereader.cpp:14
↓ 2 callers
Method
Double
external/rapidjson/include/rapidjson/reader.h:208
↓ 2 callers
Function
ECDSA_SIG_get0
libraries/fc/src/crypto/openssl.cpp:12
↓ 2 callers
Method
End
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/document.h:2538
↓ 2 callers
Method
End
external/rapidjson/include/rapidjson/document.h:2532
↓ 2 callers
Method
Erase
Erase a value in a subtree. ! \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root. \
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/pointer.h:771
↓ 2 callers
Method
Erase
Erase a value in a subtree. ! \param root Root value of a DOM sub-tree to be resolved. It can be any value other than document root. \
external/rapidjson/include/rapidjson/pointer.h:714
↓ 2 callers
Method
Finish
tests/clio/transfer_generated.h:78
↓ 2 callers
Function
Flush
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/filewritestream.h:63
↓ 2 callers
Function
Flush
external/rapidjson/include/rapidjson/filewritestream.h:63
← previous
next →
901–1,000 of 5,676, ranked by callers