Searched refs:curldupe (Results 1 – 1 of 1) sorted by relevance
42 CURL *curldupe; in test() local55 curldupe = curl_easy_duphandle(curl); in test()56 if(curldupe) { in test()57 res = curl_easy_perform(curldupe); in test()60 curl_easy_cleanup(curldupe); in test()
Completed in 4 milliseconds