Searched refs:uniqueId (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 Dcache.c93 //fprintf( stderr, "pos %d tor %d block %zu time %zu\n", i, b->tor->uniqueId, (size_t)b->block, (size_t)b->time );
289 if( a->tor->uniqueId != b->tor->uniqueId )
290 return a->tor->uniqueId < b->tor->uniqueId ? -1 : 1;
H A Dinout.c94 if((( fd = tr_fdFileCheckout( session, tor->uniqueId, fileIndex,
H A Dtorrent.h260 int uniqueId; member in struct:tr_torrent
H A Dtorrent.c83 return tor->uniqueId;
92 if( tor->uniqueId == id )
808 tor->uniqueId = nextUniqueId++;
1195 s->id = tor->uniqueId;
1790 tr_fdTorrentClose( tor->session, tor->uniqueId );
1825 tr_bencDictAddInt( d, "id", tor->uniqueId );
2061 tr_fdTorrentClose( tor->session, tor->uniqueId );
2479 if( !tr_fdFileGetCachedMTime( tor->session, tor->uniqueId, i, &mtime ) )
2888 tr_fdTorrentClose( tor->session, tor->uniqueId );

Completed in 49 milliseconds