Home
last modified time | relevance | path

Searched refs:GetLogBuffer (Results 1 – 3 of 3) sorted by relevance

/dports/news/nzbget/nzbget-21.1/daemon/util/
H A DLog.cpp289 while (m_messages.size() > (uint32)g_Options->GetLogBuffer()) in AddMessage()
/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h245 int GetLogBuffer() { return m_logBuffer; } in GetLogBuffer() function
/dports/news/nzbget/nzbget-21.1/daemon/queue/
H A DDownloadInfo.cpp387 while (m_messages.size() > (uint32)g_Options->GetLogBuffer()) in AddMessage()