Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp44 size_t totalFilesSize = 0; member in GzFileReader
116 totalFilesSize += logEntry.size(); in hostLogEntryParser()
117 if (totalFilesSize > maxTotalFilesSize) in hostLogEntryParser()
147 totalFilesSize++; in hostLogEntryParser()
148 if (totalFilesSize > maxTotalFilesSize) in hostLogEntryParser()
190 size_t tmpMessageSize = totalFilesSize + lastMessage.size(); in hostLogEntryParser()