• 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_bencDictAddBool

422         tr_bencDictAddBool( d, "wanted", !file->dnd );
488 tr_bencDictAddBool( d, "hasAnnounced", s->hasAnnounced );
489 tr_bencDictAddBool( d, "hasScraped", s->hasScraped );
492 tr_bencDictAddBool( d, "isBackup", s->isBackup );
496 tr_bencDictAddBool( d, "lastAnnounceSucceeded", s->lastAnnounceSucceeded );
498 tr_bencDictAddBool( d, "lastAnnounceTimedOut", s->lastAnnounceTimedOut );
501 tr_bencDictAddBool( d, "lastScrapeSucceeded", s->lastScrapeSucceeded );
530 tr_bencDictAddBool( d, "clientIsChoked", peer->clientIsChoked );
531 tr_bencDictAddBool( d, "clientIsInterested", peer->clientIsInterested );
533 tr_bencDictAddBool( d, "isDownloadingFrom", peer->isDownloadingFrom );
534 tr_bencDictAddBool( d, "isEncrypted", peer->isEncrypted );
535 tr_bencDictAddBool( d, "isIncoming", peer->isIncoming );
536 tr_bencDictAddBool( d, "isUploadingTo", peer->isUploadingTo );
537 tr_bencDictAddBool( d, "isUTP", peer->isUTP );
538 tr_bencDictAddBool( d, "peerIsChoked", peer->peerIsChoked );
539 tr_bencDictAddBool( d, "peerIsInterested", peer->peerIsInterested );
588 tr_bencDictAddBool( d, key, tr_torrentUsesSpeedLimit( tor, TR_DOWN ) );
606 tr_bencDictAddBool( d, key, tr_torrentUsesSessionLimits( tor ) );
610 tr_bencDictAddBool( d, key, st->finished );
612 tr_bencDictAddBool( d, key, tr_torrentIsPrivate( tor ) );
614 tr_bencDictAddBool( d, key, st->isStalled );
720 tr_bencDictAddBool( d, key, tr_torrentUsesSpeedLimit( tor, TR_UP ) );
1193 tr_bencDictAddBool( data->args_out, "port-is-open", isOpen );
1701 tr_bencDictAddBool( d, TR_PREFS_KEY_ALT_SPEED_ENABLED, tr_sessionUsesAltSpeed(s) );
1705 tr_bencDictAddBool( d, TR_PREFS_KEY_ALT_SPEED_TIME_ENABLED, tr_sessionUsesAltSpeedTime(s) );
1706 tr_bencDictAddBool( d, TR_PREFS_KEY_BLOCKLIST_ENABLED, tr_blocklistIsEnabled( s ) );
1712 tr_bencDictAddBool( d, TR_PREFS_KEY_DOWNLOAD_QUEUE_ENABLED, tr_sessionGetQueueEnabled( s, TR_DOWN ) );
1718 tr_bencDictAddBool( d, TR_PREFS_KEY_INCOMPLETE_DIR_ENABLED, tr_sessionIsIncompleteDirEnabled( s ) );
1719 tr_bencDictAddBool( d, TR_PREFS_KEY_PEX_ENABLED, tr_sessionIsPexEnabled( s ) );
1720 tr_bencDictAddBool( d, TR_PREFS_KEY_UTP_ENABLED, tr_sessionIsUTPEnabled( s ) );
1721 tr_bencDictAddBool( d, TR_PREFS_KEY_DHT_ENABLED, tr_sessionIsDHTEnabled( s ) );
1722 tr_bencDictAddBool( d, TR_PREFS_KEY_LPD_ENABLED, tr_sessionIsLPDEnabled( s ) );
1724 tr_bencDictAddBool( d, TR_PREFS_KEY_PEER_PORT_RANDOM_ON_START, tr_sessionGetPeerPortRandomOnStart( s ) );
1725 tr_bencDictAddBool( d, TR_PREFS_KEY_PORT_FORWARDING, tr_sessionIsPortForwardingEnabled( s ) );
1726 tr_bencDictAddBool( d, TR_PREFS_KEY_RENAME_PARTIAL_FILES, tr_sessionIsIncompleteFileNamingEnabled( s ) );
1730 tr_bencDictAddBool( d, "seedRatioLimited", tr_sessionIsRatioLimited( s ) );
1732 tr_bencDictAddBool( d, TR_PREFS_KEY_IDLE_LIMIT_ENABLED, tr_sessionIsIdleLimited( s ) );
1733 tr_bencDictAddBool( d, TR_PREFS_KEY_SEED_QUEUE_ENABLED, tr_sessionGetQueueEnabled( s, TR_UP ) );
1735 tr_bencDictAddBool( d, TR_PREFS_KEY_START, !tr_sessionGetPaused( s ) );
1736 tr_bencDictAddBool( d, TR_PREFS_KEY_TRASH_ORIGINAL, tr_sessionGetDeleteSource( s ) );
1738 tr_bencDictAddBool( d, TR_PREFS_KEY_USPEED_ENABLED, tr_sessionIsSpeedLimited( s, TR_UP ) );
1740 tr_bencDictAddBool( d, TR_PREFS_KEY_DSPEED_ENABLED, tr_sessionIsSpeedLimited( s, TR_DOWN ) );
1742 tr_bencDictAddBool( d, TR_PREFS_KEY_SCRIPT_TORRENT_DONE_ENABLED, tr_sessionIsTorrentDoneScriptEnabled( s ) );
1744 tr_bencDictAddBool( d, TR_PREFS_KEY_QUEUE_STALLED_ENABLED, tr_sessionGetQueueStalledEnabled( s ) );