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