Searched refs:curl1 (Results 1 – 1 of 1) sorted by relevance
31 CURL *curl1 = NULL; in test() local41 easy_init(curl1); in test()42 easy_setopt(curl1, CURLOPT_URL, URL); in test()43 multi_add_handle(curlm, curl1); in test()54 multi_remove_handle(curlm, curl1); in test()57 curl_easy_cleanup(curl1); in test()