Lines Matching defs:curl
12 * are also available at https://curl.se/docs/copyright.html.
21 * SPDX-License-Identifier: curl
32 CURL *curl, *dupe = NULL;
38 easy_init(curl);
43 res = curl_easy_getinfo(curl, CURLINFO_SCHEME, &scheme);
56 easy_setopt(curl, CURLOPT_URL, URL);
58 res = curl_easy_perform(curl);
68 res = curl_easy_getinfo(curl, CURLINFO_SCHEME, &scheme);
86 dupe = curl_easy_duphandle(curl);
111 curl_easy_reset(curl);
113 res = curl_easy_getinfo(curl, CURLINFO_SCHEME, &scheme);
127 curl_easy_cleanup(curl);