Searched refs:infoDictLength (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 Dtorrent-magnet.c161 assert( tor->infoDictLength > 0 );
171 const int l = o + METADATA_PIECE_SIZE <= tor->infoDictLength
173 : tor->infoDictLength - o;
259 int infoDictLength; local
269 success = tr_metainfoParse( tor->session, &newMetainfo, &info, &hasInfo, &infoDictLength );
281 tor->infoDictLength = infoDictLength;
H A Dmetainfo.c439 int * infoDictLength,
494 if( infoDictLength != NULL )
495 *infoDictLength = len;
587 int * infoDictLength )
592 infoDictLength,
436 tr_metainfoParseImpl( const tr_session * session, tr_info * inf, bool * hasInfoDict, int * infoDictLength, const tr_benc * meta_in ) argument
H A Dtorrent.h169 int infoDictLength; member in struct:tr_torrent
H A Dpeer-msgs.c823 && ( msgs->torrent->infoDictLength > 0 ) )
824 tr_bencDictAddInt( &val, "metadata_size", msgs->torrent->infoDictLength );
1819 tr_bencDictAddInt( &tmp, "total_size", msgs->torrent->infoDictLength );
H A Dtorrent.c985 tor->infoDictLength = len;
2582 &hasInfo, &tor->infoDictLength ) )

Completed in 42 milliseconds