Searched refs:GetNetworkKademlia (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp582 if (thePrefs::GetNetworkKademlia()) {
727 } else if (thePrefs::GetNetworkKademlia()) {
793 m_wndToolbar->EnableTool(ID_BUTTONCONNECT, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia()) && theApp->ipfilter->IsReady());
1456 if (thePrefs::GetNetworkKademlia()) {
1460 m_networkpages[1].page->Show(thePrefs::GetNetworkKademlia());
1462 networks_notebook->Show(thePrefs::GetNetworkED2K() && thePrefs::GetNetworkKademlia());
1468 if (thePrefs::GetNetworkED2K() && thePrefs::GetNetworkKademlia()) {
1483 } else if (thePrefs::GetNetworkKademlia()) {
1500 m_wndToolbar->EnableTool(ID_BUTTONNETWORKS, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia()));
1501 m_wndToolbar->EnableTool(ID_BUTTONCONNECT, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia())
[all...]
H A DSearchDlg.cpp149 if (thePrefs::GetNetworkKademlia()) {
293 if (!thePrefs::GetNetworkKademlia()) {
542 if (!thePrefs::GetNetworkKademlia()) {
H A Damule.cpp602 if (thePrefs::GetNetworkKademlia()) {
1795 if (thePrefs::GetNetworkED2K() && thePrefs::GetNetworkKademlia()) {
1799 } else if (thePrefs::GetNetworkKademlia()) {
1951 if (!Kademlia::CKademlia::IsRunning() && thePrefs::GetNetworkKademlia()) {
1962 } else if (!thePrefs::GetNetworkKademlia()) {
H A DPrefsUnifiedDlg.cpp433 FindWindow( IDC_UDPENABLE )->Enable( !thePrefs::GetNetworkKademlia());
718 if (!thePrefs::GetNetworkKademlia() && theApp->IsConnectedKad()) {
722 if (!thePrefs::GetNetworkED2K() && !thePrefs::GetNetworkKademlia()) {
727 if (thePrefs::GetNetworkKademlia() && thePrefs::IsUDPDisabled()) {
H A DPreferences.h537 static bool GetNetworkKademlia() { return s_ConnectToKad; } function in class:CPreferences
H A DExternalConn.cpp1620 if (!thePrefs::GetNetworkKademlia() && theApp->IsConnectedKad()) {
1743 if (thePrefs::GetNetworkKademlia()) {
1771 if (thePrefs::GetNetworkKademlia()) {
1796 if (thePrefs::GetNetworkKademlia()) {
H A DECSpecialMuleTags.cpp126 if (thePrefs::GetNetworkKademlia()) {
H A Damule-remote-gui.cpp521 if (thePrefs::GetNetworkED2K() && thePrefs::GetNetworkKademlia()) {
525 } else if (thePrefs::GetNetworkKademlia()) {

Completed in 127 milliseconds