Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp76 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
159 std::bind_front(&self_type::tlsVerifyCallback, this), ec); in prepareMutualTls()
169 void afterDetectSsl(const std::shared_ptr<self_type>& /*self*/, in afterDetectSsl() argument
190 std::bind_front(&self_type::afterSslHandshake, this, in afterDetectSsl()
234 std::bind_front(&self_type::afterDetectSsl, this, in start()
238 void afterSslHandshake(const std::shared_ptr<self_type>& /*self*/, in afterSslHandshake() argument
458 void tlsShutdownComplete(const std::shared_ptr<self_type>& self, in tlsShutdownComplete()
484 &self_type::tlsShutdownComplete, this, shared_from_this())); in gracefulClose()
596 void afterReadHeaders(const std::shared_ptr<self_type>& /*self*/, in afterReadHeaders() argument
676 std::bind_front(&self_type::afterReadHeaders, this, in doReadHeaders()
[all …]
H A Dhttp2_connection.hpp66 using self_type = HTTP2Connection<Adaptor, Handler>; typedef in crow::HTTP2Connection
148 self_type& self = userPtrToSelf(userPtr); in fileReadCallback()
430 static self_type& userPtrToSelf(void* userData) in userPtrToSelf()
435 return *reinterpret_cast<self_type*>(userData); in userPtrToSelf()
578 static void afterWriteBuffer(const std::shared_ptr<self_type>& self, in afterWriteBuffer()
624 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead() argument
664 std::bind_front(&self_type::afterDoRead, in doRead()
671 std::bind_front(&self_type::afterDoRead, this, in doRead()