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.hpp46 size_t totalFilesSize = 0; in printErrorMessage()
118 totalFilesSize += logEntry.size(); in hostLogEntryParser()
119 if (totalFilesSize > maxTotalFilesSize) in hostLogEntryParser()
149 totalFilesSize++; in hostLogEntryParser()
150 if (totalFilesSize > maxTotalFilesSize) in hostLogEntryParser()
192 size_t tmpMessageSize = totalFilesSize + lastMessage.size(); in hostLogEntryParser()
44 size_t totalFilesSize = 0; global() member in GzFileReader