Searched refs:totalFilesSize (Results 1 – 1 of 1) sorted by relevance
44 size_t totalFilesSize = 0; member in GzFileReader116 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()