Searched refs:s_IsClientCryptLayerSupported (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.h556 static bool IsClientCryptLayerSupported() {return s_IsClientCryptLayerSupported;}
566 static void SetClientCryptLayerSupported(bool v) {s_IsClientCryptLayerSupported = v;}
807 static bool s_IsClientCryptLayerSupported; member in class:CPreferences
H A DPreferences.cpp221 bool CPreferences::s_IsClientCryptLayerSupported; member in class:CPreferences
1218 NewCfgItem( IDC_SUPPORT_PO, ( new Cfg_Bool( wxT("/Obfuscation/IsClientCryptLayerSupported"), s_IsClientCryptLayerSupported, true )));

Completed in 114 milliseconds