Home
last modified time | relevance | path

Searched refs:add_url_seed (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_web_seed_redirect.cpp74 t.add_url_seed(tmp); in TORRENT_TEST()
H A Dtest_read_resume.cpp179 t.add_url_seed("http://torrent_file_url_seed.com/"); in generate_torrent()
H A Dtest_torrent_info.cpp221 TORRENT_TEST(add_url_seed) in TORRENT_TEST() argument
226 ti.add_url_seed("http://test.com"); in TORRENT_TEST()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_web_seed_redirect.cpp74 t.add_url_seed(tmp); in TORRENT_TEST()
H A Dtest_read_resume.cpp179 t.add_url_seed("http://torrent_file_url_seed.com/"); in generate_torrent()
H A Dtest_torrent_info.cpp221 TORRENT_TEST(add_url_seed) in TORRENT_TEST() argument
226 ti.add_url_seed("http://test.com"); in TORRENT_TEST()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentcreatorthread.cpp167 newTorrent.add_url_seed(seed.toStdString()); in run()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dcreate_torrent.hpp236 void add_url_seed(string_view url);
H A Dtorrent_handle.hpp510 void add_url_seed(std::string const& url) const;
H A Dtorrent_info.hpp337 void add_url_seed(std::string const& url
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dcreate_torrent.hpp236 void add_url_seed(string_view url);
H A Dtorrent_handle.hpp510 void add_url_seed(std::string const& url) const;
H A Dtorrent_info.hpp337 void add_url_seed(std::string const& url
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/examples/
H A Dmake_torrent.cpp301 t.add_url_seed(ws); in main()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/examples/
H A Dmake_torrent.cpp301 t.add_url_seed(ws); in main()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dcreate_torrent.cpp446 add_url_seed(s.url); in create_torrent()
755 void create_torrent::add_url_seed(string_view url) in add_url_seed() function in libtorrent::create_torrent
H A Dtorrent_handle.cpp629 void torrent_handle::add_url_seed(std::string const& url) const in add_url_seed() function in libtorrent::torrent_handle
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dcreate_torrent.cpp446 add_url_seed(s.url); in create_torrent()
755 void create_torrent::add_url_seed(string_view url) in add_url_seed() function in libtorrent::create_torrent
H A Dtorrent_handle.cpp629 void torrent_handle::add_url_seed(std::string const& url) const in add_url_seed() function in libtorrent::torrent_handle
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dcreate_torrent.cpp235 .def("add_url_seed", &create_torrent::add_url_seed) in bind_create_torrent()
H A Dtorrent_info.cpp369 .def("add_url_seed", &torrent_info::add_url_seed, (arg("url") in bind_torrent_info()
H A Dtorrent_handle.cpp486 .def("add_url_seed", _(&torrent_handle::add_url_seed)) in bind_torrent_handle()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dcreate_torrent.cpp230 .def("add_url_seed", &create_torrent::add_url_seed) in bind_create_torrent()
H A Dtorrent_info.cpp297 .def("add_url_seed", &torrent_info::add_url_seed) in bind_torrent_info()
H A Dtorrent_handle.cpp486 .def("add_url_seed", _(&torrent_handle::add_url_seed)) in bind_torrent_handle()

12