Searched refs:thisRes (Results 1 – 2 of 2) sorted by relevance
307 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument308 self->completeRequest(thisRes); in handle()320 [self(shared_from_this())](crow::Response& thisRes) { in handle() argument321 if (thisRes.result() != boost::beast::http::status::ok) in handle()329 self->completeRequest(thisRes); in handle()384 void completeRequest(crow::Response& thisRes) in completeRequest() argument386 res = std::move(thisRes); in completeRequest()
254 crow::Response& thisRes = it->second.res; in onRequestRecv() local256 thisRes.setCompleteRequestHandler( in onRequestRecv()