Searched
full:libcurl (Results
376 -
400 of
853) sorted by null
<<11121314151617181920>>
/external/google-breakpad/src/third_party/curl/ |
curl.h | 27 * If you have libcurl problems, all docs and details are found here: 28 * http://curl.haxx.se/libcurl/ 42 #include "third_party/curl/curlver.h" /* libcurl version defines */ 43 #include "third_party/curl/curlbuild.h" /* libcurl build definitions */ 44 #include "third_party/curl/curlrules.h" /* libcurl rules enforcement */ 102 * This avoids using a .def file for building libcurl.dll. 188 server feeding libcurl with a never-ending header that will cause reallocs 195 will signal libcurl to pause receiving on the current transfer. */ 205 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so 206 libcurl might try other means instead * [all...] |
/external/curl/ |
curl-config.in | 36 --built-shared says 'yes' if libcurl was built shared 47 --static-libs static libcurl library linking information 98 echo libcurl @CURLVERSION@ 159 echo @libdir@/libcurl.@libext@ @LDFLAGS@ @LIBCURL_LIBS@
|
/external/curl/docs/ |
KNOWN_BUGS | 15 88. libcurl doesn't support CURLINFO_FILETIME for SFTP transfers and thus 61 78. curl and libcurl don't always signal the client properly when "sending" 81 sends the 220 response or otherwise is dead slow, libcurl will not 97 something beyond ascii but currently libcurl will only pass in the verbatim 106 multi interface is used, libcurl will fail if the (passive) TCP connection 121 60. libcurl closes the connection if an HTTP 401 reply is received while it 129 56. When libcurl sends CURLOPT_POSTQUOTE commands when connected to a SFTP 136 55. libcurl fails to build with MIT Kerberos for Windows (KfW) due to KfW's 161 when logging in), the operation will fail since libcurl doesn't detect this 179 run that might be needed only for building libcurl. Further, curl-confi [all...] |
/external/curl/docs/examples/ |
README | 7 This directory is for libcurl programming examples. They are meant to show 9 advantage of libcurl. 28 *PLEASE* do not use the curl.haxx.se site as a test target for your libcurl 74 the built-in iconv functions in libcurl
|
anyauthput.c | 49 #error "upgrade your libcurl to no less than 7.12.3" 67 * Since libcurl 7.12.3, using "any" auth and POST/PUT requires a set ioctl 82 /* mr libcurl kindly asks as to rewind the read data stream to start */ 163 /* tell libcurl we can use "any" auth, which lets the lib pick one, but it
|
simple.c | 33 /* example.com is redirected, so we tell libcurl to follow redirection */
|
simplepost.c | 38 /* if we don't provide POSTFIELDSIZE, libcurl will strlen() by
|
/external/curl/docs/libcurl/ |
curl_multi_perform.3 | 22 .TH curl_multi_perform 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual" 102 CURLMcode type, general libcurl multi interface error code. 107 return code means that libcurl may have more data available to return or that 128 .BR libcurl-errors "(3)"
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_ADDRESS_SCOPE.3 | 23 .TH CURLOPT_ADDRESS_SCOPE 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_APPEND.3 | 23 .TH CURLOPT_APPEND 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_FTP_ACCOUNT.3 | 23 .TH CURLOPT_FTP_ACCOUNT 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_HEADERFUNCTION.3 | 23 .TH CURLOPT_HEADERFUNCTION 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options" 39 This function gets called by libcurl as soon as it has received header 48 cause the transfer to get aborted and the libcurl function in progress will 76 called with the server responses to the commands that libcurl sends.
|
CURLOPT_INTERLEAVEDATA.3 | 23 .TH CURLOPT_INTERLEAVEDATA 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_LOW_SPEED_TIME.3 | 23 .TH CURLOPT_LOW_SPEED_TIME 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_PASSWORD.3 | 23 .TH CURLOPT_PASSWORD 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_PROXYPASSWORD.3 | 23 .TH CURLOPT_PROXYPASSWORD 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_PROXY_SERVICE_NAME.3 | 23 .TH CURLOPT_PROXY_SERVICE_NAME 3 "17 Jun 2015" "libcurl 7.43.0" "curl_easy_setopt options"
|
CURLOPT_RANDOM_FILE.3 | 23 .TH CURLOPT_RANDOM_FILE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_RTSP_CLIENT_CSEQ.3 | 23 .TH CURLOPT_RTSP_CLIENT_CSEQ 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_RTSP_SERVER_CSEQ.3 | 23 .TH CURLOPT_RTSP_SERVER_CSEQ 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_SEEKDATA.3 | 23 .TH CURLOPT_SEEKDATA 3 "16 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_SERVICE_NAME.3 | 23 .TH CURLOPT_SERVICE_NAME 3 "17 Jun 2015" "libcurl 7.43.0" "curl_easy_setopt options"
|
CURLOPT_SOCKS5_GSSAPI_SERVICE.3 | 23 .TH CURLOPT_SOCKS5_GSSAPI_SERVICE 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_SSH_KEYDATA.3 | 23 .TH CURLOPT_SSH_KEYDATA 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
CURLOPT_TIMEVALUE.3 | 23 .TH CURLOPT_TIMEVALUE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
Completed in 523 milliseconds
<<11121314151617181920>>