Lines Matching refs:easy
59 CURL *easy = NULL;
76 easy = curl_easy_init();
79 test_setopt(easy, CURLOPT_URL, URL);
82 test_setopt(easy, CURLOPT_VERBOSE, 1L);
85 test_setopt(easy, CURLOPT_HEADER, 1L);
92 mime = curl_mime_init(easy);
99 /* Bind mime data to its easy handle. */
100 test_setopt(easy, CURLOPT_MIMEPOST, mime);
103 result = curl_easy_perform(easy);
110 curl_easy_cleanup(easy);