Home
last modified time | relevance | path

Searched refs:curl_easy_duphandle (Results 1 - 14 of 14) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1900.c43 second = curl_easy_duphandle(hnd); in test()
H A Dlib1908.c47 CURL *also = curl_easy_duphandle(hnd); in test()
H A Dlib512.c45 curl2 = curl_easy_duphandle(curl); in test()
H A Dlib544.c68 handle2 = curl_easy_duphandle(curl); in test()
H A Dlib674.c73 handle2 = curl_easy_duphandle(handle); in test()
H A Dlib575.c66 duphandle = curl_easy_duphandle(handle); in test()
H A Dlib1502.c78 dup = curl_easy_duphandle(easy); in test()
H A Dlib1536.c83 /* Test that a scheme is properly initialized on curl_easy_duphandle. in test()
86 dupe = curl_easy_duphandle(curl); in test()
88 fprintf(stderr, "%s:%d curl_easy_duphandle() failed\n", in test()
H A Dlib1534.c83 /* Test that a filetime is properly initialized on curl_easy_duphandle. in test()
86 dupe = curl_easy_duphandle(curl); in test()
88 fprintf(stderr, "%s:%d curl_easy_duphandle() failed\n", in test()
H A Dlib1535.c86 /* Test that a protocol is properly initialized on curl_easy_duphandle. in test()
89 dupe = curl_easy_duphandle(curl); in test()
91 fprintf(stderr, "%s:%d curl_easy_duphandle() failed\n", in test()
H A Dlib654.c121 easy2 = curl_easy_duphandle(easy); in test()
123 fprintf(stderr, "curl_easy_duphandle() failed\n"); in test()
/third_party/curl/include/curl/
H A Deasy.h63 * NAME curl_easy_duphandle()
71 * curl_easy_duphandle() for each new thread to avoid a series of identical
74 CURL_EXTERN CURL *curl_easy_duphandle(CURL *curl);
/third_party/curl/lib/
H A Deasy.c888 * curl_easy_duphandle() is an external interface to allow duplication of a
892 struct Curl_easy *curl_easy_duphandle(struct Curl_easy *data) in curl_easy_duphandle() function
H A Dhttp2.c779 struct Curl_easy *second = curl_easy_duphandle(data); in h2_duphandle()

Completed in 8 milliseconds