Searched refs:tr_ptrArrayNth (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dptrarray.h54 tr_ptrArrayNth( tr_ptrArray * array, int i ) function
73 return array->n_items > 0 ? tr_ptrArrayNth( array, array->n_items - 1 )
H A Dannouncer-udp.c474 tau_scrape_request_fail( tr_ptrArrayNth( reqs, i ),
482 tau_announce_request_fail( tr_ptrArrayNth( reqs, i ),
543 struct tau_announce_request * req = tr_ptrArrayNth( reqs, i );
559 struct tau_scrape_request * req = tr_ptrArrayNth( reqs, i );
624 struct tau_announce_request * req = tr_ptrArrayNth( reqs, i );
637 struct tau_scrape_request * req = tr_ptrArrayNth( reqs, i );
765 struct tau_tracker * tmp = tr_ptrArrayNth( &tau->trackers, i );
817 if( !tau_tracker_is_idle( tr_ptrArrayNth( &tau->trackers, i ) ) )
851 struct tau_tracker * tracker = tr_ptrArrayNth( &tau->trackers, i );
894 struct tau_tracker * tracker = tr_ptrArrayNth(
[all...]
H A Dcache.c427 const struct cache_block * b = tr_ptrArrayNth( &cache->blocks, pos );
445 const struct cache_block * b = tr_ptrArrayNth( &cache->blocks, pos );
H A Drpc-server.c221 struct tr_mimepart * p = tr_ptrArrayNth( &parts, i );
226 const struct tr_mimepart * p = tr_ptrArrayNth( &parts, i );
243 struct tr_mimepart * p = tr_ptrArrayNth( &parts, i );
H A Dpeer-mgr.c588 tr_handshakeAbort( tr_ptrArrayNth( &manager->incomingHandshakes, 0 ) );
629 struct peer_atom * atom = tr_ptrArrayNth( &t->pool, i );
2459 tr_handshakeAbort( tr_ptrArrayNth( &t->outgoingHandshakes, 0 ) );
2800 const tr_peer * peer = tr_ptrArrayNth( &t->peers, i );
2894 const tr_peer * peer = tr_ptrArrayNth( &t->peers, i );
2954 tr_peer * peer = tr_ptrArrayNth( &t->peers, i );
3167 c = tr_ptrArrayNth( &randPool, tr_cryptoWeakRandInt( n ));
3362 removePeer( t, tr_ptrArrayNth( &t->peers, 0 ) );
3501 peers[n] = tr_ptrArrayNth( &t->peers, i );
3572 tr_peer * peer = tr_ptrArrayNth(
[all...]
H A Dannouncer.c1404 tr_tier * tier = tr_ptrArrayNth( tiers, i );
1452 announce_request_delegate( announcer, tr_ptrArrayNth( &announcer->stops, i ), NULL, NULL );
1531 tr_tier * tier = tr_ptrArrayNth( &announceMe, i );
H A Dtorrent.c2829 char * walk = tr_strdup( tr_ptrArrayNth( &files, i ) );
2869 removeEmptyFoldersAndJunkFiles( tr_ptrArrayNth( &folders, i ) );

Completed in 191 milliseconds