Home
last modified time | relevance | path

Searched defs:inBuffer (Results 1 – 4 of 4) sorted by relevance

/openbmc/slpd-lite/
H A Dsock_channel.cpp70 int Channel::write(buffer& inBuffer) in write()
/openbmc/phosphor-net-ipmid/
H A Dsocket_channel.hpp193 int write(const std::vector<uint8_t>& inBuffer) in write()
/openbmc/bmcweb/http/
H A Dwebsocket.hpp355 inBuffer; member in crow::websocket::ConnectionImpl
H A Dhttp2_connection.hpp602 std::array<uint8_t, 8192> inBuffer{}; member in crow::HTTP2Connection