Home
last modified time | relevance | path

Searched refs:curl1 (Results 1 – 1 of 1) sorted by relevance

/curl/tests/libtest/
H A Dlib1557.c33 CURL *curl1 = NULL; in test() local
43 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