Home
last modified time | relevance | path

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

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_torrent.cpp73 bool prioritize_files(torrent_handle const& h, aux::vector<download_priority_t, file_index_t> const… in prioritize_files() function
75 h.prioritize_files(prio); in prioritize_files()
108 TEST_CHECK(prioritize_files(h, ones)); in test_running_torrent()
117 TEST_CHECK(prioritize_files(h, prio)); in test_running_torrent()
128 TEST_CHECK(prioritize_files(h, prio)); in test_running_torrent()
H A Dtest_priority.cpp433 h.prioritize_files(prios); in TORRENT_TEST()
439 h.prioritize_files(prios); in TORRENT_TEST()
H A Dtest_checking.cpp363 tor1.prioritize_files(prio); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_torrent.cpp73 bool prioritize_files(torrent_handle const& h, aux::vector<download_priority_t, file_index_t> const… in prioritize_files() function
75 h.prioritize_files(prio); in prioritize_files()
108 TEST_CHECK(prioritize_files(h, ones)); in test_running_torrent()
117 TEST_CHECK(prioritize_files(h, prio)); in test_running_torrent()
128 TEST_CHECK(prioritize_files(h, prio)); in test_running_torrent()
H A Dtest_priority.cpp433 h.prioritize_files(prios); in TORRENT_TEST()
439 h.prioritize_files(prios); in TORRENT_TEST()
H A Dtest_checking.cpp363 tor1.prioritize_files(prio); in TORRENT_TEST()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dtorrent_handle.cpp535 void torrent_handle::prioritize_files(std::vector<download_priority_t> const& files) const in prioritize_files() function in libtorrent::torrent_handle
537 async_call(&torrent::prioritize_files in prioritize_files()
553 void torrent_handle::prioritize_files(std::vector<int> const& files) const in prioritize_files() function in libtorrent::torrent_handle
560 async_call(&torrent::prioritize_files, file_prio); in prioritize_files()
H A Dtorrent.cpp1070 prioritize_files(aux::vector<download_priority_t, file_index_t>(num_files, dont_download)); in set_share_mode()
5202 prioritize_files(std::move(new_priority)); in on_file_priority()
5206 void torrent::prioritize_files(aux::vector<download_priority_t, file_index_t> files) in prioritize_files() function in libtorrent::torrent
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dtorrent_handle.cpp535 void torrent_handle::prioritize_files(std::vector<download_priority_t> const& files) const in prioritize_files() function in libtorrent::torrent_handle
537 async_call(&torrent::prioritize_files in prioritize_files()
553 void torrent_handle::prioritize_files(std::vector<int> const& files) const in prioritize_files() function in libtorrent::torrent_handle
560 async_call(&torrent::prioritize_files, file_prio); in prioritize_files()
H A Dtorrent.cpp1070 prioritize_files(aux::vector<download_priority_t, file_index_t>(num_files, dont_download)); in set_share_mode()
5202 prioritize_files(std::move(new_priority)); in on_file_priority()
5206 void torrent::prioritize_files(aux::vector<download_priority_t, file_index_t> files) in prioritize_files() function in libtorrent::torrent
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dtorrent_handle.hpp1041 void prioritize_files(std::vector<download_priority_t> const& files) const;
1046 void prioritize_files(std::vector<int> const& files) const;
H A Dtorrent.hpp585 void prioritize_files(aux::vector<download_priority_t, file_index_t> files);
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dtorrent_handle.hpp1041 void prioritize_files(std::vector<download_priority_t> const& files) const;
1046 void prioritize_files(std::vector<int> const& files) const;
H A Dtorrent.hpp585 void prioritize_files(aux::vector<download_priority_t, file_index_t> files);
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dtorrent_handle.cpp164 void prioritize_files(torrent_handle& info, object o) in prioritize_files() function
167 info.prioritize_files(std::vector<download_priority_t>(begin, end)); in prioritize_files()
517 .def("prioritize_files", &prioritize_files) in bind_torrent_handle()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dtorrent_handle.cpp164 void prioritize_files(torrent_handle& info, object o) in prioritize_files() function
167 info.prioritize_files(std::vector<download_priority_t>(begin, end)); in prioritize_files()
517 .def("prioritize_files", &prioritize_files) in bind_torrent_handle()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/simulation/
H A Dtest_transfer.cpp401 ses.get_torrents()[0].prioritize_files(prio); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/
H A Dtest.py114 self.h.prioritize_files([0, 1])
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/core/
H A Dtorrent.py516 self.handle.prioritize_files(file_priorities)
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentimpl.cpp2255 m_nativeHandle.prioritize_files(toLTDownloadPriorities(priorities)); in prioritizeFiles()