OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libcurl
(Results
126 - 150
of
1112
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/docs/libcurl/opts/
CURLOPT_ACCEPTTIMEOUT_MS.3
23
.TH CURLOPT_ACCEPTTIMEOUT_MS 3 "March 06, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Pass a long telling
libcurl
the maximum number of milliseconds to wait for a
33
server to connect back to
libcurl
when an active FTP connection is used.
CURLOPT_CLOSESOCKETDATA.3
23
.TH CURLOPT_CLOSESOCKETDATA 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Pass a \fIpointer\fP that will be untouched by
libcurl
and passed as the first
43
printf("
libcurl
wants to close %d now\n", (int)item);
CURLOPT_FTPSSLAUTH.3
23
.TH CURLOPT_FTPSSLAUTH 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Pass a long using one of the values from below, to alter how
libcurl
issues
38
Allow
libcurl
to decide.
CURLOPT_HTTP_CONTENT_DECODING.3
23
.TH CURLOPT_HTTP_CONTENT_DECODING 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
34
Pass a long to tell
libcurl
how to act on content decoding. If set to zero,
35
content decoding will be disabled. If set to 1 it is enabled.
Libcurl
has no
CURLOPT_HTTP_TRANSFER_DECODING.3
23
.TH CURLOPT_HTTP_TRANSFER_DECODING 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
34
Pass a long to tell
libcurl
how to act on transfer decoding. If set to zero,
36
(default).
libcurl
does chunked transfer decoding by default unless this
CURLOPT_NETRC_FILE.3
23
.TH CURLOPT_NETRC_FILE 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
33
the full path name to the \fIfile\fP you want
libcurl
to use as .netrc
34
file. If this option is omitted, and \fICURLOPT_NETRC(3)\fP is set,
libcurl
CURLOPT_NOBODY.3
23
.TH CURLOPT_NOBODY 3 "June 21, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
32
A long parameter set to 1 tells
libcurl
to not include the body-part in the
34
libcurl
do a HEAD request. For most other protocols it means just not asking
CURLOPT_RTSP_SESSION_ID.3
23
.TH CURLOPT_RTSP_SESSION_ID 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
34
set to any non-NULL value,
libcurl
will return \fICURLE_RTSP_SESSION_ERROR\fP
36
libcurl
will automatically set the ID the first time the server sets it in a
CURLOPT_SSH_AUTH_TYPES.3
23
.TH CURLOPT_SSH_AUTH_TYPES 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
36
Set \fICURLSSH_AUTH_ANY\fP to let
libcurl
pick a suitable one. Currently
37
CURLSSH_AUTH_HOST has no effect. If CURLSSH_AUTH_AGENT is used,
libcurl
CURLOPT_TRANSFERTEXT.3
23
.TH CURLOPT_TRANSFERTEXT 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
38
libcurl
does not do a complete ASCII conversion when doing ASCII transfers
39
over FTP. This is a known limitation/flaw that nobody has rectified.
libcurl
CURLOPT_UNRESTRICTED_AUTH.3
23
.TH CURLOPT_UNRESTRICTED_AUTH 3 "May 15, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
34
Set the long \fIgohead\fP parameter to 1L to make
libcurl
continue to send
39
By default,
libcurl
will only send given credentials to the initial host name
CURLOPT_VERBOSE.3
23
.TH CURLOPT_VERBOSE 3 "February 03, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
34
libcurl
and/or protocol debugging and understanding. The verbose information
52
/* ask
libcurl
to show us the verbose output */
CURLOPT_HEADEROPT.3
23
.TH CURLOPT_HEADEROPT 3 "May 30, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
43
is sent to a proxy,
libcurl
will send both server headers and proxy
44
headers. When doing CONNECT,
libcurl
will send \fICURLOPT_PROXYHEADER(3)\fP
63
libcurl
to not send the custom headers to the proxy. Keep them
CURLOPT_HTTPPROXYTUNNEL.3
23
.TH CURLOPT_HTTPPROXYTUNNEL 3 "May 15, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Set the \fBtunnel\fP parameter to 1L to make
libcurl
tunnel all operations
45
libcurl
convert non-HTTP requests to HTTP when using an HTTP proxy without
47
HTTP proxy will make
libcurl
send an FTP URL in a HTTP GET request to the
CURLOPT_PATH_AS_IS.3
23
.TH CURLOPT_PATH_AS_IS 3 "February 14, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Set the long \fIleaveit\fP to 1, to explicitly tell
libcurl
to not alter the
35
This instructs
libcurl
to NOT squash sequences of "/../" or "/./" that may
43
By default
libcurl
will merge such sequences before using the path.
CURLOPT_PROTOCOLS.3
23
.TH CURLOPT_PROTOCOLS 3 "February 03, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
33
limits what protocols
libcurl
may use in the transfer. This allows you to have
34
a
libcurl
built to support a wide range of protocols but still limit specific
35
transfers to only be allowed to use a subset of them. By default
libcurl
will
/external/curl/lib/
libcurl.rc
48
VALUE "FileDescription", "
libcurl
Shared Library\0"
50
VALUE "InternalName", "
libcurl
\0"
51
VALUE "OriginalFilename", "
libcurl
.dll\0"
/external/curl/tests/data/
test18
55
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
60
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
65
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
/external/curl/tests/server/
CMakeLists.txt
22
# Test servers simply are standalone programs that do not use
libcurl
24
# some source code files from the
libcurl
subdirectory are also used
27
# with CURL_STATICLIB defined, independently of how
libcurl
is built.
/external/curl/docs/
VERSIONS
4
Curl is not only curl. Curl is also
libcurl
. They're actually individually
35
All original curl source release archives are named according to the
libcurl
39
As a service to any application that might want to support new
libcurl
41
have the
libcurl
version stored in the curl/curlver.h file using a static
/external/curl/docs/cmdline-opts/
pubkey.d
13
this public key extraction requires
libcurl
to be linked against a copy of
/external/curl/docs/libcurl/
curl_easy_init.3
22
.TH curl_easy_init 3 "February 03, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
25
curl_easy_init - Start a
libcurl
easy session
curl_easy_pause.3
22
.TH curl_easy_pause 3 "May 01, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
76
This function was added in
libcurl
7.18.0. Before this version, there was no
79
Before
libcurl
7.32.0, when a specific handle was unpaused with this function,
86
Starting in
libcurl
7.32.0, unpausing a transfer will schedule a timeout
92
the read data is already in
libcurl
's internal buffers so it'll have to keep
97
automatically on download,
libcurl
will continue to uncompress the entire
102
you allow
libcurl
to uncompress data automatically.
curl_getenv.3
22
.TH curl_getenv 3 "February 03, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
34
systems
libcurl
builds on (including win32).
36
This function will be removed from the public
libcurl
API in a near future. It
curl_multi_socket.3
22
.TH curl_multi_socket 3 "December 15, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
66
Force
libcurl
to (re-)check all its internal sockets and transfers instead of
113
CURLMcode type, general
libcurl
multi interface error code.
117
more actions on
libcurl
's sockets. You don't have to do it immediately, but
118
the return code means that
libcurl
may have more data available to return or
138
5. Provide some means to manage the sockets
libcurl
is using, so you can check
142
6. Wait for activity on any of
libcurl
's sockets, use the timeout value your
151
This function was added in
libcurl
7.15.4, and is deemed stable since
Completed in 1333 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>