• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:thePrefs

47 #include "Preferences.h"	// Needed for thePrefs
240 if (!PlatformSpecific::CanFSHandleLargeFiles(thePrefs::GetTempDir())) {
257 AddDownload( newfile, thePrefs::AddNewFilesPaused(), category );
320 if ( thePrefs::StartNextFile() ) {
321 SFindBestPF visitor = { -1, NULL, thePrefs::StartNextFileAlpha() };
326 if (thePrefs::StartNextFileSame()) {
419 if (thePrefs::GetMaxDownload() != UNLIMITED && m_datarate > 1500) {
420 downspeed = (((uint32)thePrefs::GetMaxDownload())*1024*100)/(m_datarate+1);
457 if (thePrefs::GetPreventSleepWhileDownloading()) {
535 CheckDiskspace(thePrefs::GetTempDir());
611 if ( source->GetUserHash() == thePrefs::GetUserHash() ) {
630 if ( (source->RequiresCryptLayer() && (!thePrefs::IsClientCryptLayerSupported() || !source->HasValidHash())) || (thePrefs::IsClientCryptLayerRequired() && (!source->SupportsCryptLayer() || !source->HasValidHash()))) {
725 if (!IsGoodIP(nClientIP, thePrefs::FilterLanIPs())) { // check for 0-IP, localhost and LAN addresses
732 if ( (source->RequiresCryptLayer() && (!thePrefs::IsClientCryptLayerSupported() || !source->HasValidHash()))
733 || (thePrefs::IsClientCryptLayerRequired() && (!source->SupportsCryptLayer() || !source->HasValidHash()))) {
911 if ( ( status == PS_READY || status == PS_EMPTY ) && file->GetSourceCount() < thePrefs::GetMaxSourcePerFileUDP() ) {
1099 if (thePrefs::IsClientCryptLayerSupported() && theApp->serverconnect->GetCurrentServer() != NULL && theApp->serverconnect->GetCurrentServer()->SupportsGetSourcesObfuscation()) {
1236 if ( thePrefs::IsCheckDiskspaceEnabled() ) {
1237 min = thePrefs::GetMinFreeDiskSpace();
1466 if (!PlatformSpecific::CanFSHandleLargeFiles(thePrefs::GetTempDir())) {
1482 AddDownload(file, thePrefs::AddNewFilesPaused(), category);
1553 if(!(!temp->IsStopped() && thePrefs::GetMaxSourcePerFile() > temp->GetSourceCount())) {
1566 if( (ip == Kademlia::CKademlia::GetIPAddress() || ED2KID == theApp->GetED2KID()) && tcp == thePrefs::GetPort()) {
1580 if (!IsGoodIP(ED2KID,thePrefs::FilterLanIPs())) {