OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libcurl
(Results
26 - 50
of
853
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/docs/libcurl/
curl_global_cleanup.3
22
.TH curl_global_cleanup 3 "17 Feb 2006" "
libcurl
7.8" "
libcurl
Manual"
24
curl_global_cleanup - global
libcurl
cleanup
34
\fIcurl_global_init(3)\fP, after you are done using
libcurl
.
38
This doesn't just mean no other thread that is using
libcurl
. Because
48
.BR
libcurl
"(3), "
curl_multi_fdset.3
22
.TH curl_multi_fdset 3 "2 Jan 2006" "
libcurl
7.16.0" "
libcurl
Manual"
37
libcurl
returns its fd_set sets. The application can use these to select() on,
55
If no file descriptors are set by
libcurl
, \fImax_fd\fP will contain -1 when
57
libcurl
set. When
libcurl
returns -1 in \fImax_fd\fP, it is because
libcurl
70
If one of the sockets used by
libcurl
happens to be larger than what can be
72
larger than FD_SETSIZE, then
libcurl
will try to not set it. Setting a too
78
CURLMcode type, general
libcurl
multi interface error code. Se
[
all
...]
curl_version.3
22
.TH curl_version 3 "5 March 2001" "
libcurl
7.0" "
libcurl
Manual"
24
curl_version - returns the
libcurl
version string
31
Returns a human readable string with the version number of
libcurl
and some of
curl_easy_cleanup.3
23
.TH curl_easy_cleanup 3 "22 aug 2007" "
libcurl
7.17.0" "
libcurl
Manual"
25
curl_easy_cleanup - End a
libcurl
easy handle
38
re-using handles is a key to good performance with
libcurl
.
42
\fIcurl_easy_setopt(3)\fP). Like if
libcurl
decides to shut down the
50
For
libcurl
versions before 7.17,: after you've called this function, you can
51
safely remove all the strings you've previously told
libcurl
to use, as it
curl_multi_assign.3
22
.TH curl_multi_assign 3 "9 Jul 2006" "
libcurl
7.16.0" "
libcurl
Manual"
38
If the given \fIsockfd\fP isn't already in use by
libcurl
, this function will
41
libcurl
only keeps one single pointer associated with a socket, so calling
47
then
libcurl
can just as well do it since it already has an internal hash
56
When our socket-callback gets called by
libcurl
and we get to know about yet
61
This function was added in
libcurl
7.15.5.
curl_multi_setopt.3
22
.TH curl_multi_setopt 3 "4 Nov 2014" "
libcurl
7.39.0" "
libcurl
Manual"
30
\fIcurl_multi_setopt(3)\fP is used to tell a
libcurl
multi handle how to
32
can change
libcurl
's behaviour when using that multi handle. All options are
36
expects. Read this manual carefully as bad input values may cause
libcurl
to
68
CURLM_UNKNOWN_OPTION if you try setting an option that this version of
libcurl
71
This function was added in
libcurl
7.15.4.
curl_global_init.3
22
.TH curl_global_init 3 "11 May 2004" "
libcurl
7.12" "
libcurl
Manual"
24
curl_global_init - Global
libcurl
initialisation
31
This function sets up the program environment that
libcurl
needs. Think of it
36
function in
libcurl
. The environment it sets up is constant for the life of
40
The flags option is a bit pattern that tells
libcurl
exactly what features to
44
libcurl
.
48
This doesn't just mean no other thread that is using
libcurl
. Because
86
.BR
libcurl
"(3) "
/external/curl/docs/libcurl/opts/
CURLOPT_FTP_SKIP_PASV_IP.3
23
.TH CURLOPT_FTP_SKIP_PASV_IP 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
31
Pass a long. If \fIskip\fP is set to 1, it instructs
libcurl
to not use the IP
32
address the server suggests in its 227-response to
libcurl
's PASV command when
33
libcurl
connects the data connection. Instead
libcurl
will re-use the same IP
37
This option thus allows
libcurl
to work around broken server installations
CURLOPT_PIPEWAIT.3
23
.TH CURLOPT_PIPEWAIT 3 "12 May 2015" "
libcurl
7.43.0" "curl_easy_setopt options"
31
Set \fIwait\fP to 1L to tell
libcurl
to prefer to wait for a connection to
35
libcurl
will check for existing connections to re-use and pipeline on. If no
40
the multi handle this transfer is associated with -
libcurl
will instead wait
42
it continues. This enables
libcurl
to much better keep the number of
45
The effect thus becomes that with this option set,
libcurl
prefers to wait and
50
libcurl
to get the necessary response back that informs it about its protocol
CURLOPT_PROGRESSFUNCTION.3
23
.TH CURLOPT_PROGRESSFUNCTION 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
43
This function gets called by
libcurl
instead of its internal equivalent with a
49
used by
libcurl
but is only passed along from the application to the callback.
51
The callback gets told how much data
libcurl
will transfer and has
53
libcurl
expects to download in this transfer. \fIdlnow\fP is the number of
54
bytes downloaded so far. \fIultotal\fP is the total number of bytes
libcurl
63
Returning a non-zero value from this callback will cause
libcurl
to abort the
67
called during periods of idleness unless you call the appropriate
libcurl
73
By default,
libcurl
has an internal progress meter. That's rarely wanted by
78
http://curl.haxx.se/
libcurl
/c/progressfunc.htm
[
all
...]
CURLOPT_XFERINFOFUNCTION.3
23
.TH CURLOPT_XFERINFOFUNCTION 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
40
This function gets called by
libcurl
instead of its internal equivalent with a
46
used by
libcurl
but is only passed along from the application to the callback.
48
The callback gets told how much data
libcurl
will transfer and has
50
libcurl
expects to download in this transfer. \fIdlnow\fP is the number of
51
bytes downloaded so far. \fIultotal\fP is the total number of bytes
libcurl
60
Returning a non-zero value from this callback will cause
libcurl
to abort the
64
called during periods of idleness unless you call the appropriate
libcurl
70
By default,
libcurl
has an internal progress meter. That's rarely wanted by
75
http://curl.haxx.se/
libcurl
/c/progressfunc.htm
[
all
...]
CURLOPT_HTTP_VERSION.3
23
.TH CURLOPT_HTTP_VERSION 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
force
libcurl
to use the specific HTTP versions. This is not sensible to do
34
libcurl
's HTTP/2 support.
37
We don't care about what version the library uses.
libcurl
will use whatever
44
Attempt HTTP 2 requests.
libcurl
will fall back to HTTP 1.x if HTTP 2 can't be
CURLOPT_HTTPAUTH.3
23
.TH CURLOPT_HTTPAUTH 3 "2 Aug 2014" "
libcurl
7.38.0" "curl_easy_setopt options"
32
Pass a long as parameter, which is set to a bitmask, to tell
libcurl
which
35
The available bits are listed below. If more than one bit is set,
libcurl
will
57
that
libcurl
will use a special "quirk" that IE is known to have used before
63
You need to build
libcurl
with a suitable GSS-API library or SSPI on Windows
70
You need to build
libcurl
with either OpenSSL, GnuTLS or NSS support for this
71
option to work, or build
libcurl
on Windows with SSPI support.
77
Note that
libcurl
will fork when necessary to run the winbind application and
84
versions of
libcurl
.
86
This is a convenience macro that sets all bits and thus makes
libcurl
pick an
[
all
...]
CURLMOPT_PIPELINING.3
23
.TH CURLMOPT_PIPELINING 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_multi_setopt options"
31
Set the \fBbits\fP parameter to 1 to make
libcurl
use HTTP pipelining for
38
interesting to tweak and adjust to alter how
libcurl
spreads out requests on
42
libcurl
is now offering symbol names for the bits:
46
If this bit is set,
libcurl
will try to pipeline HTTP/1.1 requests on
49
If this bit is set,
libcurl
will try to multiplex the new transfer over an
CURLOPT_FTP_FILEMETHOD.3
23
.TH CURLOPT_FTP_FILEMETHOD 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
33
Pass a long telling
libcurl
which \fImethod\fP to use to reach a file on a
41
libcurl
does a single CWD operation for each path part in the given URL. For
45
libcurl
does no CWD at all.
libcurl
will do SIZE, RETR, STOR etc and give a
48
libcurl
does one CWD with the full target directory and then operates on the
/external/curl/
Android.mk
1
# Google Android makefile for curl and
libcurl
24
# Build the
libcurl
static library
34
LOCAL_MODULE:=
libcurl
41
# Build the
libcurl
shared library
55
LOCAL_MODULE:=
libcurl
-host
69
LOCAL_MODULE:=
libcurl
84
LOCAL_STATIC_LIBRARIES :=
libcurl
90
# if
libcurl
is changed to be built as a dynamic library
/external/libmicrohttpd/src/testcurl/https/
Makefile.am
59
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
67
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
79
$(PTHREAD_LIBS) $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
87
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
99
$(PTHREAD_LIBS) $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
107
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
115
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
123
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
131
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
@
143
$(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @
LIBCURL
[
all
...]
/external/curl/docs/
DISTRO-DILEMMA
8
libcurl
7.16.1 is currently the latest version available. Things may of
24
libcurl
is MIT-style[4] licensed - how on earth did this dilemma fall onto
27
libcurl
is only a little library.
libcurl
can be built to use OpenSSL for its
30
If
libcurl
built to use OpenSSL is used by a GPL-licensed application and you
34
This dilemma is not
libcurl
-specific nor is it specific to any particular
37
issue yet since no other distro is shipping
libcurl
built with two SSL
57
Since May 2005
libcurl
can get built to use GnuTLS instead of OpenSSL. GnuTLS
59
OpenSSL does. Now, you can build and distribute an TLS/SSL capable
libcurl
62
I believe Debian is the first (only?) distro that provides
libcurl
/GnuTL
[
all
...]
BINDINGS
7
libcurl
bindings
15
The bindings listed below are not part of the curl/
libcurl
distribution
25
ScriptBasic bindings to
libcurl
. Writtten by Peter Verhas
29
libcurl
is a C library in itself!
30
http://curl.haxx.se/
libcurl
/
128
http://forge.novell.com/modules/xfmod/project/?
libcurl
-mono
132
libcurl
-net by Jeffrey Phillips
133
https://sourceforge.net/projects/
libcurl
-net/
137
node-
libcurl
by Jonathan Cardoso Machado
138
https://github.com/JCMais/node-
libcurl
[
all
...]
HISTORY
81
other software and programs to get based on and powered by
libcurl
. Almost
86
The PHP guys adopted
libcurl
already the same month, when the first ever third
87
party
libcurl
binding showed up. CURL has been a supported module in PHP since
94
from scratch again. The
libcurl
major SONAME number was set to 1.
103
libcurl
while it was released under MPL only. (Due to the fact that MPL is
107
also introduced
libcurl
's ability to do persistent connections. 24000 lines of
108
code. The
libcurl
major SONAME number was bumped to 2 due to this overhaul.
118
September,
libcurl
7.9 introduces cookie jar and curl_formadd(). During the
125
June, the curl web site gets 13000 visits weekly. curl and
libcurl
is
129
To estimate number of users of the curl tool or
libcurl
library is next t
[
all
...]
/external/curl/packages/Symbian/group/
curl.iby
11
#include <
libcurl
.iby>
/external/curl/tests/data/
test1132
17
Verify memory #include files in
libcurl
's C source files
test572
15
Server: RTSPD/
libcurl
-test
23
Server: RTSPD/
libcurl
-test
36
Server: RTSPD/
libcurl
-test
44
Server: RTSPD/
libcurl
-test
54
Server: RTSPD/
libcurl
-test
/external/curl/packages/Linux/RPM/
curl.spec.in
31
Summary: The includes, libs, and man pages to develop with
libcurl
35
libcurl
is the core engine of curl; this packages contains all the libs,
36
headers, and manual pages to develop applications using
libcurl
.
65
%{prefix}/lib/
libcurl
.so*
68
%doc docs/
LIBCURL
docs/MANUAL docs/README* docs/RESOURCES docs/TODO
75
%{prefix}/lib/
libcurl
.a
76
%{prefix}/lib/
libcurl
.la
/external/curl/docs/examples/
getinfo.c
30
/* http://curl.haxx.se/
libcurl
/c/curl_easy_init.html */
33
/* http://curl.haxx.se/
libcurl
/c/curl_easy_setopt.html#CURLOPTURL */
35
/* http://curl.haxx.se/
libcurl
/c/curl_easy_perform.html */
41
/* http://curl.haxx.se/
libcurl
/c/curl_easy_getinfo.html */
49
/* http://curl.haxx.se/
libcurl
/c/curl_easy_cleanup.html */
Completed in 514 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>