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

  /external/curl/tests/libtest/
lib512.c 45 curl2 = curl_easy_duphandle(curl);
lib544.c 74 handle2 = curl_easy_duphandle(curl);
lib575.c 64 duphandle = curl_easy_duphandle(handle);
lib1534.c 81 /* Test that a filetime is properly initialized on curl_easy_duphandle.
84 dupe = curl_easy_duphandle(curl);
86 fprintf(stderr, "%s:%d curl_easy_duphandle() failed\n",
  /external/curl/include/curl/
easy.h 50 * NAME curl_easy_duphandle()
58 * curl_easy_duphandle() for each new thread to avoid a series of identical
61 CURL_EXTERN CURL *curl_easy_duphandle(CURL *curl);
  /external/google-breakpad/src/third_party/curl/
easy.h 51 * NAME curl_easy_duphandle()
59 * curl_easy_duphandle() for each new thread to avoid a series of identical
62 CURL_EXTERN CURL* curl_easy_duphandle(CURL *curl);
  /external/curl/lib/
easy.c 858 * curl_easy_duphandle() is an external interface to allow duplication of a
862 struct Curl_easy *curl_easy_duphandle(struct Curl_easy *data) function
http2.c 345 struct Curl_easy *second = curl_easy_duphandle(data);
    [all...]

Completed in 109 milliseconds