Home
last modified time | relevance | path

Searched refs:i2p_alert (Results 1 – 16 of 16) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dfwd.hpp122 struct i2p_alert;
H A Dalert_types.hpp2353 struct TORRENT_EXPORT i2p_alert final : alert struct
2356 i2p_alert(aux::stack_allocator& alloc, error_code const& ec);
2358 TORRENT_DEFINE_ALERT(i2p_alert, 77)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dfwd.hpp122 struct i2p_alert;
H A Dalert_types.hpp2353 struct TORRENT_EXPORT i2p_alert final : alert struct
2356 i2p_alert(aux::stack_allocator& alloc, error_code const& ec);
2358 TORRENT_DEFINE_ALERT(i2p_alert, 77)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dalert.cpp230 POLY(i2p_alert)
810 class_<i2p_alert, bases<alert>, noncopyable>( in bind_alert()
812 .add_property("error", &i2p_alert::error) in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dalert.cpp232 POLY(i2p_alert)
812 class_<i2p_alert, bases<alert>, noncopyable>( in bind_alert()
814 .add_property("error", &i2p_alert::error) in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_alert_types.cpp162 TEST_ALERT_TYPE(i2p_alert, 77, 0, alert_category::error); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_alert_types.cpp162 TEST_ALERT_TYPE(i2p_alert, 77, 0, alert_category::error); in TORRENT_TEST()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dalert.cpp2055 i2p_alert::i2p_alert(aux::stack_allocator&, error_code const& ec) in i2p_alert() function in libtorrent::i2p_alert
2059 std::string i2p_alert::message() const in message()
3090 constexpr alert_category_t i2p_alert::static_category;
H A Dsession_impl.cpp2243 if (m_alerts.should_post<i2p_alert>()) in on_i2p_open()
2244 m_alerts.emplace_alert<i2p_alert>(ec); in on_i2p_open()
H A Dtorrent.cpp6810 if (alerts().should_post<i2p_alert>()) in connect_to_peer()
6811 alerts().emplace_alert<i2p_alert>(errors::no_i2p_router); in connect_to_peer()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dalert.cpp2055 i2p_alert::i2p_alert(aux::stack_allocator&, error_code const& ec) in i2p_alert() function in libtorrent::i2p_alert
2059 std::string i2p_alert::message() const in message()
3090 constexpr alert_category_t i2p_alert::static_category;
H A Dsession_impl.cpp2243 if (m_alerts.should_post<i2p_alert>()) in on_i2p_open()
2244 m_alerts.emplace_alert<i2p_alert>(ec); in on_i2p_open()
H A Dtorrent.cpp6810 if (alerts().should_post<i2p_alert>()) in connect_to_peer()
6811 alerts().emplace_alert<i2p_alert>(errors::no_i2p_router); in connect_to_peer()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/
H A DChangeLog792 * expose i2p_alert to python. cleaning up of i2p connection code
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/
H A DChangeLog804 * expose i2p_alert to python. cleaning up of i2p connection code