Home
last modified time | relevance | path

Searched defs:keepAlive (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_response.hpp174 void keepAlive(bool k) in keepAlive() function
179 bool keepAlive() const in keepAlive() function
H A Dhttp_request.hpp157 bool keepAlive() const in keepAlive() function
H A Dhttp_client.hpp690 void sendNext(bool keepAlive, uint32_t connId) in sendNext()
807 bool keepAlive, uint32_t connId, Response& res) in afterSendData()
H A Dhttp_connection.hpp935 bool keepAlive = true; member in crow::Connection
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py236 def keepAlive(self, t): member in TerminalFilter