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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dannouncer-common.h62 int leechers; member in struct:tr_scrape_response_row
197 int leechers; member in struct:__anon7310
H A Dannouncer.c501 getSeedProbability( tr_tier * tier, int seeds, int leechers, int pex_count ) argument
506 if( ( leechers == pex_count ) && tr_torrentIsPrivate( tier->tor )
508 && ( seeds + leechers < NUMWANT ) )
511 if( seeds>=0 && leechers>=0 && (seeds+leechers>0) )
512 return (int8_t)((100.0*seeds)/(seeds+leechers));
518 publishPeersPex( tr_tier * tier, int seeds, int leechers, argument
525 e.seedProbability = getSeedProbability( tier, seeds, leechers, n );
1028 "leechers:%d "
1040 response->leechers,
1081 int leechers = 0; local
[all...]
H A Dannouncer-http.c254 response->leechers = i;
294 d->response.leechers = -1;
413 row->leechers = intVal;
470 d->response.rows[i].leechers = -1;
H A Dannouncer-udp.c188 req->response.rows[i].leechers = -1;
248 row->leechers = evbuffer_read_ntoh_32( buf );
343 req->response.leechers = -1;
396 resp->leechers = evbuffer_read_ntoh_32( buf );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/utils/
H A Dshow.c268 int64_t leechers = -1; local
270 tr_bencDictFindInt( val, "incomplete", &leechers );
271 printf( "%d seeders, %d leechers\n", (int)seeders, (int)leechers );

Completed in 171 milliseconds