Searched refs:handle2 (Results 1 – 2 of 2) sorted by relevance
37 CURL *handle2; in test() local73 handle2 = curl_easy_duphandle(handle); in test()74 res = curl_easy_perform(handle2); in test()75 curl_easy_cleanup(handle2); in test()
67 CURL *handle2; in test() local68 handle2 = curl_easy_duphandle(curl); in test()71 curl = handle2; in test()
Completed in 4 milliseconds