Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib575.c41 CURL *duphandle = NULL; in test() local
64 duphandle = curl_easy_duphandle(handle); in test()
65 if(!duphandle) in test()
68 handle = duphandle; in test()
/external/curl/
DCHANGES.02230 when using duphandle+curl_mutli"
10323 - Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG is set.
13662 to be the new duphandle() that didn't quite work yet.