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);
44 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol);
58 easy_setopt(curl, CURLOPT_URL, URL);
60 res = curl_easy_perform(curl);
71 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol);
89 dupe = curl_easy_duphandle(curl);
116 curl_easy_reset(curl);
119 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol);
134 curl_easy_cleanup(curl);