Searched refs:getSeedRatio (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-delegate.cc81 const bool hasSeedRatio( tor.getSeedRatio( seedRatio ) );
339 if (tor.isSeeding() && tor.getSeedRatio(seedRatioLimit))
H A Dtorrent.h254 bool getSeedRatio( double& setme ) const;
H A Dtorrent.cc331 Torrent :: getSeedRatio( double& ratio ) const function in class:Torrent
378 const bool has_a = getSeedRatio( a );
379 const bool has_b = that.getSeedRatio( b );

Completed in 74 milliseconds