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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dptrarray.h99 static inline void** tr_ptrArrayBase( const tr_ptrArray * a ) function
H A Dbandwidth.c190 struct tr_bandwidth ** children = (struct tr_bandwidth**) tr_ptrArrayBase( &b->children );
202 struct tr_peerIo ** peers = (struct tr_peerIo**) tr_ptrArrayBase( peerArray );
249 peers = (struct tr_peerIo**) tr_ptrArrayBase( &tmp );
H A Dcache.c85 const struct cache_block ** blocks = (const struct cache_block**) tr_ptrArrayBase( &cache->blocks );
167 struct cache_block ** blocks = (struct cache_block**) tr_ptrArrayBase( &cache->blocks );
H A Dpeer-mgr.c465 tr_peer ** peers = (tr_peer**) tr_ptrArrayBase( &t->peers );
868 const tr_webseed ** w = (const tr_webseed **) tr_ptrArrayBase( &t->webseeds );
900 const tr_peer ** p = (const tr_peer **) tr_ptrArrayBase( &t->peers );
1042 const tr_peer ** peers = (const tr_peer**) tr_ptrArrayBase( &t->peers );
1833 peers = (tr_peer**) tr_ptrArrayBase( &t->peers );
2147 struct peer_atom ** it = (struct peer_atom**) tr_ptrArrayBase( &t->pool );
2345 const tr_peer ** peers = (const tr_peer **) tr_ptrArrayBase( &t->peers );
2354 struct peer_atom ** atomBase = (struct peer_atom**) tr_ptrArrayBase( &t->pool );
2541 peers = (tr_peer**) tr_ptrArrayBase( &tor->torrentPeers->peers );
2561 const tr_peer ** peers = (const tr_peer**) tr_ptrArrayBase(
[all...]
H A Dannouncer.c1526 qsort( tr_ptrArrayBase(&announceMe), n, sizeof(tr_tier*), compareTiers );

Completed in 43 milliseconds