Searched refs:torrentId (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtracker-model.h26 int torrentId; member in struct:TrackerInfo
39 int find( int torrentId, const QString& url ) const;
H A Dtracker-model.cc66 if( a.torrentId != b.torrentId ) return a.torrentId < b.torrentId;
85 trackerInfo.torrentId = id;
146 TrackerModel :: find( int torrentId, const QString& url ) const argument
150 if( ( inf.torrentId == torrentId ) && ( url == inf.st.announce ) )
H A Dtorrent-model.cc117 TorrentModel :: onTorrentChanged( int torrentId )
119 const int row( myIdToRow.value( torrentId, -1 ) );
H A Dsession.h64 void copyMagnetLinkToClipboard( int torrentId );
H A Dsession.cc123 Session :: copyMagnetLinkToClipboard( int torrentId )
130 tr_bencListAddInt( tr_bencDictAddList( args, "ids", 1 ), torrentId ); local
H A Ddetails.cc1037 ids << trackerInfo.torrentId;
1056 torrentId_to_trackerIds.insertMulti( inf.torrentId, inf.st.id );
H A Dmainwin.cc639 const int torrentId( *getSelectedTorrents().begin() );
640 const Torrent * tor( myModel.getTorrentFromId( torrentId ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dfdlimit.h94 void tr_fdTorrentClose( tr_session * session, int torrentId );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfile-list.c62 int torrentId; member in struct:__anon7279
70 data->torrentId = -1;
248 tr_torrent * tor = gtr_core_find_torrent( data->core, data->torrentId );
491 gtr_file_list_set_torrent( GtkWidget * w, int torrentId )
514 data->torrentId = torrentId;
517 if( torrentId > 0 )
519 tr_torrent * tor = gtr_core_find_torrent( data->core, torrentId );
641 tr_torrent * tor = gtr_core_find_torrent( data->core, data->torrentId );
686 tor = gtr_core_find_torrent( data->core, data->torrentId );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dremote.js127 changeFileCommand: function(torrentId, fileIndices, command) {
129 args = { ids: [torrentId] };
135 remote._controller.refreshTorrents([torrentId]);
H A Dinspector.js460 var torrentId = data.file_torrent.getId();
461 data.controller.changeFileCommand(torrentId, fileIndices, command);
H A Dtransmission.js1038 changeFileCommand: function(torrentId, rowIndices, command) {
1039 this.remote.changeFileCommand(torrentId, rowIndices, command);

Completed in 66 milliseconds