OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libcurl
(Results
76 - 100
of
1112
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/docs/libcurl/opts/
CURLOPT_DEBUGDATA.3
23
.TH CURLOPT_DEBUGDATA 3 "February 03, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
34
not used by
libcurl
, it is only passed to the callback.
40
https://curl.haxx.se/
libcurl
/c/debug.html
CURLOPT_PROGRESSDATA.3
23
.TH CURLOPT_PROGRESSDATA 3 "February 03, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Pass a \fIpointer\fP that will be untouched by
libcurl
and passed as the first
39
https://curl.haxx.se/
libcurl
/c/progressfunc.html
CURLOPT_XFERINFODATA.3
23
.TH CURLOPT_XFERINFODATA 3 "October 09, 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
41
https://curl.haxx.se/
libcurl
/c/progressfunc.html
CURLOPT_CLOSESOCKETFUNCTION.3
23
.TH CURLOPT_CLOSESOCKETFUNCTION 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
37
This callback function gets called by
libcurl
instead of the \fIclose(3)\fP or
44
\fICURLOPT_CLOSESOCKETDATA(3)\fP. \fIitem\fP is the socket
libcurl
wants to be
47
By default
libcurl
uses the standard socket close function.
54
printf("
libcurl
wants to close %d now\n", (int)item);
CURLOPT_DNS_CACHE_TIMEOUT.3
23
.TH CURLOPT_DNS_CACHE_TIMEOUT 3 "December 09, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
35
libcurl
caches this info for 60 seconds.
39
\fIres_init(3)\fP). This may cause
libcurl
to keep using the older server even
41
to the casual
libcurl
-app user.
43
Note that DNS entries have a "TTL" property but
libcurl
doesn't use that. This
CURLOPT_FTP_CREATE_MISSING_DIRS.3
23
.TH CURLOPT_FTP_CREATE_MISSING_DIRS 3 "May 05, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
40
Pass a long telling
libcurl
to \fIcreate\fP the dir. If the value is
41
\fICURLFTP_CREATE_DIR\fP (1),
libcurl
will attempt to create any remote
47
For SFTP requests,
libcurl
will attempt to create the remote directory if it
52
Setting \fIcreate\fP to \fICURLFTP_CREATE_DIR_RETRY\fP (2), tells
libcurl
to
CURLOPT_OPENSOCKETDATA.3
23
.TH CURLOPT_OPENSOCKETDATA 3 "May 15, 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
40
/* make
libcurl
use the already established socket 'sockfd' */
56
/* This return code was added in
libcurl
7.21.5 */
62
/*
libcurl
will internally think that you connect to the host
CURLOPT_POSTREDIR.3
23
.TH CURLOPT_POSTREDIR 3 "February 03, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
34
Pass a bitmask to control how
libcurl
acts on redirects after POSTs that get a
39
libcurl
maintain the request method after a 302 redirect whilst setting bit 2
40
(value \fBCURL_REDIR_POST_303\fP) makes
libcurl
maintain the request method
61
/* example.com is redirected, so we tell
libcurl
to send POST on 301, 302 and
CURLOPT_PROXY_SSL_OPTIONS.3
23
.TH CURLOPT_PROXY_SSL_OPTIONS 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Pass a long with a bitmask to tell
libcurl
about specific SSL behaviors.
34
\fICURLSSLOPT_ALLOW_BEAST\fP tells
libcurl
to not attempt to use any
36
option isn't used or this bit is set to 0, the SSL layer
libcurl
uses may use
42
\fICURLSSLOPT_NO_REVOKE\fP tells
libcurl
to disable certificate revocation
CURLOPT_SSL_OPTIONS.3
23
.TH CURLOPT_SSL_OPTIONS 3 "May 31, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
32
Pass a long with a bitmask to tell
libcurl
about specific SSL behaviors.
34
\fICURLSSLOPT_ALLOW_BEAST\fP tells
libcurl
to not attempt to use any
36
option isn't used or this bit is set to 0, the SSL layer
libcurl
uses may use a
44
\fICURLSSLOPT_NO_REVOKE\fP tells
libcurl
to disable certificate revocation
CURLOPT_WRITEDATA.3
23
.TH CURLOPT_WRITEDATA 3 "February 03, 2016" "
libcurl
7.58.0" "curl_easy_setopt options"
35
\fIpointer\fP a 'FILE *' (cast to 'void *') as
libcurl
will pass this to
41
If you're using
libcurl
as a win32 DLL, you \fBMUST\fP use the
53
https://curl.haxx.se/
libcurl
/c/getinmemory.html
55
Available in all
libcurl
versions. This option was formerly known as
/external/curl/include/
README
7
Include files for
libcurl
, external users.
17
NOTE FOR
LIBCURL
HACKERS
24
present. While
libcurl
requires an ANSI C compiler to build, some of the
/external/curl/lib/
curl_memory.h
30
* or free, and given source file is used to build
libcurl
library.
35
* There is nearly no exception to above rule. All
libcurl
source
38
*
libcurl
library shall follow it.
44
* The need for curl_memory.h inclusion is due to
libcurl
's feature
48
* Any *.c source file used to build
libcurl
library that does not
55
* third party programs that don't even use
libcurl
at all. When using
58
* attempt of calling
libcurl
's memory callbacks is done from code
61
* Notice that
libcurl
's 'memory tracking' system works chaining into
64
* disengages usage of
libcurl
's 'memory tracking' system, defining
68
* done in order to allow building a 'memory tracking' enabled
libcurl
[
all
...]
curl_gethostname.c
31
* of NTLM authentication, which exercises
libcurl
's MD4 and DES code
34
* For
libcurl
debug enabled builds host name overriding takes place
41
* For
libcurl
shared library release builds the test suite preloads
48
* For
libcurl
static library release builds no overriding takes place.
80
libhostname library when
libcurl
is built as a non-debug shared
/external/curl/packages/Symbian/
readme.txt
3
This is a basic port of curl and
libcurl
to Symbian OS. The port is
6
port would involve writing a Symbian C++ binding, or wrapping
libcurl
12
tricky, since
libcurl
isn't designed with Symbian's native asynchronous
13
message passing idioms in mind. However, it may be possible to use
libcurl
14
in an active object-based application through
libcurl
's multi interface.
18
libcurl
is built as a standard Symbian ordinal-linked DLL, and curl is
55
libcurl
notes
57
libcurl
uses writable static data, so the EPOCALLOWDLLDATA option is
62
calling certain other
libcurl
functions) before any
libcurl
function
[
all
...]
/external/curl/tests/data/
test570
15
Server: RTSPD/
libcurl
-test
23
Server: RTSPD/
libcurl
-test
30
Server: RTSPD/
libcurl
-test
test1400
6
--
libcurl
28
--
libcurl
for simple HTTP GET
34
http://%HOSTIP:%HTTPPORT/we/want/1400 --
libcurl
log/test1400.c
45
User-Agent: curl/7.18.2 (i686-pc-linux-gnu)
libcurl
/7.18.2 OpenSSL/0.9.7a ipv6 zlib/1.1.4
61
* https://curl.haxx.se/
libcurl
/c/curl_easy_setopt.html
test1403
6
--
libcurl
29
--
libcurl
for GET with query
35
http://%HOSTIP:%HTTPPORT/we/want/1403 --
libcurl
log/test1403.c -G -d "foo=bar" -d "baz=quux"
46
User-Agent: curl/7.18.2 (i686-pc-linux-gnu)
libcurl
/7.18.2 OpenSSL/0.9.7a ipv6 zlib/1.1.4
63
* https://curl.haxx.se/
libcurl
/c/curl_easy_setopt.html
/external/libmicrohttpd/
MHD_config.h
213
/* Defined if
libcurl
supports AsynchDNS */
216
/* Defined if
libcurl
supports IDN */
219
/* Defined if
libcurl
supports IPv6 */
222
/* Defined if
libcurl
supports KRB4 */
225
/* Defined if
libcurl
supports libz */
228
/* Defined if
libcurl
supports NTLM */
231
/* Defined if
libcurl
supports SSL */
234
/* Defined if
libcurl
supports SSPI */
237
/* Defined if
libcurl
supports DICT */
240
/* Defined if
libcurl
supports FILE *
[
all
...]
MHD_config.h.in
212
/* Defined if
libcurl
supports AsynchDNS */
215
/* Defined if
libcurl
supports IDN */
218
/* Defined if
libcurl
supports IPv6 */
221
/* Defined if
libcurl
supports KRB4 */
224
/* Defined if
libcurl
supports libz */
227
/* Defined if
libcurl
supports NTLM */
230
/* Defined if
libcurl
supports SSL */
233
/* Defined if
libcurl
supports SSPI */
236
/* Defined if
libcurl
supports DICT */
239
/* Defined if
libcurl
supports FILE *
[
all
...]
/external/curl/docs/cmdline-opts/
version.d
5
Displays information about curl and the
libcurl
version it uses.
7
The first line includes the full version of curl,
libcurl
and other 3rd party
10
The second line (starts with "Protocols:") shows all protocols that
libcurl
13
The third line (starts with "Features:") shows specific features
libcurl
28
This curl uses a
libcurl
built with Debug. This enables more error-tracking
/external/curl/docs/libcurl/
curl_formget.3
22
.TH curl_formget 3 "September 02, 2017" "
libcurl
7.58.0" "
libcurl
Manual"
47
request as only then will
libcurl
get the actual read callback to use!
69
This function was added in
libcurl
7.15.5. The form API is deprecated in
70
libcurl
7.56.0.
curl_multi_wait.3
22
.TH curl_multi_wait 3 "March 09, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
49
number can include both
libcurl
internal descriptors as well as descriptors
52
If no extra file descriptors are provided and
libcurl
has no file descriptor
118
CURLMcode type, general
libcurl
multi interface error code. See
121
This function was added in
libcurl
7.28.0.
libcurl-easy.3
22
.TH
libcurl
3 "February 03, 2016" "
libcurl
7.58.0" "
libcurl
easy interface"
25
libcurl
-easy \- easy interface overview
27
When using
libcurl
's "easy" interface you init your session and get a handle
39
that will help you see what
libcurl
is doing under the hood, very useful when
48
When all is setup, you tell
libcurl
to perform the transfer using
59
.BR
libcurl
-errors "(3), "
libcurl
-multi "(3), "
libcurl
"(3)
[
all
...]
/external/curl/src/
tool_libinfo.c
34
/* global variable definitions, for
libcurl
run-time info */
40
* libcurl_info_init: retrieves run-time information about
libcurl
,
41
* setting a global pointer 'curlinfo' to
libcurl
's run-time info
82
/* Pointer to
libcurl
's run-time version information */
87
/* Build CURLPROTO_* bit pattern with
libcurl
's built-in protocols */
Completed in 681 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>