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.hpp50 using self_type = HTTP2Connection<Adaptor, Handler>; typedef in crow::HTTP2Connection
97 self_type& self = userPtrToSelf(userPtr); in fileReadCallback()
373 static self_type& userPtrToSelf(void* userData) in userPtrToSelf()
378 return *reinterpret_cast<self_type*>(userData); in userPtrToSelf()
516 static void afterWriteBuffer(const std::shared_ptr<self_type>& self, in afterWriteBuffer()
561 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead() argument
595 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
144 std::bind_front(&self_type::tlsVerifyCallback, this)); in prepareMutualTls()
339 void tlsShutdownComplete(const std::shared_ptr<self_type>& self, in tlsShutdownComplete()
363 &self_type::tlsShutdownComplete, this, shared_from_this())); in gracefulClose()
613 void afterDoWrite(const std::shared_ptr<self_type>& /*self*/, in afterDoWrite() argument
670 std::bind_front(&self_type::afterDoWrite, this, in doWrite()