Searched refs:curl1 (Results 1 – 1 of 1) sorted by relevance
33 CURL *curl1 = NULL; in test() local43 easy_init(curl1); in test()44 easy_setopt(curl1, CURLOPT_URL, URL); in test()45 multi_add_handle(curlm, curl1); in test()56 multi_remove_handle(curlm, curl1); in test()59 curl_easy_cleanup(curl1); in test()
Completed in 3 milliseconds