Home
last modified time | relevance | path

Searched defs:announce_entry (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dannounce_entry.hpp151 struct TORRENT_EXPORT announce_entry struct
161 std::string url;
166 std::string trackerid;
170 std::vector<announce_endpoint> endpoints;
173 std::uint8_t tier = 0;
177 std::uint8_t fail_limit = 0;
181 enum tracker_source
194 std::uint8_t source:4;
198 bool verified:1;
205 bool TORRENT_DEPRECATED_MEMBER send_stats:1;
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dannounce_entry.hpp151 struct TORRENT_EXPORT announce_entry struct
161 std::string url;
166 std::string trackerid;
170 std::vector<announce_endpoint> endpoints;
173 std::uint8_t tier = 0;
177 std::uint8_t fail_limit = 0;
181 enum tracker_source
194 std::uint8_t source:4;
198 bool verified:1;
205 bool TORRENT_DEPRECATED_MEMBER send_stats:1;
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dannounce_entry.cpp61 announce_entry::announce_entry(string_view u) in announce_entry() function in libtorrent::announce_entry
75 announce_entry::announce_entry() in announce_entry() function in libtorrent::announce_entry
H A Dcreate_torrent.cpp709 using announce_entry = std::pair<std::string, int>; in add_tracker() typedef
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dannounce_entry.cpp61 announce_entry::announce_entry(string_view u) in announce_entry() function in libtorrent::announce_entry
75 announce_entry::announce_entry() in announce_entry() function in libtorrent::announce_entry
H A Dcreate_torrent.cpp709 using announce_entry = std::pair<std::string, int>; in add_tracker() typedef
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/RSS/
H A Dplugin.py448 def announce_entry(self, irc, channel, feed, entry): member in RSS