Home
last modified time | relevance | path

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

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