Searched refs:s_maxupload (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp89 uint16 CPreferences::s_maxupload; member in class:CPreferences
1019 NewCfgItem(IDC_MAXUP, (MkCfg_Int( wxT("/eMule/MaxUpload"), s_maxupload, 0 )));
1397 if ( s_maxupload != in ) {
1398 s_maxupload = in;
1432 if ( s_maxupload == 0xFFFF )
1433 s_maxupload = UNLIMITED;
1439 if ( s_maxupload == UNLIMITED )
1443 if ( s_maxupload < 4 ) {
1444 if ( ( s_maxupload * 3 < s_maxdownload ) || ( s_maxdownload == 0 ) )
1445 s_maxdownload = s_maxupload *
[all...]
H A DPreferences.h224 static uint16 GetMaxUpload() { return s_maxupload; }
616 static uint16 s_maxupload; member in class:CPreferences

Completed in 70 milliseconds