• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/

Lines Matching refs:tr_ptrArraySize

466     const int peer_count = tr_ptrArraySize( &t->peers );
627 const int n = tr_ptrArraySize( &t->pool );
869 const tr_webseed ** const wend = w + tr_ptrArraySize( &t->webseeds );
901 const tr_peer ** const pend = p + tr_ptrArraySize( &t->peers );
1043 const int peer_count = tr_ptrArraySize( &t->peers );
1832 peerCount = tr_ptrArraySize( &t->peers );
1947 return tr_ptrArraySize( &t->peers );/* + tr_ptrArraySize( &t->outgoingHandshakes ); */
2146 const int n = tr_ptrArraySize( &t->pool );
2346 atomCount = tr_ptrArraySize( &t->peers );
2355 n = tr_ptrArraySize( &t->pool );
2540 peerCount = tr_ptrArraySize( &tor->torrentPeers->peers );
2560 const int peerCount = tr_ptrArraySize( &tor->torrentPeers->peers );
2610 n = tr_ptrArraySize( &t->peers );
2649 size = tr_ptrArraySize( &t->peers );
2686 const int webseedCount = tr_ptrArraySize( &t->webseeds );
2718 const int size = tr_ptrArraySize( &t->peers );
2793 const int peerCount = tr_ptrArraySize( &t->peers );
2863 const int peerCount = tr_ptrArraySize( &t->peers );
3080 const int peerCount = tr_ptrArraySize( &t->peers );
3165 if(( n = tr_ptrArraySize( &randPool )))
3463 int n = tr_ptrArraySize( &t->peers );
3485 n += tr_ptrArraySize( &tor->torrentPeers->peers );
3499 const int tn = tr_ptrArraySize( &t->peers );
3570 for( j=0; j<tr_ptrArraySize( &t->peers ); ++j )
3980 atomCount += tr_ptrArraySize( &tor->torrentPeers->pool );
3981 peerCount += tr_ptrArraySize( &tor->torrentPeers->peers );
4004 if( tr_torrentGetPeerLimit( tor ) <= tr_ptrArraySize( &tor->torrentPeers->peers ) )