MCPcopy Create free account

hub / github.com/arvidn/libtorrent / functions

Functions6,210 in github.com/arvidn/libtorrent

↓ 1,349 callersMethodsize
src/merkle_tree.cpp:558
↓ 1,163 callersMethodend
include/libtorrent/span.hpp:134
↓ 989 callersMethodbegin
include/libtorrent/span.hpp:133
↓ 874 callersMethodempty
src/ip_filter.cpp:48
↓ 870 callersMethoddata
test/test_buffer.cpp:194
↓ 777 callersMethodsize
test/test_buffer.cpp:195
↓ 610 callersMethodpush_back
include/libtorrent/tailqueue.hpp:168
↓ 514 callersFunctionprint
examples/print.cpp:516
↓ 468 callersFunctioncombine_path
src/path.cpp:674
↓ 457 callersMethodclear
src/bdecode.cpp:294
↓ 418 callersMethodset_int
src/settings_pack.cpp:714
↓ 399 callersMethodadd_file
src/file_storage.cpp:390
↓ 398 callersMethodmessage
src/gzip.cpp:72
↓ 345 callersMethodset_bool
src/settings_pack.cpp:722
↓ 338 callersMethodget_int
src/settings_pack.cpp:798
↓ 311 callersFunctionis_single_thread
include/libtorrent/debug.hpp:243
↓ 306 callersFunctionsettings
test/settings.cpp:39
↓ 299 callersMethodget
src/receive_buffer.cpp:143
↓ 287 callersMethodinc_stats_counter
src/torrent.cpp:491
↓ 283 callersFunctionmax
include/libtorrent/aux_/aligned_union.hpp:41
↓ 255 callersMethodaddress
src/torrent_peer.cpp:286
↓ 252 callersFunctionbind
include/libtorrent/aux_/utp_stream.hpp:210
↓ 252 callersMethodvalue
examples/session_view.cpp:67
↓ 249 callersMethodresize
src/bitfield.cpp:152
↓ 226 callersFunctionmin
src/sha256.cpp:34
↓ 223 callersMethodfront
include/libtorrent/aux_/heterogeneous_queue.hpp:197
↓ 222 callersMethodfind
include/libtorrent/bloom_filter.hpp:51
↓ 220 callersMethodto_string
src/entry.cpp:768
↓ 201 callersMethodemplace_back
include/libtorrent/aux_/heterogeneous_queue.hpp:73
↓ 199 callersMethodappend
tries to copy the given buffer to the end of the last chained buffer. If there's not enough room it returns nullptr
src/chained_buffer.cpp:89
↓ 199 callersMethodstatus
src/torrent.cpp:11953
↓ 197 callersMethoderase
src/kademlia/routing_table.cpp:103
↓ 195 callersMethodfile
src/directory.cpp:90
↓ 194 callersMethodend_index
include/libtorrent/bitfield.hpp:331
↓ 191 callersMethodinsert
src/packet_buffer.cpp:56
↓ 190 callersMethodassign
src/kademlia/item.cpp:153
↓ 188 callersMethodcount
src/bitfield.cpp:77
↓ 172 callersFunctionnow
bindings/python/src/datetime.cpp:49
↓ 170 callersFunctionaddr
test/setup_transfer.cpp:1215
↓ 170 callersMethodreset
src/hasher.cpp:139
↓ 163 callersFunctionto_hash
test/test_sha1_hash.cpp:40
↓ 160 callersFunctionep
test/setup_transfer.cpp:1199
↓ 159 callersMethodget_bool
src/settings_pack.cpp:818
↓ 150 callersMethodinfo_hashes
src/torrent_handle.cpp:223
↓ 149 callersFunctionprint_entry
src/bdecode.cpp:1125
↓ 148 callersFunctionbdecode
src/bdecode.cpp:794
↓ 145 callersMethodwrite
src/part_file.cpp:176
↓ 139 callersFunctionbencode
(x)
tools/dht_flood.py:51
↓ 139 callersMethodreserve
src/bdecode.cpp:753
↓ 135 callersMethodstring_value
src/bdecode.cpp:715
↓ 134 callersMethodnum_pieces
src/merkle_tree.cpp:563
↓ 134 callersMethodport
test/dht_server.cpp:105
↓ 131 callersMethodset_str
src/settings_pack.cpp:706
↓ 127 callersFunctiondebug_log
src/mmap_disk_io.cpp:106
↓ 125 callersMethodadd_torrent
src/session_impl.cpp:4906
↓ 122 callersFunctionsanitize_append_path_element
it's important that every call adds a path element to the path, even if the name is invalid. It can never be empty. Empty files have special meaning i
src/torrent_info.cpp:176
↓ 122 callersMethodsubspan
include/libtorrent/span.hpp:153
↓ 120 callersMethodsize
src/kademlia/routing_table.cpp:334
↓ 118 callersFunctionget_handle
bindings/c/library.cpp:53
↓ 118 callersMethodnum_files
src/file_storage.cpp:567
↓ 117 callersMethodfile_size
src/file_storage.cpp:1056
↓ 117 callersMethodtype
test/test_heterogeneous_queue.cpp:53
↓ 116 callersFunctionsetup_picker
availability is a string where each character is the availability of that piece, '1', '2' etc. have_str is a string where each character represents a
test/test_piece_picker.cpp:115
↓ 115 callersFunctionshift_left
src/ed25519/sc.cpp:28
↓ 110 callersMethodfile_path
src/alert.cpp:863
↓ 110 callersMethodtorrent_file
src/torrent_handle.cpp:776
↓ 110 callersMethodupdate
will update the piece with the given properties (priority, elem_index) to place it at the correct position
src/piece_picker.cpp:950
↓ 108 callersFunctionwrite_uint8
include/libtorrent/io.hpp:166
↓ 103 callersMethodis_valid
src/torrent_handle.cpp:771
↓ 103 callersFunctionopen
include/libtorrent/aux_/utp_stream.hpp:354
↓ 98 callersFunctionrange
test/test_merkle_tree.cpp:59
↓ 97 callersFunctionprint_endpoint
src/socket_io.cpp:67
↓ 95 callersMethodfinal
src/hasher.cpp:119
↓ 95 callersMethodnum_peers
src/alert.cpp:2548
↓ 94 callersFunctionfind
src/escape_string.cpp:468
↓ 94 callersFunctionwrite_uint32
include/libtorrent/io.hpp:150
↓ 93 callersFunctiondepr
bindings/python/src/gil.hpp:179
↓ 93 callersFunctionlog
test/test_fast_extension.cpp:68
↓ 92 callersFunctionsize
returns the size of the bitfield in bits.
include/libtorrent/bitfield.hpp:123
↓ 91 callersMethodtype
src/entry.cpp:177
↓ 89 callersFunctiontime_now
src/time.cpp:39
↓ 87 callersMethodasync_add_torrent
src/session_impl.cpp:4886
↓ 85 callersFunctionto_string
examples/print.cpp:44
↓ 84 callersMethodstring_length
src/bdecode.cpp:744
↓ 81 callersMethodhave
src/piece_picker.cpp:3929
↓ 80 callersFunctionshared_from_this
test/test_peer_list.cpp:422
↓ 79 callersFunctionexists
test/test_utils.cpp:126
↓ 79 callersMethodint_value
src/bdecode.cpp:694
↓ 78 callersFunctionmerkle_num_leafs
src/merkle.cpp:102
↓ 78 callersFunctionself
include/libtorrent/natpmp.hpp:111
↓ 76 callersFunctionclassify_prefix
src/kademlia/routing_table.cpp:119
↓ 76 callersMethodlist_at
src/bdecode.cpp:431
↓ 76 callersMethodptr
src/stack_allocator.cpp:130
↓ 75 callersFunctionread_int32
include/libtorrent/io.hpp:121
↓ 74 callersMethodhave_piece
src/piece_picker.cpp:2926
↓ 73 callersMethodclose
test/bittorrent_peer.cpp:254
↓ 73 callersMethodpad_file_at
src/file_storage.cpp:1062
↓ 72 callersFunctionaddr4
test/setup_transfer.cpp:1223
↓ 72 callersFunctionto_hex
src/hex.cpp:77
↓ 71 callersMethodget_bit
include/libtorrent/bitfield.hpp:322
next →1–100 of 6,210, ranked by callers