Searched refs:duphandle (Results 1 – 4 of 4) sorted by relevance
41 CURL *duphandle = NULL; in test() local64 duphandle = curl_easy_duphandle(handle); in test()65 if(!duphandle) in test()68 handle = duphandle; in test()
26 o easy: Initialize info variables on easy init and duphandle [5]
2230 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.
343 static struct Curl_easy *duphandle(struct Curl_easy *data) in duphandle() function386 struct Curl_easy *newhandle = duphandle(data); in push_promise()