Home
last modified time | relevance | path

Searched defs:piece_index_t (Results 1 – 20 of 20) sorted by relevance

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dweb_connection_base.hpp88 void write_have(piece_index_t) override {} in write_have() argument
89 void write_dont_have(piece_index_t) override {} in write_dont_have() argument
95 void write_allow_fast(piece_index_t) override {} in write_allow_fast() argument
96 void write_suggest(piece_index_t) override {} in write_suggest() argument
H A Dcreate_torrent.hpp367 inline void nop(piece_index_t) {} in nop() argument
H A Dunits.hpp139 using piece_index_t = aux::strong_typedef<std::int32_t, aux::piece_index_tag>; typedef
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dweb_connection_base.hpp88 void write_have(piece_index_t) override {} in write_have() argument
89 void write_dont_have(piece_index_t) override {} in write_dont_have() argument
95 void write_allow_fast(piece_index_t) override {} in write_allow_fast() argument
96 void write_suggest(piece_index_t) override {} in write_suggest() argument
H A Dunits.hpp139 using piece_index_t = aux::strong_typedef<std::int32_t, aux::piece_index_tag>; typedef
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_create_torrent.cpp156 lt::set_piece_hashes(t, ".", [] (lt::piece_index_t) {}); in TORRENT_TEST()
H A Dsetup_transfer.cpp102 , [] (lt::piece_index_t) {}); in generate_torrent()
H A Dtest_storage.cpp91 void on_piece_checked(piece_index_t, sha1_hash const& in on_piece_checked() argument
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_create_torrent.cpp156 lt::set_piece_hashes(t, ".", [] (lt::piece_index_t) {}); in TORRENT_TEST()
H A Dsetup_transfer.cpp102 , [] (lt::piece_index_t) {}); in generate_torrent()
H A Dtest_storage.cpp91 void on_piece_checked(piece_index_t, sha1_hash const& in on_piece_checked() argument
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dcustomstorage.cpp87 …, std::function<void (lt::piece_index_t, const lt::sha1_hash &, const lt::storage_error &)> handle… in async_hash()
94 …, std::function<void (lt::piece_index_t, const lt::sha256_hash &, const lt::storage_error &)> hand… in async_hash2()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dstorage.cpp808 , piece_index_t, int, open_mode_t, storage_error&) override in readv() argument
813 , piece_index_t, int, open_mode_t, storage_error&) override in writev() argument
H A Dtorrent_handle.cpp479 void torrent_handle::prioritize_pieces(std::vector<std::pair<piece_index_t in prioritize_pieces()
504 …void torrent_handle::prioritize_pieces(std::vector<std::pair<piece_index_t, int>> const& pieces) c… in prioritize_pieces()
H A Dtorrent.cpp1235 void torrent::on_piece_fail_sync(piece_index_t, piece_block) try in on_piece_fail_sync() argument
5024 void torrent::prioritize_piece_list(std::vector<std::pair<piece_index_t in prioritize_piece_list()
H A Ddisk_io_thread.cpp1821 , std::function<void(piece_index_t, sha1_hash const&, storage_error const&)> handler) in async_hash()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dstorage.cpp808 , piece_index_t, int, open_mode_t, storage_error&) override in readv() argument
813 , piece_index_t, int, open_mode_t, storage_error&) override in writev() argument
H A Dtorrent_handle.cpp479 void torrent_handle::prioritize_pieces(std::vector<std::pair<piece_index_t in prioritize_pieces()
504 …void torrent_handle::prioritize_pieces(std::vector<std::pair<piece_index_t, int>> const& pieces) c… in prioritize_pieces()
H A Dtorrent.cpp1235 void torrent::on_piece_fail_sync(piece_index_t, piece_block) try in on_piece_fail_sync() argument
5024 void torrent::prioritize_piece_list(std::vector<std::pair<piece_index_t in prioritize_piece_list()
H A Ddisk_io_thread.cpp1821 , std::function<void(piece_index_t, sha1_hash const&, storage_error const&)> handler) in async_hash()