Searched refs:s_NoNeededSources (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.h411 static bool DropNoNeededSources() { return s_NoNeededSources > 0; }
412 static bool SwapNoNeededSources() { return s_NoNeededSources == 2; }
413 static uint8 GetNoNeededSources() { return s_NoNeededSources; }
414 static void SetNoNeededSources(uint8 val) { s_NoNeededSources = val; }
729 static uint8 s_NoNeededSources; // 0: Keep, 1: Drop, 2:Swap member in class:CPreferences
H A DPreferences.cpp177 uint8 CPreferences::s_NoNeededSources; member in class:CPreferences

Completed in 46 milliseconds