Searched refs:recheckProgress (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/cli/
H A Dcli.c249 tr_truncd( 100 * st->recheckProgress, 2 ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dtorrent.js73 'recheckProgress',
242 getRecheckProgress: function() { return this.fields.recheckProgress; },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.c200 G_TYPE_DOUBLE, /* tr_stat.recheckProgress */
952 MC_RECHECK_PROGRESS, st->recheckProgress,
1326 newRecheckProgress = st->recheckProgress;
H A Dtorrent-cell-renderer.c212 tr_truncd( st->recheckProgress * 100.0, 1 ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtransmission.h1888 float recheckProgress; member in struct:tr_stat
H A Drpcimpl.c683 else if( tr_streq( key, keylen, "recheckProgress" ) )
684 tr_bencDictAddReal( d, key, st->recheckProgress );
H A Dtorrent.c1223 s->recheckProgress = s->activity == TR_STATUS_CHECK ? getVerifyProgress( tor ) : 0;

Completed in 289 milliseconds