Lines Matching defs:easy
53 static CURL *easy;
60 easy = curl_easy_init();
61 if(!easy) {
65 curl_easy_setopt(easy, CURLOPT_VERBOSE, 1L);
71 curl_easy_cleanup(easy);
307 curl_easy_setopt(easy, CURLOPT_RESOLVE, list);
308 curl_easy_setopt(easy, CURLOPT_IPRESOLVE, (long)tc->ip_version);
309 curl_easy_setopt(easy, CURLOPT_CONNECTTIMEOUT_MS,
311 curl_easy_setopt(easy, CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS,
314 curl_easy_setopt(easy, CURLOPT_URL, tc->url);
320 tr.result = curl_easy_perform(easy);
323 curl_easy_setopt(easy, CURLOPT_RESOLVE, NULL);