HomeSort by relevance Sort by last modified time
    Searched refs:MultiRemoveHandle (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/brillo/http/
mock_curl_api.h 40 MOCK_METHOD2(MultiRemoveHandle, CURLMcode(CURLM*, CURL*));
curl_api.h 87 virtual CURLMcode MultiRemoveHandle(CURLM* multi_handle,
175 CURLMcode MultiRemoveHandle(CURLM* multi_handle, CURL* curl_handle) override;
curl_api.cc 141 CURLMcode CurlApi::MultiRemoveHandle(CURLM* multi_handle, CURL* curl_handle) {
http_transport_curl_unittest.cc 269 EXPECT_CALL(*curl_api_, MultiRemoveHandle(multi_handle_, handle_))
http_transport_curl.cc 494 curl_interface_->MultiRemoveHandle(curl_multi_handle_,

Completed in 673 milliseconds