Home
last modified time | relevance | path

Searched refs:m_secureControl (Results 1 – 2 of 2) sorted by relevance

/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h234 bool GetSecureControl() { return m_secureControl; } in GetSecureControl()
367 bool m_secureControl = false; variable
H A DOptions.cpp755 m_secureControl = (bool)ParseEnumValue(OPTION_SECURECONTROL, BoolCount, BoolNames, BoolValues); in InitOptions()
1774 if (m_secureControl) in CheckOptions()