Home
last modified time | relevance | path

Searched refs:disable_pex (Results 1 – 19 of 19) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_flags.cpp198 test_add_and_get_flags(torrent_flags::disable_pex); in TORRENT_TEST()
199 test_set_after_add(torrent_flags::disable_pex); in TORRENT_TEST()
200 test_unset_after_add(torrent_flags::disable_pex); in TORRENT_TEST()
H A Dtest_read_resume.cpp323 torrent_flags::disable_pex, in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_flags.cpp198 test_add_and_get_flags(torrent_flags::disable_pex); in TORRENT_TEST()
199 test_set_after_add(torrent_flags::disable_pex); in TORRENT_TEST()
200 test_unset_after_add(torrent_flags::disable_pex); in TORRENT_TEST()
H A Dtest_read_resume.cpp323 torrent_flags::disable_pex, in TORRENT_TEST()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dut_pex.cpp103 if (m_torrent.flags() & torrent_flags::disable_pex) return; in tick()
265 if (m_torrent.flags() & torrent_flags::disable_pex) return true; in on_extended()
445 if (m_torrent.flags() & torrent_flags::disable_pex) return; in send_ut_peer_diff()
491 if (m_torrent.flags() & torrent_flags::disable_pex) return; in send_ut_peer_list()
H A Dwrite_resume_data.cpp87 ret["disable_pex"] = bool(atp.flags & torrent_flags::disable_pex); in write_resume_data()
H A Dread_resume_data.cpp169 apply_flag(ret.flags, rd, "disable_pex", torrent_flags::disable_pex); in read_resume_data()
H A Dtorrent.cpp213 , m_enable_pex(!bool(p.flags & torrent_flags::disable_pex)) in torrent()
996 ret |= torrent_flags::disable_pex; in flags()
1045 if (mask & torrent_flags::disable_pex) in set_flags()
1047 bool const new_value = !bool(flags & torrent_flags::disable_pex); in set_flags()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dut_pex.cpp103 if (m_torrent.flags() & torrent_flags::disable_pex) return; in tick()
265 if (m_torrent.flags() & torrent_flags::disable_pex) return true; in on_extended()
445 if (m_torrent.flags() & torrent_flags::disable_pex) return; in send_ut_peer_diff()
491 if (m_torrent.flags() & torrent_flags::disable_pex) return; in send_ut_peer_list()
H A Dwrite_resume_data.cpp87 ret["disable_pex"] = bool(atp.flags & torrent_flags::disable_pex); in write_resume_data()
H A Dread_resume_data.cpp169 apply_flag(ret.flags, rd, "disable_pex", torrent_flags::disable_pex); in read_resume_data()
H A Dtorrent.cpp213 , m_enable_pex(!bool(p.flags & torrent_flags::disable_pex)) in torrent()
996 ret |= torrent_flags::disable_pex; in flags()
1045 if (mask & torrent_flags::disable_pex) in set_flags()
1047 bool const new_value = !bool(flags & torrent_flags::disable_pex); in set_flags()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dtorrent_flags.hpp275 constexpr torrent_flags_t disable_pex = 21_bit; variable
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dtorrent_flags.hpp275 constexpr torrent_flags_t disable_pex = 21_bit; variable
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentimpl.cpp1211 return static_cast<bool>(m_nativeStatus.flags & lt::torrent_flags::disable_pex); in isPEXDisabled()
2204 m_nativeHandle.set_flags(lt::torrent_flags::disable_pex); in setPEXDisabled()
2206 m_nativeHandle.unset_flags(lt::torrent_flags::disable_pex); in setPEXDisabled()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/bindings/python/src/
H A Dsession.cpp962 s.attr("disable_pex") = torrent_flags::disable_pex; in bind_session()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/bindings/python/src/
H A Dsession.cpp958 s.attr("disable_pex") = torrent_flags::disable_pex; in bind_session()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/docs/
H A Dmanual.rst490 | ``disable_pex`` | integer. 1 if the torrent_flags::disable_pex is set. |
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/docs/
H A Dmanual-ref.rst492 | ``disable_pex`` | integer. 1 if the torrent_flags::disable_pex is set. |