Home
last modified time | relevance | path

Searched defs:parse_magnet_uri (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dmagnet_uri.cpp159 add_torrent_params parse_magnet_uri(string_view uri, error_code& ec) in parse_magnet_uri() function
166 void parse_magnet_uri(string_view uri, add_torrent_params& p, error_code& ec) in parse_magnet_uri() function
337 add_torrent_params parse_magnet_uri(string_view uri) in parse_magnet_uri() function
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dmagnet_uri.cpp159 add_torrent_params parse_magnet_uri(string_view uri, error_code& ec) in parse_magnet_uri() function
166 void parse_magnet_uri(string_view uri, add_torrent_params& p, error_code& ec) in parse_magnet_uri() function
337 add_torrent_params parse_magnet_uri(string_view uri) in parse_magnet_uri() function
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/download/
H A Ddownload_constructor.cc412 DownloadConstructor::parse_magnet_uri(Object& b, const std::string& uri) { in parse_magnet_uri() function in torrent::DownloadConstructor