Home
last modified time | relevance | path

Searched refs:torrents_list (Results 1 – 10 of 10) sorted by relevance

/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dtrackerlogic.c50 ot_vector *torrents_list = mutex_bucket_lock_by_hash( hash ); in add_torrent_from_saved_state() local
63 vector_remove_torrent( torrents_list, torrent ); in add_torrent_from_saved_state()
101 vector_remove_torrent( torrents_list, torrent ); in add_peer_to_torrent_and_return_peers()
299 …ot_torrent *torrent = binary_search( hash, torrents_list->data, torrents_list->size, sizeof( ot_t… in return_udp_scrape_for_torrent()
307 vector_remove_torrent( torrents_list, torrent ); in return_udp_scrape_for_torrent()
331 …ot_torrent *torrent = binary_search( hash, torrents_list->data, torrents_list->size, sizeof( ot_t… in return_tcp_scrape_for_torrent()
335 vector_remove_torrent( torrents_list, torrent ); in return_tcp_scrape_for_torrent()
399 for( j=0; j<torrents_list->size; ++j ) in iterate_all_torrents()
436 if( torrents_list->size ) { in trackerlogic_deinit()
437 for( j=0; j<torrents_list->size; ++j ) { in trackerlogic_deinit()
[all …]
H A Dproxy.c127 ot_vector *torrents_list = mutex_bucket_lock_by_hash( hash ); in add_peer_to_torrent_proxy() local
138 vector_remove_torrent( torrents_list, torrent ); in add_peer_to_torrent_proxy()
168 ot_vector *torrents_list = mutex_bucket_lock_by_hash( hash ); in remove_peer_from_torrent_proxy() local
169 …ot_torrent *torrent = binary_search( hash, torrents_list->data, torrents_list->size, sizeof( ot_t… in remove_peer_from_torrent_proxy()
602 ot_vector *torrents_list = mutex_bucket_lock( bucket ); in streamsync_worker() local
607 if( !torrents_list->size ) goto unlock_continue; in streamsync_worker()
610 for( tor_offset=0; tor_offset<torrents_list->size; ++tor_offset ) { in streamsync_worker()
662 for( tor_offset=0; tor_offset<torrents_list->size; ++tor_offset ) { in streamsync_worker()
664 ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + tor_offset; in streamsync_worker()
701 free( torrents_list->data ); in streamsync_worker()
[all …]
H A Dot_clean.c108 ot_vector *torrents_list = mutex_bucket_lock( bucket ); in clean_worker() local
112 for( toffs=0; toffs<torrents_list->size; ++toffs ) { in clean_worker()
113 ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + toffs; in clean_worker()
115 vector_remove_torrent( torrents_list, torrent ); in clean_worker()
H A Dot_sync.c92 ot_vector *torrents_list = mutex_bucket_lock( bucket ); in sync_make() local
96 for( tor_offset=0; tor_offset<torrents_list->size; ++tor_offset ) { in sync_make()
98 ot_peerlist *peer_list = ( ((ot_torrent*)(torrents_list->data))[tor_offset] ).peer_list; in sync_make()
99 ot_hash *hash =&( ((ot_torrent*)(torrents_list->data))[tor_offset] ).hash; in sync_make()
H A Dot_fullscrape.c155 ot_vector *torrents_list = mutex_bucket_lock( bucket ); in fullscrape_make() local
159 for( tor_offset=0; tor_offset<torrents_list->size; ++tor_offset ) { in fullscrape_make()
161 ot_peerlist *peer_list = ( ((ot_torrent*)(torrents_list->data))[tor_offset] ).peer_list; in fullscrape_make()
162 ot_hash *hash =&( ((ot_torrent*)(torrents_list->data))[tor_offset] ).hash; in fullscrape_make()
H A Dot_stats.c225 ot_vector *torrents_list = mutex_bucket_lock( bucket ); in stats_slash24s_txt() local
226 for( i=0; i<torrents_list->size; ++i ) { in stats_slash24s_txt()
227 ot_peerlist *peer_list = ( ((ot_torrent*)(torrents_list->data))[i] ).peer_list; in stats_slash24s_txt()
312 ot_vector *torrents_list = mutex_bucket_lock( bucket ); in stats_top_txt() local
313 for( j=0; j<torrents_list->size; ++j ) { in stats_top_txt()
314 ot_peerlist *peer_list = ( ((ot_torrent*)(torrents_list->data))[j] ).peer_list; in stats_top_txt()
319 top100c[idx].torrent = (ot_torrent*)(torrents_list->data) + j; in stats_top_txt()
325 top100s[idx].torrent = (ot_torrent*)(torrents_list->data) + j; in stats_top_txt()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/
H A Dsessionproxy.py234 torrents_list = list(self.torrents)
235 to_fetch = find_torrents_to_fetch(torrents_list)
238 return d.addCallback(on_status, torrents_list, keys)
241 return maybeDeferred(self.create_status_dict, torrents_list, keys)
/dports/net-p2p/jackett/Jackett/Definitions/
H A Dmypornclub.yml38 selector: div.torrents_list > div.torrent_element
H A Dsdkino.yml84 selector: div.torrents_list > div.film
H A Dfilebase.yml127 selector: table#torrents_list > tbody > tr[data-fid]