HomeSort by relevance Sort by last modified time
    Searched refs:duphandle (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/libtest/
lib575.c 41 CURL *duphandle = NULL; local
64 duphandle = curl_easy_duphandle(handle);
65 if(!duphandle)
68 handle = duphandle;
  /external/curl/lib/
http2.c 398 static struct Curl_easy *duphandle(struct Curl_easy *data) function
441 struct Curl_easy *newhandle = duphandle(data);
    [all...]

Completed in 2269 milliseconds