Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp93 constexpr size_t maxTotalFilesSize = 262144; in hostLogEntryParser()
119 if (totalFilesSize > maxTotalFilesSize) in hostLogEntryParser()
123 maxTotalFilesSize); in hostLogEntryParser()
150 if (totalFilesSize > maxTotalFilesSize) in hostLogEntryParser()
154 maxTotalFilesSize); in hostLogEntryParser()
193 if (tmpMessageSize > maxTotalFilesSize) in hostLogEntryParser()
197 maxTotalFilesSize); in hostLogEntryParser()
91 constexpr size_t maxTotalFilesSize = 262144; hostLogEntryParser() local