Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib674.c37 CURL *handle2; in test() local
73 handle2 = curl_easy_duphandle(handle); in test()
74 res = curl_easy_perform(handle2); in test()
75 curl_easy_cleanup(handle2); in test()
H A Dlib544.c67 CURL *handle2; in test() local
68 handle2 = curl_easy_duphandle(curl); in test()
71 curl = handle2; in test()

Completed in 5 milliseconds