Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib512.c38 CURL *curl2; in test() local
43 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()
Dlib1557.c32 CURL *curl2 = NULL; in test() local
45 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()