Home
last modified time | relevance | path

Searched defs:readLen (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp577 ssize_t readLen = ngSession.memRecv(bufferSpan); in afterDoRead() local
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp167 uint8_t readLen; //!< Bytes to read. member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2167 auto readLen = std::min<uint16_t>(pReq->length, fileSize - pReq->offset); in ipmiOemGetHttpsData() local