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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c3714 int testCount = 0; local
3724 test[testCount++] = atom;
3730 qsort( test, testCount, sizeof( struct peer_atom * ), compareAtomPtrsByShelfDate );
3731 while( i<testCount && keepCount<maxAtomCount )
3736 while( i<testCount )

Completed in 62 milliseconds