Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp64 std::string bufferStr; in readFile()
65 bufferStr.resize(bufferLimitSize); in readFile()
67 int bytesRead = gzread(logStream, bufferStr.data(), in readFile()
68 static_cast<unsigned int>(bufferStr.size())); in readFile()
75 bufferStr.resize(static_cast<size_t>(bytesRead)); in readFile()
76 if (!hostLogEntryParser(bufferStr, skip, top, logEntries, logCount)) in readFile()
86 bool hostLogEntryParser(const std::string& bufferStr, uint64_t skip, in hostLogEntryParser()
98 size_t pos = bufferStr.find_first_of("\n\r"); in hostLogEntryParser()
105 bufferStr.substr(initialPos, pos - initialPos); in hostLogEntryParser()
137 delimiters = bufferStr in hostLogEntryParser()
62 std::string bufferStr; readFile() local
84 hostLogEntryParser(const std::string & bufferStr,uint64_t skip,uint64_t top,std::vector<std::string> & logEntries,size_t & logCount) hostLogEntryParser() argument
[all...]