Home
last modified time | relevance | path

Searched refs:m_LogFileIndex (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dlogtable.cpp88 LivestatusLogUtility::CreateLogIndex(m_CompatLogPath, m_LogFileIndex); in FetchRows()
91 LivestatusLogUtility::CreateLogCache(m_LogFileIndex, this, m_TimeFrom, m_TimeUntil, addRowFn); in FetchRows()
H A Dlogtable.hpp56 std::map<time_t, String> m_LogFileIndex; member in icinga::LogTable
H A Dstatehisttable.hpp66 std::map<time_t, String> m_LogFileIndex; member in icinga::StateHistTable
H A Dstatehisttable.cpp247 LivestatusLogUtility::CreateLogIndex(m_CompatLogPath, m_LogFileIndex); in FetchRows()
250 LivestatusLogUtility::CreateLogCache(m_LogFileIndex, this, m_TimeFrom, m_TimeUntil, addRowFn); in FetchRows()