Home
last modified time | relevance | path

Searched refs:cache_flushed_alert (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dfwd.hpp108 struct cache_flushed_alert;
H A Dalert_types.hpp1852 struct TORRENT_EXPORT cache_flushed_alert final : torrent_alert struct
1855 cache_flushed_alert(aux::stack_allocator& alloc, torrent_handle const& h);
1857 TORRENT_DEFINE_ALERT_PRIO(cache_flushed_alert, 58, alert_priority_high)
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dfwd.hpp108 struct cache_flushed_alert;
H A Dalert_types.hpp1852 struct TORRENT_EXPORT cache_flushed_alert final : torrent_alert struct
1855 cache_flushed_alert(aux::stack_allocator& alloc, torrent_handle const& h);
1857 TORRENT_DEFINE_ALERT_PRIO(cache_flushed_alert, 58, alert_priority_high)
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dweb_seed_suite.cpp255 wait_for_alert(ses, cache_flushed_alert::alert_type, "ses"); in test_transfer()
H A Dtest_alert_types.cpp131 TEST_ALERT_TYPE(cache_flushed_alert, 58, 1, alert_category::storage); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dweb_seed_suite.cpp255 wait_for_alert(ses, cache_flushed_alert::alert_type, "ses"); in test_transfer()
H A Dtest_alert_types.cpp131 TEST_ALERT_TYPE(cache_flushed_alert, 58, 1, alert_category::storage); in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dalert.cpp248 POLY(cache_flushed_alert)
933 class_<cache_flushed_alert, bases<torrent_alert>, noncopyable>( in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dalert.cpp250 POLY(cache_flushed_alert)
935 class_<cache_flushed_alert, bases<torrent_alert>, noncopyable>( in bind_alert()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dalert.cpp1515 cache_flushed_alert::cache_flushed_alert(aux::stack_allocator& alloc in cache_flushed_alert() function in libtorrent::cache_flushed_alert
3076 constexpr alert_category_t cache_flushed_alert::static_category;
H A Dtorrent.cpp4530 if (alerts().should_post<cache_flushed_alert>()) in abort()
4531 alerts().emplace_alert<cache_flushed_alert>(get_handle()); in abort()
4536 if (alerts().should_post<cache_flushed_alert>()) in abort()
4537 alerts().emplace_alert<cache_flushed_alert>(get_handle()); in abort()
8704 if (manually_triggered || alerts().should_post<cache_flushed_alert>())
8705 alerts().emplace_alert<cache_flushed_alert>(get_handle());
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dalert.cpp1515 cache_flushed_alert::cache_flushed_alert(aux::stack_allocator& alloc in cache_flushed_alert() function in libtorrent::cache_flushed_alert
3076 constexpr alert_category_t cache_flushed_alert::static_category;
H A Dtorrent.cpp4530 if (alerts().should_post<cache_flushed_alert>()) in abort()
4531 alerts().emplace_alert<cache_flushed_alert>(get_handle()); in abort()
4536 if (alerts().should_post<cache_flushed_alert>()) in abort()
4537 alerts().emplace_alert<cache_flushed_alert>(get_handle()); in abort()
8704 if (manually_triggered || alerts().should_post<cache_flushed_alert>())
8705 alerts().emplace_alert<cache_flushed_alert>(get_handle());