Searched refs:tr_ptrArrayInsertSorted (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.h125 int tr_ptrArrayInsertSorted( tr_ptrArray * array,
H A Dptrarray.c180 tr_ptrArrayInsertSorted( tr_ptrArray * t, function
H A Dbandwidth.c152 tr_ptrArrayInsertSorted( &parent->children, b, compareBandwidth );
H A Dcache.c331 tr_ptrArrayInsertSorted( &cache->blocks, cb, cache_block_compare );
H A Dpeer-mgr.c408 tr_ptrArrayInsertSorted( &torrent->peers, peer, peerCompare );
1922 tr_ptrArrayInsertSorted( &t->pool, a, compareAtomsByAddress );
2118 tr_ptrArrayInsertSorted( &manager->incomingHandshakes, handshake,
4080 tr_ptrArrayInsertSorted( &t->outgoingHandshakes, handshake,
H A Dannouncer.c947 tr_ptrArrayInsertSorted( &announcer->stops, req, compareStops );
H A Dtorrent.c2857 tr_ptrArrayInsertSorted( &folders, tr_strdup( dir ), vstrcmp );

Completed in 111 milliseconds