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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtorrent-cell-renderer.c340 double upload_speed_KBps; member in struct:TorrentCellRendererPrivate
404 getShortStatusString( gstr_stat, tor, st, p->upload_speed_KBps, p->download_speed_KBps );
455 getStatusString( gstr_stat, tor, st, p->upload_speed_KBps, p->download_speed_KBps );
600 getShortStatusString( gstr_stat, tor, st, p->upload_speed_KBps, p->download_speed_KBps );
682 getStatusString( gstr_stat, tor, st, p->upload_speed_KBps, p->download_speed_KBps );
799 case P_UPLOAD_SPEED: p->upload_speed_KBps = g_value_get_double( v ); break;
819 case P_UPLOAD_SPEED: g_value_set_double( v, p->upload_speed_KBps ); break;

Completed in 111 milliseconds