Searched refs:trCount (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 Dmagnet.c103 int trCount = 0; local
155 if( ( vallen > 0 ) && ( trCount < MAX_TRACKERS ) ) {
158 tr[trCount++] = tr_http_unescape( val, vallen );
160 tr[trCount++] = tr_http_unescape( val, vallen );
174 info->trackerCount = trCount;
175 info->trackers = tr_memdup( tr, sizeof(char*) * trCount );

Completed in 23 milliseconds