Searched refs:newCount (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent-model.cc185 const int newCount( oldCount + newTorrents.size( ) );
188 beginInsertRows( QModelIndex(), oldCount, newCount - 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit1998 my $newCount = ($new =~ tr/\034//) + ($new =~ tr/\n//) + 1;
2000 $MakefileData =~ s/\n$lookup/\n#>- $old\n#>\+ $newCount\n$new/;
2012 my $newCount = ($new =~ tr/\034//) + ($new =~ tr/\n//) + 1;
2014 $MakefileData .= "\n#>\+ $newCount\n$new";
2028 my $newCount = $1;
2030 while ($newCount--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-msgs.c2153 const int newCount = tr_peerMgrGetPeers( msgs->torrent, &newPex, TR_AF_INET, TR_PEERS_CONNECTED, MAX_PEX_PEER_COUNT ); local
2157 diffs.added = tr_new( tr_pex, newCount );
2161 diffs.elements = tr_new( tr_pex, newCount + msgs->pexCount );
2164 newPex, newCount,
2181 msgs->pexCount, msgs->pexCount6, newCount, newCount6,
H A Dsession.c2180 int newCount = 0; local
2229 ++newCount;
2243 if( newCount )
2244 tr_dbg( "Found %d new blocklists in \"%s\"", newCount, dirname );

Completed in 166 milliseconds