Home
last modified time | relevance | path

Searched refs:CMD2_BIND_DL (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_download.cc627 #define CMD2_BIND_DL std::bind(&core::Download::download, std::placeholders::_1) macro
699 …"d.peer_exchange.set", std::bind(&torrent::Download::set_pex_enabled, CMD2_BIND_DL, std::placehold… in initialize_command_download()
717 … ("d.is_hash_checked", std::bind(&torrent::Download::is_hash_checked, CMD2_BIND_DL)); in initialize_command_download()
718 … ("d.is_hash_checking", std::bind(&torrent::Download::is_hash_checking, CMD2_BIND_DL)); in initialize_command_download()
832 …CMD2_DL ("d.uploads_max", std::bind(&torrent::Download::uploads_max, CMD2_BIND_DL)… in initialize_command_download()
833 ….uploads_max.set", std::bind(&torrent::Download::set_uploads_max, CMD2_BIND_DL, std::placehold… in initialize_command_download()
834 …CMD2_DL ("d.uploads_min", std::bind(&torrent::Download::uploads_min, CMD2_BIND_DL)… in initialize_command_download()
836 …DL ("d.downloads_max", std::bind(&torrent::Download::downloads_max, CMD2_BIND_DL)); in initialize_command_download()
838 …DL ("d.downloads_min", std::bind(&torrent::Download::downloads_min, CMD2_BIND_DL)); in initialize_command_download()
875 … ("d.tracker_announce", std::bind(&torrent::Download::manual_request, CMD2_BIND_DL, false)); in initialize_command_download()
[all …]