Searched refs:s_slotallocation (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.h225 static uint16 GetSlotAllocation() { return s_slotallocation; }
344 static void SetSlotAllocation(uint16 in) { s_slotallocation = (in >= 1) ? in : 1; };
618 static uint16 s_slotallocation; member in class:CPreferences
H A DPreferences.cpp91 uint16 CPreferences::s_slotallocation; member in class:CPreferences
1021 NewCfgItem(IDC_SLOTALLOC, (MkCfg_Int( wxT("/eMule/SlotAllocation"), s_slotallocation, 2 )));
1366 SetSlotAllocation(s_slotallocation);

Completed in 166 milliseconds