Searched refs:tiers (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 Dannouncer.c394 * this opaque data structure can be found in tr_torrent.tiers
398 tr_tier * tiers; member in struct:tr_torrent_tiers
425 tierDestruct( &tt->tiers[i] );
426 tr_free( tt->tiers );
446 if( tor && tor->tiers )
449 tr_torrent_tiers * tt = tor->tiers;
452 if( tt->tiers[i].key == tierId )
453 tier = &tt->tiers[i];
469 if( tier && tier->tor && tier->tor->tiers && tier->tor->tiers
471 tr_torrent_tiers * tiers = tier->tor->tiers; local
691 tr_torrent_tiers * tiers; local
[all...]
H A Dmetainfo.c286 tr_benc * tiers; local
289 if( tr_bencDictFindList( meta, "announce-list", &tiers ) )
293 const int numTiers = tr_bencListSize( tiers );
297 n += tr_bencListSize( tr_bencListChild( tiers, i ) );
303 tr_benc * tier = tr_bencListChild( tiers, i );
330 /* did we use any of the tiers? */
H A Dtorrent.h195 struct tr_torrent_tiers * tiers; member in struct:tr_torrent
H A Dtorrent.c905 tor->tiers = tr_announcerAddTorrent( tor, onTrackerResponse, NULL );
2539 /* ensure the trackers' tiers are in ascending order */

Completed in 210 milliseconds