Home
last modified time | relevance | path

Searched defs:thisRes (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp342 [self(shared_from_this())](crow::Response& thisRes) { in doUpgrade()
436 [self(shared_from_this())](Response& thisRes) { in handle()
492 void completeRequest(Response& thisRes) in completeRequest()
H A Dhttp2_connection.hpp309 Response& thisRes = it->second.res; in onRequestRecv() local