• 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

279 		m_fullname = thePrefs::GetTempDir().JoinPaths(m_partmetfilename);
291 if (thePrefs::GetAllocFullFile()) {
302 SetFilePath(thePrefs::GetTempDir());
304 if (thePrefs::GetAllocFullFile()) {
306 CThreadScheduler::AddTask(new CAllocateFileTask(this, thePrefs::AddNewFilesPaused()));
1369 if ( (m_nTotalBufferData > thePrefs::GetFileBufferSize()) ||
1412 (GetSourceCount() >= (thePrefs::GetMaxSourcePerFile()*.8))) {
1428 if (GetSourceCount() >= (thePrefs::GetMaxSourcePerFile()*.8 )) {
1452 (GetSourceCount() >= (thePrefs::GetMaxSourcePerFile()*.8 )) ) {
1546 thePrefs::GetMaxSourcePerFileSoft() > GetSourceCount() &&
1602 if(theApp->GetED2KID() == userid && thePrefs::GetPort() == port) {
1610 if(Kademlia::CKademlia::GetIPAddress() == hybridID && thePrefs::GetPort() == port) {
1652 if ((thePrefs::IsClientCryptLayerRequested() && (byCryptOptions & 0x01/*supported*/) > 0 && (byCryptOptions & 0x80) == 0)
1653 || (thePrefs::IsClientCryptLayerSupported() && (byCryptOptions & 0x02/*requested*/) > 0 && (byCryptOptions & 0x80) == 0)) {
1655 } else if (!thePrefs::IsClientCryptLayerRequested() && (byCryptOptions & 0x02/*requested*/) == 0 && (byCryptOptions & 0x80) != 0) {
1664 if ( !IsGoodIP(userid, thePrefs::FilterLanIPs()) ) {
1676 if(thePrefs::GetMaxSourcePerFile() > GetSourceCount()) {
1943 thePrefs::GetPreviewPrio() &&
2116 if (thePrefs::ShowCatTabInfos()) {
2484 if ( thePrefs::IsCheckDiskspaceEnabled() ) {
2485 neededSpace += thePrefs::GetMinFreeDiskSpace();
2777 if (!IsGoodIP(dwIDED2K, thePrefs::FilterLanIPs())) {
2797 if(thePrefs::GetMaxSourcePerFile() > GetSourceCount()) {
3074 (thePrefs::IsICHEnabled() // old ICH: rehash whenever we have new data hoping it will be good now
3150 if (thePrefs::IsCommentFiltered(cur_src->GetFileComment())) {
3250 if ( thePrefs::ShowCatTabInfos() ) {
3637 if(thePrefs::GetNewAutoDown()) {
3795 switch (thePrefs::GetAllcatFilter()) {
3955 return thePrefs::GetMaxSourcePerFile();