Searched refs:thisRes (Results 1 – 2 of 2) sorted by relevance
348 [self(shared_from_this())](crow::Response& thisRes) { in doUpgrade() argument349 if (thisRes.result() != boost::beast::http::status::ok) in doUpgrade()357 self->completeRequest(thisRes); in doUpgrade()442 [self(shared_from_this())](Response& thisRes) { in handle() argument443 self->completeRequest(thisRes); in handle()498 void completeRequest(Response& thisRes) in completeRequest() argument500 res = std::move(thisRes); in completeRequest()
309 Response& thisRes = it->second.res; in onRequestRecv() local 311 thisRes.setCompleteRequestHandler( in onRequestRecv()