Searched refs:TR_PRI_LOW (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent-ctor.c203 case TR_PRI_LOW: myfiles = &ctor->low; mycount = &ctor->lowSize; break;
219 tr_torrentInitFilePriority( tor, ctor->low[i], TR_PRI_LOW );
423 return (i==TR_PRI_LOW) || (i==TR_PRI_NORMAL) || (i==TR_PRI_HIGH);
H A Dsession.h295 return ( p == TR_PRI_LOW )
H A Dbandwidth.c248 allocateBandwidth( b, TR_PRI_LOW, dir, period_msec, &tmp );
H A Dtransmission.h1315 TR_PRI_LOW = -1, enumerator in enum:__anon7388
1334 * each holding a TR_PRI_NORMAL, TR_PRI_HIGH, or TR_PRI_LOW.
H A Drpcimpl.c1097 errmsg = setFilePriorities( tor, TR_PRI_LOW, files );
1474 tr_ctorSetFilePriorities( ctor, files, fileCount, TR_PRI_LOW );
H A Dpeer-mgr.c3832 case TR_PRI_LOW: i = 2; break;
H A Dtorrent.c588 tr_priority_t priority = TR_PRI_LOW;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc150 m->addItem( tr( "Low" ), TR_PRI_LOW );
382 count = myPriorities.count( TR_PRI_LOW );
386 if( myPriorities.at(i) == TR_PRI_LOW )
H A Dfile-tree.cc208 case TR_PRI_LOW: i |= LOW; break;
239 else p = TR_PRI_LOW;
H A Ddetails.cc1116 m->addItem( tr( "Low" ), TR_PRI_LOW );
1319 case TR_PRI_LOW: key = "priority-low"; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dutil.c473 _( "Low" ), TR_PRI_LOW,
H A Dfile-list.c35 * TR_PRI_LOW, TR_PRI_NORMAL, TR_PRI_HIGH, TRUE, or FALSE */
609 case TR_PRI_LOW: text = _( "Low" ); break;
701 case TR_PRI_HIGH: priority = TR_PRI_LOW; break;
H A Dfilter.c200 case TR_PRI_LOW: ++low; break;
548 return tr_torrentGetPriority( tor ) == TR_PRI_LOW;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Dremote.c1104 case TR_PRI_LOW:

Completed in 113 milliseconds