Home
last modified time | relevance | path

Searched refs:curl_easy_duphandle (Results 1 – 16 of 16) sorted by relevance

/external/curl/docs/libcurl/
DMakefile.am28 curl_easy_perform.3 curl_easy_setopt.3 curl_easy_duphandle.3 \
47 curl_easy_duphandle.html curl_formadd.html curl_formfree.html \
67 curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf \
/external/curl/tests/libtest/
Dlib512.c45 curl2 = curl_easy_duphandle(curl); in test()
Dlib544.c74 handle2 = curl_easy_duphandle(curl); in test()
Dlib575.c64 duphandle = curl_easy_duphandle(handle); in test()
/external/curl/include/curl/
Deasy.h61 CURL_EXTERN CURL* curl_easy_duphandle(CURL *curl);
/external/google-breakpad/src/third_party/curl/
Deasy.h62 CURL_EXTERN CURL* curl_easy_duphandle(CURL *curl);
/external/curl/lib/
Dlibcurl.def33 curl_easy_duphandle @ 25 ;
Deasy.c880 CURL *curl_easy_duphandle(CURL *incurl) in curl_easy_duphandle() function
/external/curl/packages/EPM/
Dcurl.list.in32 f 0644 cowo pppusers ${mandir}/man3/curl_easy_duphandle.3 ./docs/curl_easy_duphandle.3
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def3 curl_easy_duphandle @ 2 NONAME
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def3 curl_easy_duphandle @ 2 NONAME
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt122 SYMBOL_VECTOR=(curl_easy_duphandle=PROCEDURE)
123 SYMBOL_VECTOR=(CURL_EASY_DUPHANDLE/curl_easy_duphandle=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt75 [gnv.usr.share.man.man3]curl_easy_duphandle.3
/external/curl/tests/data/
Dtest113561 CURL_EXTERN CURL* curl_easy_duphandle(CURL *curl);
/external/curl/packages/OS400/
Dcurl.inc.in2026 d curl_easy_duphandle...
2027 d pr * extproc('curl_easy_duphandle') CURL *
/external/curl/
DCHANGES.01761 curl_easy_duphandle did not necessarily duplicate the CURLOPT_COOKIEFILE
2232 curl_easy_duphandle() wrongly also copied the pointer to the connection
5179 - Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had
5181 curl_easy_duphandle() to work even after the first fix - the handle was
5702 - Make curl_easy_duphandle() set the magic number in the new handle.
9063 - James Bursa found out that curl_easy_duphandle() with ares-built libcurl
9246 - curl_easy_duphandle() now duplicates the tcp_nodelay info as well.
13477 - T. Bharath made curl_easy_duphandle() properly clone the cookie status as
13650 - Added curl_easy_duphandle() to the easy.h header file. It has now been