• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/

Lines Matching refs:tr_bencDictAddInt

420         tr_bencDictAddInt( d, "bytesCompleted", files[i].bytesCompleted );
421 tr_bencDictAddInt( d, "priority", file->priority );
441 tr_bencDictAddInt( d, "bytesCompleted", files[i].bytesCompleted );
442 tr_bencDictAddInt( d, "length", file->length );
470 tr_bencDictAddInt( d, "id", t->id );
472 tr_bencDictAddInt( d, "tier", t->tier );
486 tr_bencDictAddInt ( d, "announceState", s->announceState );
487 tr_bencDictAddInt ( d, "downloadCount", s->downloadCount );
491 tr_bencDictAddInt ( d, "id", s->id );
493 tr_bencDictAddInt ( d, "lastAnnouncePeerCount", s->lastAnnouncePeerCount );
495 tr_bencDictAddInt ( d, "lastAnnounceStartTime", s->lastAnnounceStartTime );
497 tr_bencDictAddInt ( d, "lastAnnounceTime", s->lastAnnounceTime );
500 tr_bencDictAddInt ( d, "lastScrapeStartTime", s->lastScrapeStartTime );
502 tr_bencDictAddInt ( d, "lastScrapeTime", s->lastScrapeTime );
503 tr_bencDictAddInt ( d, "lastScrapeTimedOut", s->lastScrapeTimedOut );
504 tr_bencDictAddInt ( d, "leecherCount", s->leecherCount );
505 tr_bencDictAddInt ( d, "nextAnnounceTime", s->nextAnnounceTime );
506 tr_bencDictAddInt ( d, "nextScrapeTime", s->nextScrapeTime );
508 tr_bencDictAddInt ( d, "scrapeState", s->scrapeState );
509 tr_bencDictAddInt ( d, "seederCount", s->seederCount );
510 tr_bencDictAddInt ( d, "tier", s->tier );
540 tr_bencDictAddInt ( d, "port", peer->port );
542 tr_bencDictAddInt ( d, "rateToClient", toSpeedBytes( peer->rateToClient_KBps ) );
543 tr_bencDictAddInt ( d, "rateToPeer", toSpeedBytes( peer->rateToPeer_KBps ) );
564 tr_bencDictAddInt( d, key, st->activityDate );
566 tr_bencDictAddInt( d, key, st->addedDate );
568 tr_bencDictAddInt( d, key, tr_torrentGetPriority( tor ) );
572 tr_bencDictAddInt( d, key, st->corruptEver );
576 tr_bencDictAddInt( d, key, inf->dateCreated );
578 tr_bencDictAddInt( d, key, st->desiredAvailable );
580 tr_bencDictAddInt( d, key, st->doneDate );
584 tr_bencDictAddInt( d, key, st->downloadedEver );
586 tr_bencDictAddInt( d, key, tr_torrentGetSpeedLimit_KBps( tor, TR_DOWN ) );
590 tr_bencDictAddInt( d, key, st->error );
594 tr_bencDictAddInt( d, key, st->eta );
602 tr_bencDictAddInt( d, key, st->haveUnchecked );
604 tr_bencDictAddInt( d, key, st->haveValid );
608 tr_bencDictAddInt( d, key, st->id );
616 tr_bencDictAddInt( d, key, st->leftUntilDone );
618 tr_bencDictAddInt( d, key, st->manualAnnounceTime );
620 tr_bencDictAddInt( d, key, tr_torrentGetPeerLimit( tor ) );
633 tr_bencDictAddInt( d, key, tr_torrentGetPeerLimit( tor ) );
637 tr_bencDictAddInt( d, key, st->peersConnected );
642 tr_bencDictAddInt( tmp, "fromCache", f[TR_PEER_FROM_RESUME] );
643 tr_bencDictAddInt( tmp, "fromDht", f[TR_PEER_FROM_DHT] );
644 tr_bencDictAddInt( tmp, "fromIncoming", f[TR_PEER_FROM_INCOMING] );
645 tr_bencDictAddInt( tmp, "fromLpd", f[TR_PEER_FROM_LPD] );
646 tr_bencDictAddInt( tmp, "fromLtep", f[TR_PEER_FROM_LTEP] );
647 tr_bencDictAddInt( tmp, "fromPex", f[TR_PEER_FROM_PEX] );
648 tr_bencDictAddInt( tmp, "fromTracker", f[TR_PEER_FROM_TRACKER] );
651 tr_bencDictAddInt( d, key, st->peersGettingFromUs );
653 tr_bencDictAddInt( d, key, st->peersSendingToUs );
667 tr_bencDictAddInt( d, key, inf->pieceCount );
669 tr_bencDictAddInt( d, key, inf->pieceSize );
678 tr_bencDictAddInt( d, key, st->queuePosition );
680 tr_bencDictAddInt( d, key, toSpeedBytes( st->pieceDownloadSpeed_KBps ) );
682 tr_bencDictAddInt( d, key, toSpeedBytes( st->pieceUploadSpeed_KBps ) );
686 tr_bencDictAddInt( d, key, tr_torrentGetIdleLimit( tor ) );
688 tr_bencDictAddInt( d, key, tr_torrentGetIdleMode( tor ) );
692 tr_bencDictAddInt( d, key, tr_torrentGetRatioMode( tor ) );
694 tr_bencDictAddInt( d, key, st->sizeWhenDone );
696 tr_bencDictAddInt( d, key, st->startDate );
698 tr_bencDictAddInt( d, key, st->activity );
700 tr_bencDictAddInt( d, key, st->secondsDownloading );
702 tr_bencDictAddInt( d, key, st->secondsSeeding );
714 tr_bencDictAddInt( d, key, inf->totalSize );
716 tr_bencDictAddInt( d, key, st->uploadedEver );
718 tr_bencDictAddInt( d, key, tr_torrentGetSpeedLimit_KBps( tor, TR_UP ) );
733 tr_bencDictAddInt( d, key, st->webseedsSendingToUs );
1294 tr_bencDictAddInt( data->args_out, "blocklist-size", rule_count );
1666 tr_bencDictAddInt ( args_out, "activeTorrentCount", running );
1668 tr_bencDictAddInt ( args_out, "pausedTorrentCount", total - running );
1669 tr_bencDictAddInt ( args_out, "torrentCount", total );
1673 tr_bencDictAddInt( d, "downloadedBytes", cumulativeStats.downloadedBytes );
1674 tr_bencDictAddInt( d, "filesAdded", cumulativeStats.filesAdded );
1675 tr_bencDictAddInt( d, "secondsActive", cumulativeStats.secondsActive );
1676 tr_bencDictAddInt( d, "sessionCount", cumulativeStats.sessionCount );
1677 tr_bencDictAddInt( d, "uploadedBytes", cumulativeStats.uploadedBytes );
1680 tr_bencDictAddInt( d, "downloadedBytes", currentStats.downloadedBytes );
1681 tr_bencDictAddInt( d, "filesAdded", currentStats.filesAdded );
1682 tr_bencDictAddInt( d, "secondsActive", currentStats.secondsActive );
1683 tr_bencDictAddInt( d, "sessionCount", currentStats.sessionCount );
1684 tr_bencDictAddInt( d, "uploadedBytes", currentStats.uploadedBytes );
1699 tr_bencDictAddInt ( d, TR_PREFS_KEY_ALT_SPEED_UP_KBps, tr_sessionGetAltSpeed_KBps(s,TR_UP) );
1700 tr_bencDictAddInt ( d, TR_PREFS_KEY_ALT_SPEED_DOWN_KBps, tr_sessionGetAltSpeed_KBps(s,TR_DOWN) );
1702 tr_bencDictAddInt ( d, TR_PREFS_KEY_ALT_SPEED_TIME_BEGIN, tr_sessionGetAltSpeedBegin(s) );
1703 tr_bencDictAddInt ( d, TR_PREFS_KEY_ALT_SPEED_TIME_END,tr_sessionGetAltSpeedEnd(s) );
1704 tr_bencDictAddInt ( d, TR_PREFS_KEY_ALT_SPEED_TIME_DAY,tr_sessionGetAltSpeedDay(s) );
1708 tr_bencDictAddInt ( d, TR_PREFS_KEY_MAX_CACHE_SIZE_MB, tr_sessionGetCacheLimit_MB( s ) );
1709 tr_bencDictAddInt ( d, "blocklist-size", tr_blocklistGetRuleCount( s ) );
1713 tr_bencDictAddInt ( d, TR_PREFS_KEY_DOWNLOAD_QUEUE_SIZE, tr_sessionGetQueueSize( s, TR_DOWN ) );
1714 tr_bencDictAddInt ( d, "download-dir-free-space", tr_sessionGetDownloadDirFreeSpace( s ) );
1715 tr_bencDictAddInt ( d, TR_PREFS_KEY_PEER_LIMIT_GLOBAL, tr_sessionGetPeerLimit( s ) );
1716 tr_bencDictAddInt ( d, TR_PREFS_KEY_PEER_LIMIT_TORRENT, tr_sessionGetPeerLimitPerTorrent( s ) );
1723 tr_bencDictAddInt ( d, TR_PREFS_KEY_PEER_PORT, tr_sessionGetPeerPort( s ) );
1727 tr_bencDictAddInt ( d, "rpc-version", RPC_VERSION );
1728 tr_bencDictAddInt ( d, "rpc-version-minimum", RPC_VERSION_MIN );
1731 tr_bencDictAddInt ( d, TR_PREFS_KEY_IDLE_LIMIT, tr_sessionGetIdleLimit( s ) );
1734 tr_bencDictAddInt ( d, TR_PREFS_KEY_SEED_QUEUE_SIZE, tr_sessionGetQueueSize( s, TR_UP ) );
1737 tr_bencDictAddInt ( d, TR_PREFS_KEY_USPEED_KBps, tr_sessionGetSpeedLimit_KBps( s, TR_UP ) );
1739 tr_bencDictAddInt ( d, TR_PREFS_KEY_DSPEED_KBps, tr_sessionGetSpeedLimit_KBps( s, TR_DOWN ) );
1743 tr_bencDictAddInt ( d, TR_PREFS_KEY_QUEUE_STALLED_MINUTES, tr_sessionGetQueueStalledMinutes( s ) );
1851 tr_bencDictAddInt( &response, "tag", tag );
1873 tr_bencDictAddInt( &response, "tag", tag );
1889 tr_bencDictAddInt( data->response, "tag", tag );