Searched refs:thisRes (Results 1 – 2 of 2) sorted by relevance
339 [self(shared_from_this())](crow::Response& thisRes) { in doUpgrade() argument340 if (thisRes.result() != boost::beast::http::status::ok) in doUpgrade()348 self->completeRequest(thisRes); in doUpgrade()431 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument432 self->completeRequest(thisRes); in handle()487 void completeRequest(crow::Response& thisRes) in completeRequest() argument489 res = std::move(thisRes); in completeRequest()
285 crow::Response& thisRes = it->second.res; in onRequestRecv() local287 thisRes.setCompleteRequestHandler( in onRequestRecv()