Home
last modified time | relevance | path

Searched defs:wanted_chunks (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/data/
H A Ddownload_data.h77 uint32_t wanted_chunks() const { return m_wanted_chunks; } in wanted_chunks() function
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/peer/
H A Dpeermanager.cpp67 BitSet available_chunks, wanted_chunks; member in bt::PeerManager::Private
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/
H A Dtorrentcontrol.cpp200 BitSet wanted_chunks = cman->getBitSet(); in update() local