Searched refs:tr_torrentGetPriority (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dverify.c243 const tr_priority_t pa = tr_torrentGetPriority( a->torrent );
244 const tr_priority_t pb = tr_torrentGetPriority( b->torrent );
H A Dresume.c648 tr_bencDictAddInt( &top, KEY_BANDWIDTH_PRIORITY, tr_torrentGetPriority( tor ) );
H A Dtransmission.h743 tr_priority_t tr_torrentGetPriority( const tr_torrent * );
H A Drpcimpl.c568 tr_bencDictAddInt( d, key, tr_torrentGetPriority( tor ) );
H A Dpeer-mgr.c3829 switch( tr_torrentGetPriority( tor ) ) {
H A Dtorrent.c2278 tr_torrentGetPriority( const tr_torrent * tor ) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfilter.c197 switch( tr_torrentGetPriority( tor ) )
542 return tr_torrentGetPriority( tor ) == TR_PRI_HIGH;
545 return tr_torrentGetPriority( tor ) == TR_PRI_NORMAL;
548 return tr_torrentGetPriority( tor ) == TR_PRI_LOW;
H A Dtr-core.c956 MC_PRIORITY, tr_torrentGetPriority( tor ),
1321 newPriority = tr_torrentGetPriority( tor );
H A Ddetails.c250 const int baseline = tr_torrentGetPriority( torrents[0] );
253 if( baseline != tr_torrentGetPriority( torrents[i] ) )

Completed in 198 milliseconds