Home
last modified time | relevance | path

Searched refs:MultiRemoveHandle (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/http/
Dcurl_api.h87 virtual CURLMcode MultiRemoveHandle(CURLM* multi_handle,
186 CURLMcode MultiRemoveHandle(CURLM* multi_handle, CURL* curl_handle) override;
Dmock_curl_api.h40 MOCK_METHOD2(MultiRemoveHandle, CURLMcode(CURLM*, CURL*));
Dcurl_api.cc141 CURLMcode CurlApi::MultiRemoveHandle(CURLM* multi_handle, CURL* curl_handle) { in MultiRemoveHandle() function in brillo::http::CurlApi
Dhttp_transport_curl_unittest.cc275 EXPECT_CALL(*curl_api_, MultiRemoveHandle(multi_handle_, handle_)) in TEST_F()
Dhttp_transport_curl.cc494 curl_interface_->MultiRemoveHandle(curl_multi_handle_, in CleanAsyncConnection()