Searched refs:dupe (Results 1 – 5 of 5) sorted by relevance
32 CURL *curl, *dupe = NULL; in test() local86 dupe = curl_easy_duphandle(curl); in test()87 if(!dupe) { in test()94 res = curl_easy_getinfo(dupe, CURLINFO_SCHEME, &scheme); in test()128 curl_easy_cleanup(dupe); in test()
32 CURL *curl, *dupe = NULL; in test() local86 dupe = curl_easy_duphandle(curl); in test()87 if(!dupe) { in test()94 res = curl_easy_getinfo(dupe, CURLINFO_FILETIME, &filetime); in test()128 curl_easy_cleanup(dupe); in test()
32 CURL *curl, *dupe = NULL; in test() local89 dupe = curl_easy_duphandle(curl); in test()90 if(!dupe) { in test()98 res = curl_easy_getinfo(dupe, CURLINFO_PROTOCOL, &protocol); in test()135 curl_easy_cleanup(dupe); in test()
34 Set CURLOPT_CURLU and dupe the handle
111 my %dupe = %job;113 %job = %dupe;
Completed in 10 milliseconds