Lines Matching refs:easy
53 CURL *easy = NULL;
69 easy = curl_easy_init();
72 test_setopt(easy, CURLOPT_URL, URL);
75 test_setopt(easy, CURLOPT_VERBOSE, 1L);
78 test_setopt(easy, CURLOPT_HEADER, 1L);
86 mime = curl_mime_init(easy);
103 /* Bind mime data to its easy handle. */
104 test_setopt(easy, CURLOPT_MIMEPOST, mime);
107 result = curl_easy_perform(easy);
114 curl_easy_cleanup(easy);