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
1112
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/docs/libcurl/
mksymbolsmanpage.pl
52
.TH
libcurl
-symbols 3 "$date" "
libcurl
$version" "
libcurl
symbols"
54
libcurl
-symbols \\-
libcurl
symbol version information
55
.SH "
libcurl
symbols"
57
libcurl
header files. This lists the first version in which the symbol was
libcurl-multi.3
23
.TH
libcurl
-multi 3 "June 07, 2017" "
libcurl
7.58.0" "
libcurl
multi interface"
26
libcurl
-multi \- how to use the multi interface
28
This is an overview on how to use the
libcurl
multi interface in your C
31
tutorial to programming with
libcurl
and the \fIlibcurl-easy(3)\fP man page
32
for an overview of the
libcurl
easy interface.
39
1. Enable a "pull" interface. The application that uses
libcurl
decides where
40
and when to ask
libcurl
to get/send data.
80
\fIcurl_multi_perform(3)\fP.
libcurl
will then transfer data if there i
[
all
...]
libcurl-tutorial.3
23
.TH
libcurl
-tutorial 3 "October 23, 2017" "
libcurl
7.58.0" "
libcurl
programming"
26
libcurl
-tutorial \-
libcurl
programming tutorial
29
approaches to consider when programming with
libcurl
. The text will focus
34
that uses
libcurl
. That would probably be you or someone in your position.
36
source code that you write that is using
libcurl
for transfers. The program
37
is outside
libcurl
and
libcurl
is outside of the program
[
all
...]
libcurl-errors.3
23
.TH
libcurl
-errors 3 "August 22, 2016" "
libcurl
7.58.0" "
libcurl
errors"
26
libcurl
-errors \- error codes in
libcurl
28
This man page includes most, if not all, available error codes in
libcurl
.
42
The URL you passed to
libcurl
used a protocol that this
libcurl
does not
44
can be a misspelled protocol string or just a protocol
libcurl
has no code
53
A requested feature, protocol or option was not found built-in in this
libcurl
[
all
...]
curl_multi_timeout.3
22
.TH curl_multi_timeout 3 "May 02, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
32
An application using the
libcurl
multi interface should call
50
Note: if
libcurl
returns a -1 timeout here, it just means that
libcurl
76
This function was added in
libcurl
7.15.4.
libcurl-share.3
22
.TH
libcurl
-share 3 "November 27, 2017" "
libcurl
7.58.0" "
libcurl
share interface"
25
libcurl
-share \- how to use the share interface
27
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) "
CMakeLists.txt
7
if(_file STREQUAL "
libcurl
-symbols.3")
37
add_custom_command(OUTPUT
libcurl
-symbols.3
41
"${CMAKE_CURRENT_SOURCE_DIR}/symbols-in-versions" >
libcurl
-symbols.3
curl_multi_cleanup.3
22
.TH curl_multi_cleanup 3 "February 03, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
45
CURLMcode type, general
libcurl
multi interface error code. On success,
curl_multi_remove_handle.3
22
.TH curl_multi_remove_handle 3 "February 03, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
42
CURLMcode type, general
libcurl
multi interface error code.
curl_share_cleanup.3
22
.TH curl_share_cleanup 3 "February 03, 2016" "
libcurl
7.58.0" "
libcurl
Manual"
/external/curl/docs/libcurl/opts/
CURLOPT_OPENSOCKETFUNCTION.3
23
.TH CURLOPT_OPENSOCKETFUNCTION 3 "May 15, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
54
This callback function gets called by
libcurl
instead of the \fIsocket(2)\fP
58
when doing active FTP. Future versions of
libcurl
may support more
70
function will signal an unrecoverable error to
libcurl
and it will return
86
/* make
libcurl
use the already established socket 'sockfd' */
102
/* This return code was added in
libcurl
7.21.5 */
108
/*
libcurl
will internally think that you connect to the host
CURLOPT_POSTFIELDS.3
23
.TH CURLOPT_POSTFIELDS 3 "July 07, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
34
server to receive it.
libcurl
will not convert or encode it for you in any
39
This behaviour can be changed (so
libcurl
does copy the data) by setting the
42
This POST is a normal application/x-www-form-urlencoded kind (and
libcurl
will
51
If \fICURLOPT_POSTFIELDS(3)\fP is explicitly set to NULL then
libcurl
will get
57
and
libcurl
will add that header automatically if the POST is either known to
78
/* pass in a pointer to the data -
libcurl
will not copy */
CURLMOPT_PIPELINING.3
23
.TH CURLMOPT_PIPELINING 3 "May 27, 2017" "
libcurl
7.58.0" "curl_multi_setopt options"
32
Pass in the \fBbitmask\fP parameter to instruct
libcurl
to enable HTTP
35
When enabled,
libcurl
will attempt to use those protocol features when doing
47
adjust to alter how
libcurl
spreads out requests on different connections or
59
If this bit is set,
libcurl
will try to pipeline HTTP/1.1 requests on
62
If this bit is set,
libcurl
will try to multiplex the new transfer over an
CURLOPT_NETRC.3
23
.TH CURLOPT_NETRC 3 "August 02, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
32
This parameter controls the preference \fIlevel\fP of
libcurl
between using
35
libcurl
will use the file as \fI%HOME%/_netrc\fP, but you can also tell
36
libcurl
a different file name to use with \fICURLOPT_NETRC_FILE(3)\fP.
38
libcurl
uses a user name (and supplied or prompted password) supplied with
45
libcurl
does not verify that the file has the correct properties set (as the
CURLOPT_SEEKFUNCTION.3
23
.TH CURLOPT_SEEKFUNCTION 3 "August 12, 2017" "
libcurl
7.58.0" "curl_easy_setopt options"
34
#define CURL_SEEKFUNC_CANTSEEK 2 /* tell
libcurl
seeking can't be done, so
35
libcurl
might try other means instead */
44
This function gets called by
libcurl
to seek to a certain position in the
52
SEEK_SET, SEEK_CUR or SEEK_END as argument for \fIorigin\fP, although
libcurl
59
\fICURL_SEEKFUNC_CANTSEEK\fP to indicate that while the seek failed,
libcurl
CURLMOPT_MAX_TOTAL_CONNECTIONS.3
23
.TH CURLMOPT_MAX_TOTAL_CONNECTIONS 3 "May 27, 2017" "
libcurl
7.58.0" "curl_multi_setopt options"
34
handle. For each new session,
libcurl
will open a new connection up to the
37
connections. If \fICURLMOPT_PIPELINING(3)\fP is enabled,
libcurl
will try to
/external/curl/packages/Linux/RPM/
curl-ssl.spec.in
32
Summary: The includes, libs, and man pages to develop with
libcurl
38
libcurl
is the core engine of curl; this packages contains all the libs,
39
headers, and manual pages to develop applications using
libcurl
.
70
%{_libdir}/
libcurl
.so*
83
%{_libdir}/
libcurl
.a
84
%{_libdir}/
libcurl
.la
85
%doc docs/BINDINGS docs/INTERNALS docs/examples/* docs/
libcurl
-the-guide
/external/curl/docs/
HTTP2.md
16
libcurl
uses this 3rd party library for the low level protocol handling
26
If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`,
libcurl
will
30
Possibly we can later introduce an option that will cause
libcurl
to fail if
31
not possible to upgrade. Possibly we introduce an option that makes
libcurl
37
If `CURLOPT_HTTP_VERSION` is set to `CURL_HTTP_VERSION_2_0`,
libcurl
will use
39
an option that will cause
libcurl
to fail if not possible to use HTTP/2.
41
`CURL_HTTP_VERSION_2TLS` was added in 7.47.0 as a way to ask
libcurl
to prefer
70
Starting in 7.43.0,
libcurl
fully supports HTTP/2 multiplexing, which is the
75
`CURLMOPT_PIPELINING` to `CURLPIPE_MULTIPLEX`. With that bit set,
libcurl
will
79
While
libcurl
sets up a connection to a HTTP server there is a period durin
[
all
...]
/external/curl/packages/vms/
gnv_link_curl.com
5
$! File to build images using gnv$
libcurl
.exe
201
" HP OpenSSL version of ""''hp_ssl_version'"" is too old for shared
libcurl
!"
237
"GNV OpenSSL version of ""''gnv_ssl_version'" is too old for shared
libcurl
!"
294
libcurl
to use these shared images instead of the system ones.
353
$ libfile = "[.lib.^.libs]
libcurl
.a"
359
"Can not build shared image,
libcurl
object library not found!"
364
$gnv_libcurl_share = "''default_dir'gnv$
libcurl
.exe"
372
$ link/dsf='default_dir'gnv$
libcurl
.dsf/share='gnv_libcurl_share' -
373
/map='default_dir'gnv$
libcurl
.map -
380
$ link/share='gnv_libcurl_share'/map='default_dir'gnv$
libcurl
.map
[
all
...]
/external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request.h
34
class
LibCurl
; //
libcurl
interface as a class, for dependency injection.
36
/// \brief A basic HTTP client based on the
libcurl
library.
38
/// The usage pattern for the class reflects the one of the
libcurl
library:
55
explicit CurlHttpRequest(
LibCurl
*
libcurl
)
56
: CurlHttpRequest(
libcurl
, Env::Default()) {}
57
CurlHttpRequest(
LibCurl
*
libcurl
, Env* env);
147
/// A write callback in the form which can be accepted by
libcurl
[
all
...]
/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/packages/Win32/
README
13
compiled binaries of
libcurl
and the appropriate Makefiles/project definition
23
It is implicitly 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
/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
Completed in 644 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>