Searched refs:IsSafeServerConnectEnabled (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerConnect.cpp60 if ( connectionattemps.size() < (unsigned)(( thePrefs::IsSafeServerConnectEnabled()) ? 1 : 2) ) {
516 max_simcons = (thePrefs::IsSafeServerConnectEnabled()) ? 1 : 2;
H A DPreferences.h330 static bool IsSafeServerConnectEnabled() { return s_safeServerConnect; } function in class:CPreferences
H A DECSpecialMuleTags.cpp211 if (thePrefs::IsSafeServerConnectEnabled()) {

Completed in 28 milliseconds