Home
last modified time | relevance | path

Searched refs:GetInfoHash (Results 1 – 7 of 7) sorted by relevance

/dports/ftp/lftp/lftp-4.9.2/src/
H A DTorrentTracker.cc184 const xstring& TrackerBackend::GetInfoHash() const { return master->parent->GetInfoHash(); } in GetInfoHash() function in TrackerBackend
320 request.appendf("info_hash=%s",url::encode(GetInfoHash(),URL_PATH_UNSAFE).get()); in SendTrackerRequest()
583 req.Append(GetInfoHash()); in SendEventRequest()
H A DTorrentTracker.h94 const xstring& GetInfoHash() const;
H A DDHT.cc310 const xstring& info_hash=t->GetInfoHash(); in AnnouncePeer()
328 search.remove(t->GetInfoHash()); in DenouncePeer()
H A DTorrent.cc297 if(FindTorrent(t->GetInfoHash())) in AddTorrent()
303 torrents.add(t->GetInfoHash(),t); in AddTorrent()
309 torrents.remove(t->GetInfoHash()); in RemoveTorrent()
4043 s.appendf("%sinfo hash: %s\n",tab,torrent->GetInfoHash().hexdump()); in FormatStatus()
H A DTorrent.h493 const xstring& GetInfoHash() const { return info_hash; } in GetInfoHash() function
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtcontent.h125 unsigned char* GetInfoHash() {return (m_shake_buffer + 28);} in GetInfoHash() function
H A Dtracker.cpp406 Http_url_encode(ih_buf,(char*)BTCONTENT.GetInfoHash(),20), in BuildBaseRequest()