Searched refs:tr_bencDictAddReal (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dconf.c177 tr_bencDictAddReal( getPrefs( ), key, value );
H A Ddetails.c362 tr_bencDictAddReal( args, key, value );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbencode.h171 tr_benc * tr_bencDictAddReal( tr_benc *, const char * key, double );
H A Drpcimpl.c541 tr_bencDictAddReal( d, "progress", peer->progress );
627 tr_bencDictAddReal( d, key, st->metadataPercentComplete );
631 tr_bencDictAddReal( d, key, st->percentDone );
684 tr_bencDictAddReal( d, key, st->recheckProgress );
690 tr_bencDictAddReal( d, key, tr_torrentGetRatioLimit( tor ) );
722 tr_bencDictAddReal( d, key, st->ratio );
1667 tr_bencDictAddReal( args_out, "downloadSpeed", tr_sessionGetPieceSpeed_Bps( session, TR_DOWN ) );
1670 tr_bencDictAddReal( args_out, "uploadSpeed", tr_sessionGetPieceSpeed_Bps( session, TR_UP ) );
1729 tr_bencDictAddReal( d, "seedRatioLimit", tr_sessionGetRatioLimit( s ) );
H A Dbencode-test.c489 tr_bencDictAddReal( &top, "this-is-a-real", 0.5 );
H A Dbencode.c810 tr_bencDictAddReal( tr_benc * dict, const char * key, double val ) function
1573 tr_bencDictAddReal( target, key, realVal );
H A Dresume.c285 tr_bencDictAddReal( d, KEY_RATIOLIMIT_RATIO, tr_torrentGetRatioLimit( tor ) );
H A Dsession.c339 tr_bencDictAddReal( d, TR_PREFS_KEY_RATIO, 2.0 );
410 tr_bencDictAddReal( d, TR_PREFS_KEY_RATIO, s->desiredRatio );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c460 case 953: tr_bencDictAddReal( &settings, TR_PREFS_KEY_RATIO, atof(optarg) );
H A Dremote.c2056 case 953: tr_bencDictAddReal( args, "seedRatioLimit", atof(optarg) );
2128 case 950: tr_bencDictAddReal( args, "seedRatioLimit", atof(optarg) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.cc234 tr_bencDictAddReal( &top, key, val.toDouble() );
H A Dsession.cc103 case QVariant::Double: tr_bencDictAddReal ( args, key, value.toDouble() ); break;
404 tr_bencDictAddReal( args, key.toUtf8().constData(), value );

Completed in 66 milliseconds