Home
last modified time | relevance | path

Searched refs:dupe (Results 1 – 5 of 5) sorted by relevance

/curl/tests/libtest/
H A Dlib1536.c32 CURL *curl, *dupe = NULL; in test() local
86 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()
H A Dlib1534.c32 CURL *curl, *dupe = NULL; in test() local
86 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()
H A Dlib1535.c32 CURL *curl, *dupe = NULL; in test() local
89 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()
/curl/tests/data/
H A Dtest67434 Set CURLOPT_CURLU and dupe the handle
/curl/scripts/
H A Dcijobs.pl111 my %dupe = %job;
113 %job = %dupe;

Completed in 9 milliseconds