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

  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 36 EXPECT_CALL(*curl_api_, EasySetOptStr(handle_, CURLOPT_CAPATH, _))
59 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/get"))
62 EasySetOptStr(handle_, CURLOPT_USERAGENT, "User Agent"))
65 EasySetOptStr(handle_, CURLOPT_REFERER, "http://foo.bar/baz"))
83 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/head"))
97 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/put"))
111 EasySetOptStr(handle_, CURLOPT_URL, "http://www.foo.bar/post"))
127 EasySetOptStr(handle_, CURLOPT_URL, "http://www.foo.bar/patch"))
135 EasySetOptStr(handle_, CURLOPT_CUSTOMREQUEST, request_type::kPatch))
147 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/get")
    [all...]
mock_curl_api.h 26 MOCK_METHOD3(EasySetOptStr, CURLcode(CURL*, CURLoption, const std::string&));
http_transport_curl.cc 133 CURLcode code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_URL, url);
136 code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_CAPATH,
148 code = curl_interface_->EasySetOptStr(
153 curl_interface_->EasySetOptStr(curl_handle, CURLOPT_REFERER, referer);
156 code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_PROXY, proxy_);
184 code = curl_interface_->EasySetOptStr(
curl_api.h 32 virtual CURLcode EasySetOptStr(CURL* curl,
133 CURLcode EasySetOptStr(CURL* curl,
curl_api.cc 52 CURLcode CurlApi::EasySetOptStr(CURL* curl,

Completed in 70 milliseconds