Searched refs:torrentList (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-model.h67 void updateTorrents( tr_benc * torrentList, bool isCompleteList );
68 void removeTorrents( tr_benc * torrentList );
H A Dsession.h139 void torrentsUpdated( struct tr_benc * torrentList, bool completeList );
140 void torrentsRemoved( struct tr_benc * torrentList );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dsession.h178 tr_torrent * torrentList; member in struct:tr_session
H A Dtorrent.h277 return current ? current->next : session->torrentList;
H A Dtorrent.c877 /* add the torrent to tr_session.torrentList */
879 if( session->torrentList == NULL )
880 session->torrentList = tor;
882 tr_torrent * it = session->torrentList;
1537 if( tor == session->torrentList )
1538 session->torrentList = tor->next;
1539 else for( t = session->torrentList; t != NULL; t = t->next ) {

Completed in 61 milliseconds