Searched refs:curl2 (Results 1 – 2 of 2) sorted by relevance
38 CURL *curl2; in test() local43 curl2 = curl_easy_duphandle(curl); in test()44 if(curl2) { in test()46 code = curl_easy_setopt(curl2, CURLOPT_URL, URL); in test()49 code = curl_easy_perform(curl2); in test()58 curl_easy_cleanup(curl2); in test()
32 CURL *curl2 = NULL; in test() local45 easy_init(curl2); in test()46 easy_setopt(curl2, CURLOPT_URL, URL); in test()47 multi_add_handle(curlm, curl2); in test()51 multi_remove_handle(curlm, curl2); in test()58 curl_easy_cleanup(curl2); in test()