Lines Matching refs:easy
67 CURL *easy = NULL;
78 * easy handle.
86 easy = curl_easy_init();
89 test_setopt(easy, CURLOPT_URL, URL);
92 test_setopt(easy, CURLOPT_VERBOSE, 1L);
95 test_setopt(easy, CURLOPT_HEADER, 1L);
103 mime = curl_mime_init(easy);
117 /* Bind mime data to its easy handle. */
118 test_setopt(easy, CURLOPT_MIMEPOST, mime);
121 easy2 = curl_easy_duphandle(easy);
129 easy handle. */
134 result = curl_easy_perform(easy);
164 curl_easy_cleanup(easy);