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.hpp61 using self_type = Connection<Adaptor, Handler>; typedef in crow::Connection
145 std::bind_front(&self_type::tlsVerifyCallback, this), ec); in prepareMutualTls()
358 void tlsShutdownComplete(const std::shared_ptr<self_type>& self, in tlsShutdownComplete()
376 &self_type::tlsShutdownComplete, this, shared_from_this())); in gracefulClose()
486 void afterReadHeaders(const std::shared_ptr<self_type>& /*self*/, in afterReadHeaders() argument
575 std::bind_front(&self_type::afterReadHeaders, this, in doReadHeaders()
579 void afterRead(const std::shared_ptr<self_type>& /*self*/, in afterRead() argument
646 void afterDoWrite(const std::shared_ptr<self_type>& /*self*/, in afterDoWrite() argument
703 std::bind_front(&self_type::afterDoWrite, this, in doWrite()
712 void afterTimerWait(const std::weak_ptr<self_type>& weakSelf, in afterTimerWait()
[all …]
H A Dhttp2_connection.hpp52 using self_type = HTTP2Connection<Adaptor, Handler>; typedef in crow::HTTP2Connection
97 self_type& self = userPtrToSelf(userPtr); in fileReadCallback()
374 static self_type& userPtrToSelf(void* userData) in userPtrToSelf()
379 return *reinterpret_cast<self_type*>(userData); in userPtrToSelf()
515 static void afterWriteBuffer(const std::shared_ptr<self_type>& self, in afterWriteBuffer()
560 void afterDoRead(const std::shared_ptr<self_type>& /*self*/, in afterDoRead() argument
594 std::bind_front(&self_type::afterDoRead, this, shared_from_this())); in doRead()