Searched refs:keepCount (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.c1500 int keepCount = 0; local
1511 if( it != &t->requests[keepCount] )
1512 t->requests[keepCount] = *it;
1513 keepCount++;
1518 t->requestCount = keepCount;
3713 int keepCount = 0; local
3722 keep[keepCount++] = atom;
3729 if( keepCount < maxAtomCount ) {
3731 while( i<testCount && keepCount<maxAtomCount )
3732 keep[keepCount
[all...]

Completed in 66 milliseconds