Home
last modified time | relevance | path

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

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/kademlia/
H A Dfind_data.hpp52 using nodes_callback = std::function<void(std::vector<std::pair<node_entry, std::string>> const&)>; typedef
55 , nodes_callback const& ncallback);
69 nodes_callback m_nodes_callback;
H A Dget_item.hpp57 , nodes_callback const& ncallback);
64 , nodes_callback const& ncallback);
H A Dget_peers.hpp48 , nodes_callback const& ncallback
66 , nodes_callback const& ncallback
H A Drefresh.hpp44 using done_callback = get_peers::nodes_callback;
H A Ddht_tracker.hpp93 void start(find_data::nodes_callback const& f);
H A Dnode.hpp111 , find_data::nodes_callback const& f);
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/kademlia/
H A Dfind_data.hpp52 using nodes_callback = std::function<void(std::vector<std::pair<node_entry, std::string>> const&)>; typedef
55 , nodes_callback const& ncallback);
69 nodes_callback m_nodes_callback;
H A Dget_item.hpp57 , nodes_callback const& ncallback);
64 , nodes_callback const& ncallback);
H A Dget_peers.hpp48 , nodes_callback const& ncallback
66 , nodes_callback const& ncallback
H A Drefresh.hpp44 using done_callback = get_peers::nodes_callback;
H A Ddht_tracker.hpp93 void start(find_data::nodes_callback const& f);
H A Dnode.hpp111 , find_data::nodes_callback const& f);
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/kademlia/
H A Dget_item.cpp101 , nodes_callback const& ncallback) in get_item()
113 , nodes_callback const& ncallback) in get_item()
H A Dget_peers.cpp121 , nodes_callback const& ncallback in get_peers()
167 , nodes_callback const& ncallback in obfuscated_get_peers()
H A Dfind_data.cpp83 , nodes_callback const& ncallback) in find_data()
H A Dnode.cpp217 , find_data::nodes_callback const& f) in bootstrap()
497 , std::bind(f, _1), find_data::nodes_callback()); in get_item()
514 , find_data::nodes_callback()); in get_item()
H A Ddht_tracker.cpp149 n.first->second.dht.bootstrap({}, find_data::nodes_callback()); in new_socket()
160 void dht_tracker::start(find_data::nodes_callback const& f) in start()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/kademlia/
H A Dget_item.cpp101 , nodes_callback const& ncallback) in get_item()
113 , nodes_callback const& ncallback) in get_item()
H A Dget_peers.cpp121 , nodes_callback const& ncallback in get_peers()
167 , nodes_callback const& ncallback in obfuscated_get_peers()
H A Dfind_data.cpp83 , nodes_callback const& ncallback) in find_data()
H A Dnode.cpp217 , find_data::nodes_callback const& f) in bootstrap()
497 , std::bind(f, _1), find_data::nodes_callback()); in get_item()
514 , find_data::nodes_callback()); in get_item()
H A Ddht_tracker.cpp149 n.first->second.dht.bootstrap({}, find_data::nodes_callback()); in new_socket()
160 void dht_tracker::start(find_data::nodes_callback const& f) in start()
/dports/misc/lifelines/lifelines-3.1.1/src/tools/
H A Ddbverify.c146 static BOOLEAN nodes_callback(TRAV_RECORDS_FUNC_ARGS(key, rec, param));
549 traverse_db_key_recs(nodes_callback, NULL); in check_nodes()
598 nodes_callback(TRAV_RECORDS_FUNC_ARGS(key, rec, param)) in nodes_callback() function