Searched refs:thisRes (Results 1 – 2 of 2) sorted by relevance
342 [self(shared_from_this())](crow::Response& thisRes) { in doUpgrade() argument343 if (thisRes.result() != boost::beast::http::status::ok) in doUpgrade()351 self->completeRequest(thisRes); in doUpgrade()436 [self(shared_from_this())](Response& thisRes) { in handle() argument437 self->completeRequest(thisRes); in handle()492 void completeRequest(Response& thisRes) in completeRequest() argument494 res = std::move(thisRes); in completeRequest()
309 Response& thisRes = it->second.res; in onRequestRecv() local311 thisRes.setCompleteRequestHandler( in onRequestRecv()