OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libcurl
(Results
201 - 225
of
853
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/projects/Windows/VC6/lib/
libcurl.tmpl
1
# Microsoft Developer Studio Project File - Name="
libcurl
" - Package Owner=<4>
8
CFG=
libcurl
- Win32 LIB Debug
12
!MESSAGE NMAKE /f "
libcurl
.mak".
17
!MESSAGE NMAKE /f "
libcurl
.mak" CFG="
libcurl
- Win32 LIB Debug"
21
!MESSAGE "
libcurl
- Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
22
!MESSAGE "
libcurl
- Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Dynamic-Link Library")
23
!MESSAGE "
libcurl
- Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Dynamic-Link Library")
24
!MESSAGE "
libcurl
- Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Dynamic-Link Library")
25
!MESSAGE "
libcurl
- Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Dynamic-Link Library"
[
all
...]
/external/curl/
Makefile.am
32
VC6_LIBTMPL = projects/Windows/VC6/lib/
libcurl
.tmpl
33
VC6_LIBDSP = projects/Windows/VC6/lib/
libcurl
.dsp.dist
39
VC7_LIBTMPL = projects/Windows/VC7/lib/
libcurl
.tmpl
40
VC7_LIBVCPROJ = projects/Windows/VC7/lib/
libcurl
.vcproj.dist
46
VC71_LIBTMPL = projects/Windows/VC7.1/lib/
libcurl
.tmpl
47
VC71_LIBVCPROJ = projects/Windows/VC7.1/lib/
libcurl
.vcproj.dist
53
VC8_LIBTMPL = projects/Windows/VC8/lib/
libcurl
.tmpl
54
VC8_LIBVCPROJ = projects/Windows/VC8/lib/
libcurl
.vcproj.dist
60
VC9_LIBTMPL = projects/Windows/VC9/lib/
libcurl
.tmpl
61
VC9_LIBVCPROJ = projects/Windows/VC9/lib/
libcurl
.vcproj.dis
[
all
...]
/external/curl/docs/
INTERNALS
40
- [Structs in
libcurl
](#structs)
69
We write curl and
libcurl
to compile with C89 compilers. On 32bit and up
70
machines. Most of
libcurl
assumes more or less POSIX compliance but that's
73
We write
libcurl
to build and work with lots of third party tools, and we
169
(See `
LIBCURL
-STRUCTS` for a separate document describing all major internal
173
function that
libcurl
offers to applications. All of those functions are
180
the socket layer on windows machines.
libcurl
itself has no "global" scope.
237
If this DO function fails and the connection is being re-used,
libcurl
will
276
it can be called to make sure that
libcurl
doesn't keep too many
385
The persistent connection support in
libcurl
requires some considerations o
[
all
...]
Makefile.am
32
SUBDIRS = examples
libcurl
48
cd
libcurl
; make html
51
cd
libcurl
; make pdf
/external/curl/docs/libcurl/
curl_formadd.3
22
.TH curl_formadd 3 "24 June 2002" "
libcurl
7.9.8" "
libcurl
Manual"
61
followed by a string which provides the \fIname\fP of this part.
libcurl
68
followed by a string which provides the \fIname\fP of this part.
libcurl
75
to send away.
libcurl
copies the provided data, so your application doesn't
82
to send away.
libcurl
will use the pointer and refer to the data in your
90
If you pass a 0 (zero) for this option,
libcurl
will instead do a strlen() on
112
string, it tells
libcurl
to use the given string as the \fIfilename\fP in the
116
tells
libcurl
that the file contents are already present in a buffer. The
128
Tells
libcurl
to use the \fICURLOPT_READFUNCTION(3)\fP callback to ge
[
all
...]
/external/curl/docs/libcurl/opts/
CURLMOPT_MAXCONNECTS.3
23
.TH CURLMOPT_MAXCONNECTS 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_multi_setopt options"
32
maximum amount of simultaneously open connections that
libcurl
may keep in its
33
connection cache after completed use. By default
libcurl
will enlarge the size
CURLMOPT_MAX_HOST_CONNECTIONS.3
23
.TH CURLMOPT_MAX_HOST_CONNECTIONS 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_multi_setopt options"
34
libcurl
will open a new connection up to the limit set by
37
\fICURLMOPT_PIPELINING(3)\fP is enabled,
libcurl
will try to pipeline if the
CURLOPT_CHUNK_BGN_FUNCTION.3
23
.TH CURLOPT_CHUNK_BGN_FUNCTION 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
39
This callback function gets called by
libcurl
before a part of the stream is
57
\fICURL_CHUNK_BGN_FUNC_FAIL\fP to tell
libcurl
to stop if some error occurred.
CURLOPT_COOKIEFILE.3
23
.TH CURLOPT_COOKIEFILE 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
36
It also enables the cookie engine, making
libcurl
parse and send cookies on
43
This option only \fBreads\fP cookies. To make
libcurl
write cookies to file,
CURLOPT_HEADEROPT.3
23
.TH CURLOPT_HEADEROPT 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
42
is sent to a proxy,
libcurl
will send both server headers and proxy
43
headers. When doing CONNECT,
libcurl
will send \fICURLOPT_PROXYHEADER(3)\fP
CURLOPT_HTTPPOST.3
23
.TH CURLOPT_HTTPPOST 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
33
Tells
libcurl
you want a multipart/formdata HTTP POST to be made and you
51
/* Fill in the file upload field. This makes
libcurl
load data from
CURLOPT_INFILESIZE.3
23
.TH CURLOPT_INFILESIZE 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
libcurl
what the expected size of the input file is. This value must be passed
44
This option does not limit how much data
libcurl
will actually send, as that
CURLOPT_INFILESIZE_LARGE.3
23
.TH CURLOPT_INFILESIZE_LARGE 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
34
libcurl
what the expected size of the input file is. This value must be passed
45
This option does not limit how much data
libcurl
will actually send, as that
CURLOPT_MAIL_AUTH.3
23
.TH CURLOPT_MAIL_AUTH 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
37
by the application program, using
libcurl
, if the application is itself a mail
44
empty string is used then a pair of brackets will be sent by
libcurl
as
CURLOPT_MAXCONNECTS.3
23
.TH CURLOPT_MAXCONNECTS 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
open persistent connections that
libcurl
may cache in the pool associated with
34
value unless you are perfectly aware of how this works and changes
libcurl
's
CURLOPT_REDIR_PROTOCOLS.3
23
.TH CURLOPT_REDIR_PROTOCOLS 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
limits what protocols
libcurl
may use in a transfer that it follows to in a
35
redirections. By default
libcurl
will allow all protocols except for FILE and
CURLOPT_SSLVERSION.3
23
.TH CURLOPT_SSLVERSION 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
62
/* ask
libcurl
to use TLS version 1.0 or later */
71
vary depending on which backend
libcurl
has been built to use.
CURLOPT_TIMEOUT.3
23
.TH CURLOPT_TIMEOUT 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
32
seconds that you allow the
libcurl
transfer operation to take. Normally, name
35
libcurl
to use the SIGALRM signal to timeout system calls.
/external/curl/packages/vms/
readme
38
the
libcurl
shared image. The setup_gnv_curl_build.com
54
build_libcurl_pc.com Procedure to create a
libcurl
.pc file.
76
GNV and how to build the
libcurl
shared image and
83
libcurl
shared image and to set up the needed
110
libcurl
shared image.
112
gnv_link_curl.com Links the
libcurl
shared image and then links a curl
113
image to use the
libcurl
.
135
This generates the PCSI kit after the
libcurl
142
enough for building a shared
libcurl
image.
172
the GNV tool kit, building a shared
libcurl
, and producting a PCSI kit fo
[
all
...]
stage_curl_install.com
11
$! [usr.lib]gnv$
libcurl
.exe
22
$! [usr.lib.pkgconfig]
libcurl
.pc
26
$! [usr.share.man.man3]
libcurl
*.3
65
$! If we are staging files, make sure that the
libcurl
.pc and curl-config
69
$ if f$search("[--]
libcurl
.pc") .eqs. ""
120
$ copy sys$disk:[]gnv$
libcurl
.exe 'new_gnu'[usr.lib]gnv$
libcurl
.exe/prot=w:re
151
$ copy [--]
libcurl
.pc 'new_gnu'[usr.lib.pkgconfig]
libcurl
.pc
156
$ copy [--.docs.
libcurl
]*.3
[
all
...]
/external/curl/tests/data/
test86
72
User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu)
libcurl
/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
77
User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu)
libcurl
/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
82
User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu)
libcurl
/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
/external/curl/tests/libtest/
CMakeLists.txt
16
target_link_libraries( ${TEST_NAME}
libcurl
${CURL_LIBS})
48
# # files used only in some
libcurl
test programs
54
# # These are all
libcurl
test programs
/external/curl/tests/server/
Makefile.am
31
# $(top_srcdir)/include is for
libcurl
's external include files
32
# $(top_builddir)/lib is for
libcurl
's generated lib/curl_config.h file
33
# $(top_srcdir)/lib for
libcurl
's lib/curl_setup.h and other "borrowed" files
/external/curl/tests/unit/
Makefile.am
31
# $(top_srcdir)/include is for
libcurl
's external include files
32
# $(top_builddir)/lib is for
libcurl
's generated lib/curl_config.h file
33
# $(top_srcdir)/lib for
libcurl
's lib/curl_setup.h and other "borrowed" files
/external/google-breakpad/src/third_party/curl/
curlver.h
26
/* This header file contains nothing but
libcurl
version info, generated by
32
/* This is the version number of the
libcurl
package from which this header
42
/* This is the numeric version of the
libcurl
version number, meant for easier
Completed in 240 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>