Searched refs:wsCount (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.c104 int wsCount = 0; local
163 if( ( vallen > 0 ) && ( keylen==2 ) && !memcmp( key, "ws", 2 ) && ( wsCount < MAX_WEBSEEDS ) )
164 ws[wsCount++] = tr_http_unescape( val, vallen );
176 info->webseedCount = wsCount;
177 info->webseeds = tr_memdup( ws, sizeof(char*) * wsCount );

Completed in 27 milliseconds