Home
last modified time | relevance | path

Searched defs:create_torrent (Results 1 – 12 of 12) sorted by relevance

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dcreate_torrent.hpp299 file_storage& m_files;
303 entry m_info_dict;
329 time_t m_creation_date;
333 std::string m_comment;
337 std::string m_created_by;
340 std::string m_root_cert;
347 bool m_multifile:1;
351 bool m_private:1;
354 bool m_merkle_torrent:1;
358 bool m_include_mtime:1;
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/simulation/
H A Dcreate_torrent.cpp49 lt::add_torrent_params create_torrent(int const idx, bool const seed in create_torrent() function
H A Dtest_web_seed.cpp57 add_torrent_params create_torrent(file_storage& fs, bool const pad_files = false) in create_torrent() function
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkTrayIcon.h80 GtkWidget* create_torrent; member
H A DUgtkApp.h174 GtkWidget* create_torrent; member
H A DUgtkMenubar.h61 GtkWidget* create_torrent; member
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dcreatetorrentdialog.py395 def create_torrent( member in CreateTorrentDialog
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dcreate_torrent.cpp349 create_torrent::create_torrent(file_storage& fs, int piece_size in create_torrent() function in libtorrent::create_torrent
417 create_torrent::create_torrent(torrent_info const& ti) in create_torrent() function in libtorrent::create_torrent
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dcreate_torrent.cpp349 create_torrent::create_torrent(file_storage& fs, int piece_size in create_torrent() function in libtorrent::create_torrent
417 create_torrent::create_torrent(torrent_info const& ti) in create_torrent() function in libtorrent::create_torrent
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dsetup_transfer.cpp854 std::shared_ptr<torrent_info> create_torrent(std::ostream* file in create_torrent() function
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dsetup_transfer.cpp850 std::shared_ptr<torrent_info> create_torrent(std::ostream* file in create_torrent() function
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/core/
H A Dcore.py992 def create_torrent( member in Core