Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp99 size_t initialPos = 0; in hostLogEntryParser()
105 bufferStr.substr(initialPos, pos - initialPos); in hostLogEntryParser()
161 initialPos = pos + 1; in hostLogEntryParser()
162 pos = bufferStr.find_first_of("\n\r", initialPos); in hostLogEntryParser()
166 if (initialPos < bufferStr.size()) in hostLogEntryParser()
168 newLastMessage = bufferStr.substr(initialPos); in hostLogEntryParser()
172 else if (initialPos == bufferStr.size()) in hostLogEntryParser()
176 // If file doesn't contain any "\r" or "\n", initialPos should be zero in hostLogEntryParser()
177 if (initialPos in hostLogEntryParser()
97 size_t initialPos = 0; hostLogEntryParser() local
[all...]