Searched refs:request_id_map_ (Results 1 – 2 of 2) sorted by relevance
238 request_id_map_.emplace(request_id, curl_connection); in StartAsyncTransfer()249 request_id_map_.erase(request_id); in StartAsyncTransfer()257 auto p = request_id_map_.find(request_id); in CancelRequest()258 if (p == request_id_map_.end()) { in CancelRequest()504 request_id_map_.erase(request_data->request_id); in CleanAsyncConnection()
121 std::map<RequestID, Connection*> request_id_map_; variable