Searched refs:TR_PRI_HIGH (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.c204 case TR_PRI_HIGH: myfiles = &ctor->high; mycount = &ctor->highSize; break;
223 tr_torrentInitFilePriority( tor, ctor->high[i], TR_PRI_HIGH );
423 return (i==TR_PRI_LOW) || (i==TR_PRI_NORMAL) || (i==TR_PRI_HIGH);
H A Dsession.h297 || ( p == TR_PRI_HIGH );
H A Dbandwidth.c260 case TR_PRI_HIGH: tr_ptrArrayAppend( &high, io ); /* fall through */
H A Dtransmission.h1317 TR_PRI_HIGH = 1 enumerator in enum:__anon7388
1334 * each holding a TR_PRI_NORMAL, TR_PRI_HIGH, or TR_PRI_LOW.
1756 int8_t priority; /* TR_PRI_HIGH, _NORMAL, or _LOW */
1769 int8_t priority; /* TR_PRI_HIGH, _NORMAL, or _LOW */
H A Drpcimpl.c1095 errmsg = setFilePriorities( tor, TR_PRI_HIGH, files );
1486 tr_ctorSetFilePriorities( ctor, files, fileCount, TR_PRI_HIGH );
H A Dpeer-mgr.c3830 case TR_PRI_HIGH: i = 0; break;
H A Dtorrent.c617 priority = TR_PRI_HIGH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc148 m->addItem( tr( "High" ), TR_PRI_HIGH );
391 count = myPriorities.count( TR_PRI_HIGH );
395 if( myPriorities.at(i) == TR_PRI_HIGH )
H A Dfile-tree.cc209 case TR_PRI_HIGH: i |= HIGH; break;
238 else if( old & NORMAL ) p = TR_PRI_HIGH;
H A Ddetails.cc1114 m->addItem( tr( "High" ), TR_PRI_HIGH );
1320 case TR_PRI_HIGH: key = "priority-high"; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfile-list.c35 * TR_PRI_LOW, TR_PRI_NORMAL, TR_PRI_HIGH, TRUE, or FALSE */
607 case TR_PRI_HIGH: text = _( "High" ); break;
700 case TR_PRI_NORMAL: priority = TR_PRI_HIGH; break;
701 case TR_PRI_HIGH: priority = TR_PRI_LOW; break;
H A Dutil.c471 return gtr_combo_box_new_enum( _( "High" ), TR_PRI_HIGH,
H A Dfilter.c199 case TR_PRI_HIGH: ++high; break;
542 return tr_torrentGetPriority( tor ) == TR_PRI_HIGH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Dremote.c1107 case TR_PRI_HIGH:

Completed in 194 milliseconds