OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libcurl
(Results
101 - 125
of
853
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/packages/EPM/
curl.list.in
48
f 0644 cowo pppusers ${mandir}/man3/
libcurl
.3 ./docs/
libcurl
.3
49
f 0755 cowo pppusers ${libdir}/
libcurl
.so.2.0.2 ./lib/.libs/
libcurl
.so.2.0.2
50
f 0755 cowo pppusers ${libdir}/
libcurl
.la ./lib/
libcurl
.la
51
f 0755 cowo pppusers ${libdir}/
libcurl
.la ./lib/.libs/
libcurl
.la
52
f 0644 cowo pppusers ${libdir}/
libcurl
.a ./lib/.libs/
libcurl
.
[
all
...]
/external/curl/docs/libcurl/
curl_multi_timeout.3
22
.TH curl_multi_timeout 3 "2 Jan 2006" "
libcurl
7.16.0" "
libcurl
Manual"
31
An application using the
libcurl
multi interface should call
49
Note: if
libcurl
returns a -1 timeout here, it just means that
libcurl
75
This function was added in
libcurl
7.15.4.
curl_share_setopt.3
22
.TH curl_share_setopt 3 "8 Aug 2003" "
libcurl
7.10.7" "
libcurl
Manual"
40
\fIdata\fP defines what data
libcurl
wants to lock, and you must make sure that
43
\fIaccess\fP defines what access type
libcurl
wants, shared or single.
52
\fIdata\fP defines what data
libcurl
wants to unlock, and you must make sure
libcurl-share.3
22
.TH
libcurl
-share 3 "8 Aug 2003" "
libcurl
7.10.7" "
libcurl
share interface"
24
libcurl
-share \- how to use the share interface
26
This is an overview on how to use the
libcurl
share interface in your C
48
Since you can use this share from multiple threads, and
libcurl
has no
66
.BR
libcurl
-errors "(3), "
libcurl
-easy "(3), "
libcurl
-multi "(3) "
curl_easy_duphandle.3
22
.TH curl_easy_duphandle 3 "19 Sep 2014" "
libcurl
" "
libcurl
Manual"
24
curl_easy_duphandle - Clone a
libcurl
session handle
curl_multi_cleanup.3
22
.TH curl_multi_cleanup 3 "1 March 2002" "
libcurl
7.9.5" "
libcurl
Manual"
44
CURLMcode type, general
libcurl
multi interface error code. On success,
curl_multi_remove_handle.3
22
.TH curl_multi_remove_handle 3 "6 March 2002" "
libcurl
7.9.5" "
libcurl
Manual"
41
CURLMcode type, general
libcurl
multi interface error code.
curl_share_cleanup.3
22
.TH curl_share_cleanup 3 "8 Aug 2003" "
libcurl
7.10.7" "
libcurl
Manual"
/external/curl/docs/libcurl/opts/
CURLOPT_POSTFIELDS.3
23
.TH CURLOPT_POSTFIELDS 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
33
server to receive it.
libcurl
will not convert or encode it for you in any
38
This behaviour can be changed (so
libcurl
does copy the data) by setting the
41
This POST is a normal application/x-www-form-urlencoded kind (and
libcurl
will
53
sending of the specified string.
libcurl
will instead assume that you'll send
76
/* pass in a pointer to the data -
libcurl
will not copy */
CURLOPT_SEEKFUNCTION.3
23
.TH CURLOPT_SEEKFUNCTION 3 "16 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
33
#define CURL_SEEKFUNC_CANTSEEK 2 /* tell
libcurl
seeking can't be done, so
34
libcurl
might try other means instead */
43
This function gets called by
libcurl
to seek to a certain position in the
51
SEEK_SET, SEEK_CUR or SEEK_END as argument for \fIorigin\fP, although
libcurl
58
\fICURL_SEEKFUNC_CANTSEEK\fP to indicate that while the seek failed,
libcurl
CURLMOPT_MAX_TOTAL_CONNECTIONS.3
23
.TH CURLMOPT_MAX_TOTAL_CONNECTIONS 3 "4 Nov 2014" "
libcurl
7.39.0" "curl_multi_setopt options"
33
handle. For each new session,
libcurl
will open a new connection up to the
36
connections. If \fICURLMOPT_PIPELINING(3)\fP is enabled,
libcurl
will try to
CURLOPT_CERTINFO.3
23
.TH CURLOPT_CERTINFO 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
31
Pass a long set to 1 to enable
libcurl
's certificate chain info gatherer. With
32
this enabled,
libcurl
will extract lots of information and data about the
CURLOPT_COOKIESESSION.3
23
.TH CURLOPT_COOKIESESSION 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
libcurl
to ignore all cookies it is about to load that are "session cookies"
33
from the previous session. By default,
libcurl
always stores and loads all
CURLOPT_FTPSSLAUTH.3
23
.TH CURLOPT_FTPSSLAUTH 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
31
Pass a long using one of the values from below, to alter how
libcurl
issues
37
Allow
libcurl
to decide.
CURLOPT_FTP_RESPONSE_TIMEOUT.3
23
.TH CURLOPT_FTP_RESPONSE_TIMEOUT 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
31
Pass a long. Causes
libcurl
to set a \fItimeout\fP period (in seconds) on the
33
message for a command before the session is considered dead. While
libcurl
is
CURLOPT_HTTP_CONTENT_DECODING.3
23
.TH CURLOPT_HTTP_CONTENT_DECODING 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
33
Pass a long to tell
libcurl
how to act on content decoding. If set to zero,
34
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 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
33
Pass a long to tell
libcurl
how to act on transfer decoding. If set to zero,
35
(default).
libcurl
does chunked transfer decoding by default unless this
CURLOPT_LOCALPORTRANGE.3
23
.TH CURLOPT_LOCALPORTRANGE 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
Pass a long. The \fIrange\fP argument is the number of attempts
libcurl
will
35
this option to 1 or below will make
libcurl
do only one try for the exact port
CURLOPT_NETRC_FILE.3
23
.TH CURLOPT_NETRC_FILE 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
the full path name to the \fIfile\fP you want
libcurl
to use as .netrc
33
file. If this option is omitted, and \fICURLOPT_NETRC(3)\fP is set,
libcurl
CURLOPT_NOBODY.3
23
.TH CURLOPT_NOBODY 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
31
A long parameter set to 1 tells
libcurl
to not include the body-part in the
33
libcurl
do a HEAD request. For most other protocols it means just not asking
CURLOPT_PROXYAUTH.3
23
.TH CURLOPT_PROXYAUTH 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
31
Pass a long as parameter, which is set to a bitmask, to tell
libcurl
which
33
authentication. If more than one bit is set,
libcurl
will first query the
CURLOPT_RTSP_SESSION_ID.3
23
.TH CURLOPT_RTSP_SESSION_ID 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
33
set to any non-NULL value,
libcurl
will return \fICURLE_RTSP_SESSION_ERROR\fP
35
libcurl
will automatically set the ID the first time the server sets it in a
/external/curl/packages/Win32/
README
13
compiled binaries of
libcurl
and the appropriate Makefiles/project definition
23
It is implicitely assumed that all of the binary files (curl.exe,
libcurl
.a,
39
libcurl
.a
libcurl
.dll libcurldll.a MPL-1.0.txt README
51
copy lib\
libcurl
.a . copy lib\
libcurl
.a .
/external/curl/tests/data/
test25
81
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
86
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
91
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
96
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
101
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
106
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
/external/curl/
README
14
libcurl
is the library curl is using to do its job. It is readily
15
available to be used by your software. Read the
libcurl
.3 man page to
21
curl binaries or other binaries that involve
libcurl
, you might enjoy the
Completed in 121 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>