Searched refs:tr_bandwidthClamp (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.h102 * and call tr_bandwidthClamp() before performing I/O to see how much
199 unsigned int tr_bandwidthClamp ( const tr_bandwidth * bandwidth,
H A Dpeer-io.h370 return tr_bandwidthClamp( &io->bandwidth, dir, 1024 ) > 0;
H A Dpeer-io.c265 howmuch = tr_bandwidthClamp( &io->bandwidth, TR_DOWN, howmuch );
344 howmuch = tr_bandwidthClamp( &io->bandwidth, dir, evbuffer_get_length( io->outbuf ) );
451 bytes = tr_bandwidthClamp( &io->bandwidth, TR_DOWN, UTP_READ_BUFFER_SIZE );
1225 if(( howmuch = tr_bandwidthClamp( &io->bandwidth, TR_DOWN, howmuch )))
1274 if(( howmuch = tr_bandwidthClamp( &io->bandwidth, TR_UP, howmuch )))
H A Dbandwidth.c347 tr_bandwidthClamp( const tr_bandwidth * b, function

Completed in 43 milliseconds