Searched refs:StartNextFile (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/aMule/
H A Damule.conf40 StartNextFile=0
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/aMule/
H A Damule.conf40 StartNextFile=0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.h226 void StartNextFile(CPartFile* oldfile);
H A DPreferences.h302 static bool StartNextFile() { return s_bstartnextfile; } function in class:CPreferences
H A DPrefsUnifiedDlg.cpp436 FindWindow( IDC_STARTNEXTFILE_SAME )->Enable(thePrefs::StartNextFile());
437 FindWindow( IDC_STARTNEXTFILE_ALPHA )->Enable(thePrefs::StartNextFile());
H A DDownloadQueue.cpp318 void CDownloadQueue::StartNextFile(CPartFile* oldfile) function in class:CDownloadQueue
320 if ( thePrefs::StartNextFile() ) {
H A DECSpecialMuleTags.cpp244 if (thePrefs::StartNextFile()) {
H A DExternalConn.cpp836 if ( thePrefs::StartNextFile() && (pfile->GetStatus() != PS_PAUSED) ) {
837 theApp->downloadqueue->StartNextFile(pfile);
H A DPartFile.cpp2168 theApp->downloadqueue->StartNextFile(this);

Completed in 104 milliseconds