Searched refs:UNLIMITED (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/common/
H A DConstants.h29 const unsigned UNLIMITED = 0; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleTrayIcon.cpp99 temp=UNLIMITED;
125 temp=UNLIMITED;
300 if ( max_upload == UNLIMITED ) {
310 if ( max_download == UNLIMITED ) {
455 if ( max_ul_speed == UNLIMITED ) {
476 if ( max_dl_speed == UNLIMITED ) {
H A DUploadBandwidthThrottler.cpp296 if (thePrefs::GetMaxUpload() == UNLIMITED) {
H A DPrefsUnifiedDlg.cpp1177 if ( event.GetPosition() != (int)UNLIMITED ) {
1182 ( dlrate->GetValue() == (int)UNLIMITED ) ) {
1187 ( dlrate->GetValue() == (int)UNLIMITED ) ) {
H A DPreferences.cpp1433 s_maxupload = UNLIMITED;
1437 s_maxdownload = UNLIMITED;
1439 if ( s_maxupload == UNLIMITED )
H A DUploadQueue.cpp301 if (thePrefs::GetMaxUpload() == UNLIMITED) {
H A DDownloadQueue.cpp419 if (thePrefs::GetMaxDownload() != UNLIMITED && m_datarate > 1500) {

Completed in 175 milliseconds