Searched refs:tr_torrentIsSeed (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent.h325 tr_torrentIsSeed( const tr_torrent * tor ) function
446 return tr_torrentIsSeed( tor ) ? TR_UP : TR_DOWN;
H A Dwebseed.c348 && !tr_torrentIsSeed( tor )
561 peer->clientIsInterested = !tr_torrentIsSeed( tor );
H A Dpeer-mgr.c1077 if( !tr_torrentIsSeed( t->tor ) )
2300 if( tr_torrentIsSeed( tor ) && atomIsSeed( atom ) )
2604 if( tr_torrentIsSeed( t->tor ) )
2814 assert( !tr_torrentIsSeed( tor ) );
2867 if( tr_torrentIsSeed( t->tor ) )
3046 if( tr_torrentIsSeed( tor ) )
3230 if( tr_torrentIsSeed( tor ) && peerIsSeed( peer ) )
3769 if( tr_torrentIsSeed( tor ) && atomIsSeed( atom ) )
3841 i = tr_torrentIsSeed( tor ) ? 1 : 0;
4008 if( tr_torrentIsSeed( to
[all...]
H A Dtorrent.c337 seedRatioApplies = tr_torrentIsSeed( tor );
441 if( !tor->isRunning || !tr_torrentIsSeed( tor ) )
1101 const bool is_seed = tr_torrentIsSeed( tor );
2050 const bool wasLeeching = !tr_torrentIsSeed( tor );
2063 if( tr_torrentIsSeed( tor ) )
H A Dhandshake.c832 const bool clientIsSeed = tr_torrentIsSeed( tor );
H A Dpeer-msgs.c827 tr_bencDictAddInt( &val, "upload_only", tr_torrentIsSeed( msgs->torrent ) );
1670 if( tr_torrentIsSeed( torrent ) || !tr_torrentHasMetadata( torrent )
H A Dannouncer.c507 && tr_torrentIsSeed( tier->tor )
H A Dsession.c643 if( tr_torrentIsSeed( tor ) )

Completed in 117 milliseconds