Lines Matching defs:curl
12 * are also available at https://curl.haxx.se/docs/copyright.html.
21 * SPDX-License-Identifier: curl
30 CURL *curl;
36 easy_init(curl);
38 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
39 easy_setopt(curl, CURLOPT_AWS_SIGV4, "xxx");
40 easy_setopt(curl, CURLOPT_URL, URL);
48 easy_setopt(curl, CURLOPT_CONNECT_TO, connect_to);
56 easy_setopt(curl, CURLOPT_HTTPHEADER, list);
58 res = curl_easy_perform(curl);
64 curl_easy_cleanup(curl);