MCPcopy Create free account

hub / github.com/arvidn/libtorrent / functions

Functions6,210 in github.com/arvidn/libtorrent

↓ 3 callersMethodinc_failcount
src/peer_list.cpp:477
↓ 3 callersFunctionincoming_rpc_message
test/test_dht.cpp:190
↓ 3 callersFunctioninitialized
include/libtorrent/aux_/timestamp_history.hpp:52
↓ 3 callersFunctioninsort_replace
src/settings_pack.cpp:56
↓ 3 callersFunctioninvoke
bindings/python/src/gil.hpp:93
↓ 3 callersFunctionis_alpha
src/string_util.cpp:72
↓ 3 callersMethodis_auto_managed
src/torrent_handle.cpp:676
↓ 3 callersFunctionis_hex
src/hex.cpp:49
↓ 3 callersMethodis_seed
src/peer_connection.cpp:6836
↓ 3 callersMethodis_valid
include/libtorrent/stack_allocator.hpp:59
↓ 3 callersMethodleave_seed_mode
src/torrent.cpp:535
↓ 3 callersFunctionlexically_relative_normal
src/path.cpp:734
↓ 3 callersFunctionload_pack_from_dict
src/settings_pack.cpp:460
↓ 3 callersMethodlocal_endpoint
include/libtorrent/aux_/polymorphic_socket.hpp:84
↓ 3 callersMethodlock_piece
calling this function prevents this piece from being picked by the piece picker until the pieces is restored. This allow the disk thread to synchroniz
src/piece_picker.cpp:3464
↓ 3 callersMethodlog_to_all_peers
src/torrent.cpp:9826
↓ 3 callersFunctionlookup
src/identify_client.cpp:306
↓ 3 callersFunctionloop_until_timeout
(timeout, msg="condition")
bindings/python/test.py:1205
↓ 3 callersFunctionmake_settings_pack
bindings/python/src/session.cpp:118
↓ 3 callersFunctionmake_tcp
internal
include/libtorrent/socket.hpp:116
↓ 3 callersFunctionmake_test_torrent
test/make_torrent.cpp:46
↓ 3 callersFunctionmake_torrent
test/setup_transfer.cpp:837
↓ 3 callersFunctionmake_udp
internal
include/libtorrent/socket.hpp:112
↓ 3 callersFunctionmerkle_tree
TODO: remove this constructor. Don't support "uninitialized" trees. This also requires not constructing these for pad-files and small files as well. S
include/libtorrent/aux_/merkle_tree.hpp:88
↓ 3 callersFunctionmetadata
bindings/python/src/torrent_info.cpp:118
↓ 3 callersFunctionminus_one
src/ip_filter.cpp:125
↓ 3 callersFunctionmove_storage
src/storage_utils.cpp:144
↓ 3 callersFunctionnl_dump_request
src/enum_net.cpp:289
↓ 3 callersFunctionnlmsg_data
include/libtorrent/aux_/netlink_utils.hpp:60
↓ 3 callersFunctionnlmsg_ok
these are here to concentrate all the shady casts these macros expand to, to disable the warnings for them all
include/libtorrent/aux_/netlink_utils.hpp:54
↓ 3 callersMethodnum_blocked
src/disk_job_fence.cpp:176
↓ 3 callersMethodnum_global_nodes
src/kademlia/routing_table.cpp:350
↓ 3 callersFunctionnum_peer_hits
the number of DHT messages received
test/peer_server.cpp:159
↓ 3 callersFunctionnum_pieces
include/libtorrent/piece_picker.hpp:281
↓ 3 callersMethodnum_samples
src/alert.cpp:2926
↓ 3 callersFunctionon_connected
called when the peer is successfully connected. Note that incoming connections will have been connected by the time the peer plugin is attached to it,
include/libtorrent/extensions.hpp:407
↓ 3 callersMethodon_parole
src/peer_connection.cpp:908
↓ 3 callersFunctionparse_listen_interfaces
this parses the string that's used as the listen_interfaces setting. it is a comma-separated list of IP or device names with ports. For example: "eth0
src/string_util.cpp:200
↓ 3 callersFunctionpath_length
iterates an array of strings and returns the sum of the lengths of all strings + one additional character per entry (to account for the presumed forwa
src/torrent_info.cpp:370
↓ 3 callersMethodpeer_has
src/torrent.cpp:4900
↓ 3 callersMethodpeer_has_all
src/torrent.cpp:4929
↓ 3 callersMethodpicker_options
src/peer_connection.cpp:911
↓ 3 callersMethodpiece_size
examples/custom_storage.cpp:123
↓ 3 callersFunctionpinged
include/libtorrent/kademlia/node_entry.hpp:56
↓ 3 callersFunctionplus_one
src/ip_filter.cpp:108
↓ 3 callersFunctionpop_alerts
examples/client_test.cpp:1245
↓ 3 callersMethodpost_dht_stats
src/session_impl.cpp:4843
↓ 3 callersFunctionprint_alerts
test/setup_transfer.cpp:391
↓ 3 callersFunctionprint_settings
examples/client_test.cpp:650
↓ 3 callersMethodqueued_bytes
src/bandwidth_manager.cpp:83
↓ 3 callersFunctionrandom_key
()
tools/dht_flood.py:61
↓ 3 callersFunctionread_file
src/drive_info.cpp:70
↓ 3 callersFunctionread_some
include/libtorrent/aux_/utp_stream.hpp:362
↓ 3 callersFunctionrefresh_endpoint_list
src/torrent.cpp:2979
↓ 3 callersMethodremove_url_seed
src/torrent_handle.cpp:711
↓ 3 callersMethodreopen_network_sockets
src/session_impl.cpp:2317
↓ 3 callersFunctionreport_failure
test/test.cpp:54
↓ 3 callersMethodrequester
src/tracker_manager.cpp:158
↓ 3 callersMethodretry_web_seed
src/torrent.cpp:11286
↓ 3 callersMethodroot_ptr
src/file_storage.cpp:840
↓ 3 callersFunctionrta_next
include/libtorrent/aux_/netlink_utils.hpp:75
↓ 3 callersFunctionrta_ok
include/libtorrent/aux_/netlink_utils.hpp:69
↓ 3 callersFunctionrun_all_combinations
simulation/transfer_sim.hpp:320
↓ 3 callersFunctionrun_matrix_test
simulation/transfer_sim.cpp:121
↓ 3 callersFunctionrun_test
( name: str, action: str, client_arg: list[str], num_peers: int, save_path: Path, alwa
tools/run_benchmark.py:107
↓ 3 callersFunctionrun_upnp_test
test/test_upnp.cpp:230
↓ 3 callersMethodsamples
src/alert.cpp:2931
↓ 3 callersFunctionsc_reduce
src/ed25519/sc.cpp:42
↓ 3 callersMethodsecond_tick
src/stat.cpp:38
↓ 3 callersFunctionselect
src/ed25519/ge.cpp:359
↓ 3 callersFunctionsend_request
test/test_fast_extension.cpp:359
↓ 3 callersMethodsession_id
TODO: make this a string_view
include/libtorrent/i2p_stream.hpp:535
↓ 3 callersFunctionset_bits
src/bloom_filter.cpp:49
↓ 3 callersMethodset_comment
src/create_torrent.cpp:1028
↓ 3 callersMethodset_dirty
src/stat_cache.cpp:73
↓ 3 callersMethodset_download_limit
src/torrent.cpp:9298
↓ 3 callersMethodset_dst_name
include/libtorrent/socks5_stream.hpp:130
↓ 3 callersMethodset_file_priority
src/torrent.cpp:5754
↓ 3 callersMethodset_impl
src/utp_stream.cpp:405
↓ 3 callersMethodset_incoming_key
src/pe_crypto.cpp:297
↓ 3 callersMethodset_max_uploads
src/torrent.cpp:9248
↓ 3 callersMethodset_outgoing_key
src/pe_crypto.cpp:308
↓ 3 callersMethodset_paused
src/torrent.cpp:9893
↓ 3 callersMethodset_peer
src/torrent_handle.cpp:96
↓ 3 callersFunctionset_pid
include/libtorrent/peer_connection.hpp:438
↓ 3 callersFunctionset_range
test/test_merkle_tree.cpp:101
↓ 3 callersMethodset_space_left
simulation/disk_io.hpp:75
↓ 3 callersMethodset_upload_limit
src/torrent.cpp:9290
↓ 3 callersFunctionset_value
src/kademlia/dht_storage.cpp:116
↓ 3 callersMethodset_web_seeds
src/torrent_info.cpp:1846
↓ 3 callersFunctionsetting_by_name
src/settings_pack.cpp:421
↓ 3 callersFunctionsetup_torrent_info
test/test_storage.cpp:168
↓ 3 callersMethodshutdown
(self)
test/http_proxy.py:560
↓ 3 callersFunctionsize
include/libtorrent/aux_/packet_buffer.hpp:84
↓ 3 callersMethodsize
the size of the hash in bytes
include/libtorrent/sha1_hash.hpp:79
↓ 3 callersMethodsize
include/libtorrent/aux_/torrent_list.hpp:77
↓ 3 callersFunctionsleep_and_input
examples/client_test.cpp:124
↓ 3 callersMethodsocket_drained
src/utp_stream.cpp:260
↓ 3 callersFunctionsorted_find
include/libtorrent/vector_utils.hpp:42
↓ 3 callersFunctionsorted_insert
include/libtorrent/vector_utils.hpp:52
← previousnext →1,401–1,500 of 6,210, ranked by callers