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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dopen-dialog.c198 tr_ctorSetDownloadDir( o->ctor, TR_FORCE, o->downloadDir );
199 tr_ctorSetPaused( o->ctor, TR_FORCE, TRUE );
282 if( tr_ctorGetDownloadDir( ctor, TR_FORCE, &str ) )
361 if( tr_ctorGetPaused( ctor, TR_FORCE, &flag ) )
H A Dtr-core.c1039 if( tr_ctorGetPaused( ctor, TR_FORCE, NULL ) )
1040 tr_ctorSetPaused( ctor, TR_FORCE, !gtr_pref_flag_get( TR_PREFS_KEY_START ) );
1046 if( tr_ctorGetPeerLimit( ctor, TR_FORCE, NULL ) )
1047 tr_ctorSetPeerLimit( ctor, TR_FORCE,
1050 if( tr_ctorGetDownloadDir( ctor, TR_FORCE, NULL ) )
1051 tr_ctorSetDownloadDir( ctor, TR_FORCE,
1120 tr_ctorSetPaused( ctor, TR_FORCE, !do_start );
1251 tr_ctorSetPaused( ctor, TR_FORCE, TRUE );
H A Dmakemeta-ui.c134 tr_ctorSetDownloadDir( ctor, TR_FORCE, path );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/cli/
H A Dcli.c370 tr_ctorSetPaused( ctor, TR_FORCE, false );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c565 tr_ctorSetPaused( ctor, TR_FORCE, true );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpcimpl.c1447 tr_ctorSetDownloadDir( ctor, TR_FORCE, str );
1450 tr_ctorSetPaused( ctor, TR_FORCE, boolVal );
1453 tr_ctorSetPeerLimit( ctor, TR_FORCE, i );
H A Dresume.c857 return setFromCtor( tor, fields, ctor, TR_FORCE );
H A Dtransmission.h987 TR_FORCE, /* indicates the ctor value should be used enumerator in enum:__anon7383
H A Dtorrent.c818 if( !tr_ctorGetDownloadDir( ctor, TR_FORCE, &dir ) ||

Completed in 229 milliseconds