Lines Matching refs:easy
106 struct Curl_easy *easy = NULL;
120 easy = curl_easy_init();
121 if(!easy) {
125 /* create a multi handle and add the easy handle to it so that the
130 curl_multi_add_handle(multi, easy);
136 curl_easy_setopt(easy, CURLOPT_RESOLVE, list);
138 if(Curl_loadhostpairs(easy))
145 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1);
201 curl_easy_cleanup(easy);
202 easy = NULL;
216 curl_easy_cleanup(easy);