Searched refs:tr_torrent (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent-magnet.h28 void* tr_torrentGetMetadataPiece( tr_torrent * tor, int piece, int * len );
30 void tr_torrentSetMetadataPiece( tr_torrent * tor, int piece, const void * data, int len );
32 bool tr_torrentGetNextMetadataRequest( tr_torrent * tor, time_t now, int * setme );
34 void tr_torrentSetMetadataSizeHint( tr_torrent * tor, int metadata_size );
36 double tr_torrentGetMetadataPercent( const tr_torrent * tor );
H A Dtorrent.h37 void tr_ctorInitTorrentPriorities( const tr_ctor * ctor, tr_torrent * tor );
39 void tr_ctorInitTorrentWanted( const tr_ctor * ctor, tr_torrent * tor );
46 void tr_torrentInitFileDLs( tr_torrent * tor,
51 void tr_torrentRecheckCompleteness( tr_torrent * );
53 void tr_torrentSetHasPiece( tr_torrent * tor,
57 void tr_torrentChangeMyPort( tr_torrent * session );
59 tr_torrent* tr_torrentFindFromHashString( tr_session * session,
62 tr_torrent* tr_torrentFindFromObfuscatedHash( tr_session * session,
65 bool tr_torrentIsPieceTransferAllowed( const tr_torrent * torrent,
71 tr_block_index_t _tr_block( const tr_torrent * to
135 struct tr_torrent struct
[all...]
H A Dannouncer.h59 typedef void tr_tracker_callback ( tr_torrent * tor,
75 struct tr_torrent_tiers * tr_announcerAddTorrent( tr_torrent * torrent,
81 void tr_announcerResetTorrent( struct tr_announcer*, tr_torrent* );
84 tr_torrent * );
86 void tr_announcerChangeMyPort( tr_torrent * );
88 bool tr_announcerCanManualAnnounce( const tr_torrent * );
90 void tr_announcerManualAnnounce( tr_torrent * );
92 void tr_announcerTorrentStarted( tr_torrent * );
93 void tr_announcerTorrentStopped( tr_torrent * );
94 void tr_announcerTorrentCompleted( tr_torrent * );
[all...]
H A Dverify.h25 typedef void ( *tr_verify_done_cb )( tr_torrent * tor );
27 void tr_verifyAdd( tr_torrent * tor,
30 void tr_verifyRemove( tr_torrent * tor );
H A Dinout.h20 struct tr_torrent;
31 int tr_ioRead( struct tr_torrent * tor,
37 int tr_ioPrefetch( tr_torrent * tor,
46 int tr_ioWrite( struct tr_torrent * tor,
55 bool tr_ioTestPiece( tr_torrent * tor,
62 void tr_ioFindFileLocation( const tr_torrent * tor,
H A Dpeer-mgr.h38 struct tr_torrent;
135 void tr_peerDestruct( tr_torrent * tor, struct tr_peer * peer );
152 bool tr_peerMgrPeerIsSeed( const tr_torrent * tor,
155 void tr_peerMgrSetUtpSupported( tr_torrent * tor,
158 void tr_peerMgrSetUtpFailed( tr_torrent *tor,
162 void tr_peerMgrGetNextRequests( tr_torrent * torrent,
169 bool tr_peerMgrDidPeerRequest( const tr_torrent * torrent,
173 void tr_peerMgrRebuildRequests( tr_torrent * torrent );
200 void tr_peerMgrAddPex( tr_torrent * tor,
205 void tr_peerMgrMarkAllAsSeeds( tr_torrent * to
[all...]
H A Dcache.h41 tr_torrent * torrent,
48 tr_torrent * torrent,
55 tr_torrent * torrent,
66 tr_torrent * torrent );
69 tr_torrent * torrent,
H A Dresume.h47 uint64_t tr_torrentLoadResume( tr_torrent * tor,
51 void tr_torrentSaveResume( tr_torrent * tor );
53 void tr_torrentRemoveResume( const tr_torrent * tor );
H A Dtransmission.h83 typedef struct tr_torrent tr_torrent; typedef in typeref:struct:tr_torrent
380 * to tr_torrent.downloadDir when the torrent is finished downloading.
540 struct tr_torrent * tor_or_null,
743 tr_priority_t tr_torrentGetPriority( const tr_torrent * );
744 void tr_torrentSetPriority( tr_torrent *, tr_priority_t );
767 void tr_torrentStartNow ( tr_torrent * );
770 int tr_torrentGetQueuePosition ( const tr_torrent * );
774 void tr_torrentSetQueuePosition ( tr_torrent *, int queuePosition );
780 void tr_torrentsQueueMoveTop ( tr_torrent ** torrent
[all...]
H A Dtr-lpd.h35 bool tr_lpdSendAnnounce( const tr_torrent* );
H A Dwebseed.h24 tr_webseed* tr_webseedNew( struct tr_torrent * torrent,
H A Dpeer-msgs.h26 struct tr_torrent;
35 tr_peermsgs* tr_peerMsgsNew( struct tr_torrent * torrent,
H A Dtorrent.c73 tr_torrentName( const tr_torrent * tor )
81 tr_torrentId( const tr_torrent * tor )
86 tr_torrent*
89 tr_torrent * tor = NULL;
98 tr_torrent*
101 tr_torrent * tor = NULL;
110 tr_torrent*
113 tr_torrent * tor = NULL;
123 tr_torrent*
127 tr_torrent * to
[all...]
H A Dinout.c41 tr_torrent * tor,
156 tr_ioFindFileLocation( const tr_torrent * tor,
184 readOrWritePiece( tr_torrent * tor,
225 tr_ioRead( tr_torrent * tor,
235 tr_ioPrefetch( tr_torrent * tor,
245 tr_ioWrite( tr_torrent * tor,
261 recalculateHash( tr_torrent * tor, tr_piece_index_t pieceIndex, uint8_t * setme )
300 tr_ioTestPiece( tr_torrent * tor, tr_piece_index_t piece )
H A Dverify.c42 verifyTorrent( tr_torrent * tor, bool * stopFlag )
166 tr_torrent * torrent;
172 fireCheckDone( tr_torrent * tor, tr_verify_done_cb verify_done_cb )
200 tr_torrent * tor;
255 tr_verifyAdd( tr_torrent * tor, tr_verify_done_cb verify_done_cb )
279 const tr_torrent * b = vb;
284 tr_verifyRemove( tr_torrent * tor )
H A Dresume.c77 getResumeFilename( const tr_torrent * tor )
91 savePeers( tr_benc * dict, const tr_torrent * tor )
96 count = tr_peerMgrGetPeers( (tr_torrent*) tor, &pex, TR_AF_INET, TR_PEERS_INTERESTING, MAX_REMEMBERED_PEERS );
101 count = tr_peerMgrGetPeers( (tr_torrent*) tor, &pex, TR_AF_INET6, TR_PEERS_INTERESTING, MAX_REMEMBERED_PEERS );
109 addPeers( tr_torrent * tor, const uint8_t * buf, int buflen )
131 loadPeers( tr_benc * dict, tr_torrent * tor )
159 saveDND( tr_benc * dict, const tr_torrent * tor )
172 loadDND( tr_benc * dict, tr_torrent * tor )
228 saveFilePriorities( tr_benc * dict, const tr_torrent * tor )
241 loadFilePriorities( tr_benc * dict, tr_torrent * to
[all...]
H A Dpeer-common.h91 void tr_peerUpdateProgress( tr_torrent * tor, struct tr_peer * );
H A Dcompletion.h26 tr_torrent * tor;
55 void tr_cpConstruct( tr_completion *, tr_torrent * );
H A Dtorrent-magnet.c72 tr_torrentSetMetadataSizeHint( tr_torrent * tor, int size )
101 findInfoDictOffset( const tr_torrent * tor )
135 ensureInfoDictOffsetIsCached( tr_torrent * tor )
147 tr_torrentGetMetadataPiece( tr_torrent * tor, int piece, int * len )
198 tr_torrentSetMetadataPiece( tr_torrent * tor, int piece, const void * data, int len )
321 tr_torrentGetNextMetadataRequest( tr_torrent * tor, time_t now, int * setme_piece )
354 tr_torrentGetMetadataPercent( const tr_torrent * tor )
H A Dcache.c40 tr_torrent * tor;
170 tr_torrent * tor = b->tor;
302 tr_torrent * torrent,
314 tr_torrent * torrent,
348 tr_torrent * torrent,
367 tr_torrent * torrent,
386 findBlockPos( tr_cache * cache, tr_torrent * torrent, tr_piece_index_t block )
414 tr_cacheFlushFile( tr_cache * cache, tr_torrent * torrent, tr_file_index_t i )
437 tr_cacheFlushTorrent( tr_cache * cache, tr_torrent * torrent )
H A Drpcimpl.c67 tr_torrent * tor )
116 static tr_torrent **
123 tr_torrent ** torrents = NULL;
132 torrents = tr_new0( tr_torrent *, n );
136 tr_torrent * tor = NULL;
150 tr_torrent * tor;
151 torrents = tr_new0( tr_torrent *, 1 );
159 tr_torrent * tor = NULL;
163 torrents = tr_new0( tr_torrent *, n );
170 tr_torrent * to
[all...]
H A Dsession.h178 tr_torrent * torrentList;
329 tr_torrent * tr_sessionGetNextQueuedSeed( tr_session * session );
330 tr_torrent * tr_sessionGetNextQueuedTorrent( tr_session * session, tr_direction );
H A Dfdlimit.h87 const tr_torrent * tor,
H A Dcompletion.c34 tr_cpConstruct( tr_completion * cp, tr_torrent * tor )
75 const tr_torrent * tor = cp->tor;
101 const tr_torrent * tor = cp->tor;
125 const tr_torrent * tor = ccp->tor;
145 const tr_torrent * tor = ccp->tor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.h85 tr_torrent * gtr_core_find_torrent( TrCore * core, int id );
121 void gtr_core_add_torrent( TrCore*, tr_torrent*, gboolean do_notify );

Completed in 114 milliseconds

123