Lines Matching refs:easy
41 CURL *easy = NULL;
46 res_easy_init(easy);
48 easy_setopt(easy, CURLOPT_URL, URL);
52 easy_setopt(easy, CURLOPT_DEBUGDATA, &libtest_debug_config);
53 easy_setopt(easy, CURLOPT_DEBUGFUNCTION, libtest_debug_cb);
54 easy_setopt(easy, CURLOPT_VERBOSE, 1L);
56 res = curl_easy_perform(easy);
60 res = curl_easy_perform(easy);
68 res = curl_easy_perform(easy);
72 easy_setopt(easy, CURLOPT_MAXLIFETIME_CONN, 1L);
74 res = curl_easy_perform(easy);
80 curl_easy_cleanup(easy);