Home
last modified time | relevance | path

Searched refs:diskSpaceLow (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/interfaces/
H A Dtorrentinterface.h522 void diskSpaceLow(bt::TorrentInterface *me, bool toStop); in PeerSource()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/torrent/
H A Dqueuemanager.cpp58 connect(tc, &TorrentInterface::diskSpaceLow, this, &QueueManager::onLowDiskSpace); in append()
/dports/net-mgmt/observium/observium/mibs/mellanox/
H A DMELLANOX-MIB1598 --- unexpectedShutdown, diskSpaceLow.
1694 diskSpaceLow NOTIFICATION-TYPE
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/
H A Dtorrentcontrol.cpp1497 Q_EMIT diskSpaceLow(this, toStop); in checkDiskSpace() local