Searched refs:gtr_core_find_torrent (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Ddialogs.c85 tr_torrent * tor = gtr_core_find_torrent( core, id );
H A Dtr-core.h85 tr_torrent * gtr_core_find_torrent( TrCore * core, int id );
H A Dnotify.c106 tor = gtr_core_find_torrent( n->core, n->torrent_id );
201 tor = gtr_core_find_torrent( core, torrent_id );
H A Drelocate.c55 tr_torrent * tor = gtr_core_find_torrent( data->core, id );
H A Dfile-list.c248 tr_torrent * tor = gtr_core_find_torrent( data->core, data->torrentId );
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 );
H A Dtr-core.c1226 tr_torrent * tor = gtr_core_find_torrent( core, id );
1740 gtr_core_find_torrent( TrCore * core, int id ) function
1754 const tr_torrent * tor = gtr_core_find_torrent( core, torrent_id );
H A Ddetails.c119 if(( torrents[torrentCount] = gtr_core_find_torrent( d->core, GPOINTER_TO_INT( l->data ))))
1927 return gtr_core_find_torrent( di->core, torrent_id );
2106 tr_torrent * tor = gtr_core_find_torrent( di->core, torrent_id );
2576 tr_torrent * tor = gtr_core_find_torrent( di->core, id );
H A Dmain.c361 if(( tor = gtr_core_find_torrent( data->core, data->id )))

Completed in 308 milliseconds