Home
last modified time | relevance | path

Searched refs:curl2 (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1557.c34 CURL *curl2 = NULL; in test() local
47 easy_init(curl2); in test()
48 easy_setopt(curl2, CURLOPT_URL, URL); in test()
49 multi_add_handle(curlm, curl2); in test()
53 multi_remove_handle(curlm, curl2); in test()
55 /* If curl2 is still in the connect-pending list, this will crash */ in test()
60 curl_easy_cleanup(curl2); in test()
H A Dlib512.c40 CURL *curl2; in test() local
45 curl2 = curl_easy_duphandle(curl); in test()
46 if(curl2) { in test()
48 code = curl_easy_setopt(curl2, CURLOPT_URL, URL); in test()
51 code = curl_easy_perform(curl2); in test()
60 curl_easy_cleanup(curl2); in test()

Completed in 1 milliseconds