Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dnet.cpp109 int bytesSent = 0; in sendContents() local
114 if (bytesSent == 0) in sendContents()
119 chunk.length = bytesSent; in sendContents()
123 blob->writeBytes(session, offset - bytesSent, chunkBytes); in sendContents()
124 progress->updateProgress(bytesSent); in sendContents()
129 bytesSent = sys->sendfile(*connFd, *inputFd, &offset, blockSize); in sendContents()
130 if (bytesSent < 0) in sendContents()
145 bytesSent = in sendContents()
148 std::memmove(buf.data(), buf.data() + bytesSent, in sendContents()
149 left - bytesSent); in sendContents()
[all …]
/openbmc/bmcweb/http/
H A Dwebsocket.hpp296 size_t bytesSent) { in doWrite() argument
298 outBuffer.consume(bytesSent); in doWrite()