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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent-ctor.c339 uint16_t * setmeCount )
346 else if( setmeCount )
347 *setmeCount = args->peerLimit;
H A Dpeer-mgr.h246 int * setmeCount );
H A Dutils.h435 * For example, "5-8" will return [ 5, 6, 7, 8 ] and setmeCount will be 4.
439 int * setmeCount ) TR_GNUC_MALLOC TR_GNUC_NONNULL(1);
H A Dsession.c1889 int * setmeCount; member in struct:sessionLoadTorrentsData
1943 if( data->setmeCount )
1944 *data->setmeCount = n;
1952 int * setmeCount )
1958 data.setmeCount = setmeCount;
H A Dutils.c1393 * array of setmeCount ints of all the values in the array.
1394 * For example, "5-8" will return [ 5, 6, 7, 8 ] and setmeCount will be 4.
1399 tr_parseNumberRange( const char * str_in, int len, int * setmeCount )
1425 *setmeCount = 0;
1465 *setmeCount = n;
H A Dtransmission.h841 int * setmeCount );
1066 uint16_t * setmeCount );
H A Drpcimpl.c119 int * setmeCount )
185 *setmeCount = torrentCount;
1401 fileListFromList( tr_benc * list, tr_file_index_t * setmeCount )
1414 *setmeCount = n;
H A Dpeer-mgr.c2714 tr_peerMgrPeerStats( const tr_torrent * tor, int * setmeCount )
2778 *setmeCount = size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Ddetails.c111 getTorrents( struct DetailsImpl * d, int * setmeCount )
122 *setmeCount = torrentCount;

Completed in 170 milliseconds