Lines Matching defs:curl
12 * are also available at https://curl.se/docs/copyright.html.
21 * SPDX-License-Identifier: curl
37 CURL *curl = NULL;
65 easy_init(curl);
68 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
70 easy_setopt(curl, CURLOPT_HEADER, 1L);
72 easy_setopt(curl, CURLOPT_RESOLVE, slist);
74 easy_setopt(curl, CURLOPT_MAXCONNECTS, 3L);
83 easy_setopt(curl, CURLOPT_URL, target_url);
85 res = curl_easy_perform(curl);
96 curl_easy_cleanup(curl);