Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp52 using self_type = HTTP2Connection<Adaptor, Handler>; typedef in crow::HTTP2Connection
99 self_type& self = userPtrToSelf(userPtr); in fileReadCallback()
377 static self_type& userPtrToSelf(void* userData) in userPtrToSelf()
382 return *reinterpret_cast<self_type*>(userData); in userPtrToSelf()
520 static void afterWriteBuffer(const std::shared_ptr<self_type>& self, in afterWriteBuffer()
565 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead() argument
599 std::bind_front(&self_type::afterDoRead, this, shared_from_this())); in doRead()
H A Dhttp_connection.hpp61 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
143 std::bind_front(&self_type::tlsVerifyCallback, this), ec); in prepareMutualTls()
356 void tlsShutdownComplete(const std::shared_ptr<self_type>& self, in tlsShutdownComplete()
374 &self_type::tlsShutdownComplete, this, shared_from_this())); in gracefulClose()
624 void afterDoWrite(const std::shared_ptr<self_type>& /*self*/, in afterDoWrite() argument
681 std::bind_front(&self_type::afterDoWrite, this, in doWrite()