Home
last modified time | relevance | path

Searched refs:duphandle (Results 1 – 4 of 4) 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/
DRELEASE-NOTES26 o easy: Initialize info variables on easy init and duphandle [5]
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.
/external/curl/lib/
Dhttp2.c343 static struct Curl_easy *duphandle(struct Curl_easy *data) in duphandle() function
386 struct Curl_easy *newhandle = duphandle(data); in push_promise()