Lines Matching refs:easy
44 CURL *easy = NULL; in test() local
72 easy_init(easy); in test()
74 easy_setopt(easy, CURLOPT_URL, URL); in test()
75 easy_setopt(easy, CURLOPT_HEADER, 1L); in test()
76 easy_setopt(easy, CURLOPT_RESOLVE, dns_cache_list); in test()
78 dup = curl_easy_duphandle(easy); in test()
80 curl_easy_cleanup(easy); in test()
81 easy = dup; in test()
85 curl_easy_cleanup(easy); in test()
92 multi_add_handle(multi, easy); in test()
129 curl_easy_cleanup(easy); in test()
135 curl_multi_remove_handle(multi, easy); in test()
137 curl_easy_cleanup(easy); in test()
143 curl_easy_cleanup(easy); in test()
150 curl_multi_remove_handle(multi, easy); in test()
151 curl_easy_cleanup(easy); in test()