Home
last modified time | relevance | path

Searched refs:torrent_checked_alert (Results 1 – 23 of 23) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_checking.cpp210 ses1, torrent_checked_alert::alert_type, "checking"); in test_checking()
364 TEST_CHECK(wait_for_alert(ses1, torrent_checked_alert::alert_type in TORRENT_TEST()
H A Dtest_resume.cpp454 wait_for_alert(ses, torrent_checked_alert::alert_type, "piece_slots"); in TORRENT_TEST()
511 wait_for_alert(ses, torrent_checked_alert::alert_type, "piece_slots"); in test_piece_slots_seed()
1377 wait_for_alert(ses, torrent_checked_alert::alert_type, "seed_mode_load_peers"); in TORRENT_TEST()
H A Dtest_alert_types.cpp114 TEST_ALERT_TYPE(torrent_checked_alert, 41, 1, alert_category::status); in TORRENT_TEST()
H A Dtest_torrent.cpp853 wait_for_alert(ses, torrent_checked_alert::alert_type, "torrent_checked_alert"); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_checking.cpp210 ses1, torrent_checked_alert::alert_type, "checking"); in test_checking()
364 TEST_CHECK(wait_for_alert(ses1, torrent_checked_alert::alert_type in TORRENT_TEST()
H A Dtest_resume.cpp454 wait_for_alert(ses, torrent_checked_alert::alert_type, "piece_slots"); in TORRENT_TEST()
511 wait_for_alert(ses, torrent_checked_alert::alert_type, "piece_slots"); in test_piece_slots_seed()
1377 wait_for_alert(ses, torrent_checked_alert::alert_type, "seed_mode_load_peers"); in TORRENT_TEST()
H A Dtest_alert_types.cpp114 TEST_ALERT_TYPE(torrent_checked_alert, 41, 1, alert_category::status); in TORRENT_TEST()
H A Dtest_torrent.cpp853 wait_for_alert(ses, torrent_checked_alert::alert_type, "torrent_checked_alert"); in TORRENT_TEST()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dfwd.hpp91 struct torrent_checked_alert;
H A Dalert_types.hpp1232 struct TORRENT_EXPORT torrent_checked_alert final : torrent_alert struct
1235 torrent_checked_alert(aux::stack_allocator& alloc, torrent_handle const& h);
1237 TORRENT_DEFINE_ALERT_PRIO(torrent_checked_alert, 41, alert_priority_high)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dfwd.hpp91 struct torrent_checked_alert;
H A Dalert_types.hpp1232 struct TORRENT_EXPORT torrent_checked_alert final : torrent_alert struct
1235 torrent_checked_alert(aux::stack_allocator& alloc, torrent_handle const& h);
1237 TORRENT_DEFINE_ALERT_PRIO(torrent_checked_alert, 41, alert_priority_high)
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentimpl.h281 void handleTorrentCheckedAlert(const lt::torrent_checked_alert *p);
H A Dtorrentimpl.cpp1694 void TorrentImpl::handleTorrentCheckedAlert(const lt::torrent_checked_alert *p) in handleTorrentCheckedAlert()
2006 case lt::torrent_checked_alert::alert_type: in handleAlert()
2007 handleTorrentCheckedAlert(static_cast<const lt::torrent_checked_alert*>(a)); in handleAlert()
H A Dsession.cpp4500 case lt::torrent_checked_alert::alert_type: in handleAlert()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dalert.cpp208 POLY(torrent_checked_alert)
585 class_<torrent_checked_alert, bases<torrent_alert>, noncopyable>( in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dalert.cpp210 POLY(torrent_checked_alert)
587 class_<torrent_checked_alert, bases<torrent_alert>, noncopyable>( in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dalert.cpp946 torrent_checked_alert::torrent_checked_alert(aux::stack_allocator& alloc in torrent_checked_alert() function in libtorrent::torrent_checked_alert
951 std::string torrent_checked_alert::message() const in message()
3059 constexpr alert_category_t torrent_checked_alert::static_category;
H A Dtorrent.cpp7809 if (m_ses.alerts().should_post<torrent_checked_alert>())
7811 m_ses.alerts().emplace_alert<torrent_checked_alert>(
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dalert.cpp946 torrent_checked_alert::torrent_checked_alert(aux::stack_allocator& alloc in torrent_checked_alert() function in libtorrent::torrent_checked_alert
951 std::string torrent_checked_alert::message() const in message()
3059 constexpr alert_category_t torrent_checked_alert::static_category;
H A Dtorrent.cpp7809 if (m_ses.alerts().should_post<torrent_checked_alert>())
7811 m_ses.alerts().emplace_alert<torrent_checked_alert>(
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/docs/
H A Dmanual.rst294 This is conceptually the same as waiting for the ``torrent_checked_alert`` and
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/docs/
H A Dmanual-ref.rst296 This is conceptually the same as waiting for the ``torrent_checked_alert`` and