Searched refs:request_id_map_ (Results 1 – 2 of 2) sorted by relevance
232 request_id_map_.emplace(request_id, curl_connection); in StartAsyncTransfer()243 request_id_map_.erase(request_id); in StartAsyncTransfer()251 auto p = request_id_map_.find(request_id); in CancelRequest()252 if (p == request_id_map_.end()) { in CancelRequest()491 request_id_map_.erase(request_data->request_id); in CleanAsyncConnection()
119 std::map<RequestID, Connection*> request_id_map_; variable