Home
last modified time | relevance | path

Searched refs:GetLeftBytes (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtcontent.h133 uint64_t GetLeftBytes() const { return m_left_bytes; } in GetLeftBytes() function
H A Dconsole.cpp1025 if( BTCONTENT.GetLeftBytes() < (uint64_t)rate << 22 ) in StatusLine1()
1026 remain = BTCONTENT.GetLeftBytes() / rate / 60; in StatusLine1()
H A Dtracker.cpp492 (unsigned long long)(BTCONTENT.GetLeftBytes()), in SendRequest()