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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbandwidth.h221 void tr_bandwidthUsed ( tr_bandwidth * bandwidth,
H A Dbandwidth.c374 tr_bandwidthUsed( tr_bandwidth * b, function
402 tr_bandwidthUsed( b->parent, dir, byteCount, isPieceData, now );
H A Dpeer-io.c161 tr_bandwidthUsed( &io->bandwidth, TR_UP, payload, next->isPieceData, now );
164 tr_bandwidthUsed( &io->bandwidth, TR_UP, overhead, false, now );
210 tr_bandwidthUsed( &io->bandwidth, TR_DOWN, piece, true, now );
213 tr_bandwidthUsed( &io->bandwidth, TR_DOWN, used - piece, false, now );
217 tr_bandwidthUsed( &io->bandwidth, TR_UP, overhead, false, now );
516 tr_bandwidthUsed( &io->bandwidth, send ? TR_UP : TR_DOWN,
H A Dwebseed.c254 tr_bandwidthUsed( &w->bandwidth, TR_DOWN, n_added, true, tr_time_msec( ) );

Completed in 45 milliseconds