Lines Matching refs:easy
114 struct Curl_easy *easy = NULL;
124 easy = curl_easy_init();
125 if(!easy)
128 /* create a multi handle and add the easy handle to it so that the
131 curl_multi_add_handle(multi, easy);
136 curl_easy_setopt(easy, CURLOPT_RESOLVE, list);
138 Curl_loadhostpairs(easy);
143 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
218 curl_easy_cleanup(easy);
219 easy = NULL;
231 curl_easy_cleanup(easy);