Home
last modified time | relevance | path

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

/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/display/
H A Dwindow_download_statusbar.cc83 (int)m_download->download()->peers_complete(), in redraw()
H A Dwindow_download_chunks_seen.cc70 … (int)m_download->download()->peers_complete() + m_download->download()->file_list()->is_done(), in redraw()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Ddownload.h143 uint32_t peers_complete() const;
H A Ddownload.cc398 Download::peers_complete() const { in peers_complete() function in torrent::Download
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_download.cc843 CMD2_DL ("d.peers_complete", CMD2_ON_DL(peers_complete)); in initialize_command_download()