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.hpp82 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
165 std::bind_front(&self_type::tlsVerifyCallback, this), ec); in prepareMutualTls()
175 void afterDetectSsl(const std::shared_ptr<self_type>& /*self*/, in afterDetectSsl() argument
196 std::bind_front(&self_type::afterSslHandshake, this, in afterDetectSsl()
240 std::bind_front(&self_type::afterDetectSsl, this, in start()
244 void afterSslHandshake(const std::shared_ptr<self_type>& /*self*/, in afterSslHandshake() argument
464 void tlsShutdownComplete(const std::shared_ptr<self_type>& self, in tlsShutdownComplete()
490 &self_type::tlsShutdownComplete, this, shared_from_this())); in gracefulClose()
602 void afterReadHeaders(const std::shared_ptr<self_type>& /*self*/, in afterReadHeaders() argument
685 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()
433 static self_type& userPtrToSelf(void* userData)
438 return *reinterpret_cast<self_type*>(userData); in userPtrToSelf()
581 static void afterWriteBuffer(const std::shared_ptr<self_type>& self,
627 void afterDoRead(const std::shared_ptr<self_type>& /*self*/,
667 std::bind_front(&self_type::afterDoRead, in doRead()
674 std::bind_front(&self_type::afterDoRead, this, in doRead()
628 afterDoRead(const std::shared_ptr<self_type> &,const boost::system::error_code & ec,size_t bytesTransferred) afterDoRead() argument