OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libcurl
(Results
226 - 250
of
853
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/packages/OS400/
README.OS400
7
The biggest problem with OS/400 is EBCDIC.
Libcurl
implements an internal
13
used in
libcurl
strings. As a consequence, using the existing conversion
16
For this reason, and because
libcurl
was originally designed for ASCII based
21
This then results in
libcurl
being an ASCII library: any function string
23
QADRT may use
libcurl
functions as on any other platform.
26
some more of them, that are used by
libcurl
and that QADRT left out.
28
procedures have been added to
libcurl
on OS/400: they provide an additional
36
types are also forbidden.
Libcurl
uses enums as vararg procedure tagfields...
37
Happily, there is a pragma forcing enums to type "int". The original
libcurl
39
order to force
libcurl
enums of being type int (the pragma disposition in us
[
all
...]
/external/curl/
CHANGES.0
9
Changes done to curl and
libcurl
from 1997 to 2010, edited manually. The most
19
libcurl
and OpenSSL. "I tracked it down to uncleared error state on the
30
allow building an OpenLDAP enabled
libcurl
supporting back to Windows 95.
46
- Added missing new
libcurl
files to non-configure targets. Adjusted
47
libcurl
standard internal header inclusions in new files. Fixed an
53
timeouts and timers. It boiled down to a problem with
libcurl
's use of
57
It made his app call the socket API timeout function a bit _before_
libcurl
64
We address this problem by simply having
libcurl
treat timers that already
85
in general being a better
libcurl
citizen. If a new enough OpenLDAP version
92
libcurl
used invalid timeout values (300 by default while the RFC allow
[
all
...]
.gitignore
28
libcurl
.pc
/external/curl/docs/examples/
adddocsref.pl
5
my $docroot="http://curl.haxx.se/
libcurl
/c";
externalsocket.c
24
* socket to
libcurl
to use. This example also handles the connect itself.
79
/* This return code was added in
libcurl
7.21.5 */
103
* Note that
libcurl
will internally think that you connect to the host
148
printf("
libcurl
error: %d\n", res);
progressfunc.c
62
/* for
libcurl
older than 7.32.0 (CURLOPT_PROGRESSFUNCTION) */
93
/* xferinfo was introduced in 7.32.0, no earlier
libcurl
versions will
96
If built with a newer
libcurl
, but running with an older
libcurl
:
/external/curl/docs/libcurl/
curl_easy_perform.3
22
.TH curl_easy_perform 3 "5 Mar 2001" "
libcurl
7.7" "
libcurl
Manual"
42
even encouraged to do so.
libcurl
will then attempt to re-use the same
74
.BR
libcurl
-errors "(3), "
curl_easy_recv.3
23
.TH curl_easy_recv 3 "29 April 2008" "
libcurl
7.18.2" "
libcurl
Manual"
35
libcurl
. This functionality can be particularly useful if you use proxies
36
and/or SSL encryption:
libcurl
will take care of proxy negotiation and
/external/curl/docs/libcurl/opts/
CURLOPT_OPENSOCKETFUNCTION.3
23
.TH CURLOPT_OPENSOCKETFUNCTION 3 "16 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
53
This callback function gets called by
libcurl
instead of the \fIsocket(2)\fP
57
when doing active FTP. Future versions of
libcurl
may support more
69
function will signal an unrecoverable error to
libcurl
and it will return
CURLOPT_PROXY.3
23
.TH CURLOPT_PROXY 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
37
option \fICURLOPT_PROXYPORT(3)\fP. If not specified,
libcurl
will default to
50
When you tell the library to use a HTTP proxy,
libcurl
will transparently
57
libcurl
respects the environment variables \fBhttp_proxy\fP, \fBftp_proxy\fP,
CURLOPT_RESOLVE.3
23
.TH CURLOPT_RESOLVE 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
40
HOST:PORT:ADDRESS where HOST is the name
libcurl
will try to resolve, PORT is
41
the port number of the service where
libcurl
wants to connect to the HOST and
42
ADDRESS is the numerical IP address. If
libcurl
is built to support IPv6,
CURLOPT_SSL_CTX_FUNCTION.3
23
.TH CURLOPT_SSL_CTX_FUNCTION 3 "19 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
35
This option only works for
libcurl
powered by OpenSSL or wolfSSL/CyaSSL. If
36
libcurl
was built against another SSL library this functionality is absent.
41
This callback function gets called by
libcurl
just before the initialization
CURLOPT_USERPWD.3
23
.TH CURLOPT_USERPWD 3 "17 Jun 2014" "
libcurl
7.37.0" "curl_easy_setopt options"
50
When using HTTP and \fICURLOPT_FOLLOWLOCATION(3)\fP,
libcurl
might perform
51
several requests to possibly different hosts.
libcurl
will only send this user
53
\fICURLOPT_UNRESTRICTED_AUTH(3)\fP is set), so if
libcurl
follows locations to
/external/curl/lib/
Makefile.vc6
30
# Makefile for building
libcurl
with MSVC6
52
# Verify that current subdir is
libcurl
's 'lib'
56
! MESSAGE Can not process this makefile from outside of
libcurl
's 'lib' subdirectory.
57
! MESSAGE Change to
libcurl
's 'lib' subdirectory, and try again.
62
# Makefile.msvc.names provides
libcurl
file names
281
RESOURCE = $(DIROBJ)\
libcurl
.res
294
RESOURCE = $(DIROBJ)\
libcurl
.res
307
RESOURCE = $(DIROBJ)\
libcurl
.res
321
RESOURCE = $(DIROBJ)\
libcurl
.res
432
RESOURCE = $(DIROBJ)\
libcurl
.res
[
all
...]
/external/curl/packages/Symbian/group/
curl.pkg
18
@"
libcurl
.sis",(0xF0206D00)
/external/curl/src/
tool_libinfo.h
26
/* global variable declarations, for
libcurl
run-time info */
/external/curl/tests/data/
test14
38
User-Agent: curl/7.4.2-pre4 (sparc-sun-solaris2.7)
libcurl
7.4.2-pre4
test1401
9
--
libcurl
32
--
libcurl
for GET with various options
35
http://%HOSTIP:%HTTPPORT/we/want/1401 --
libcurl
log/test1401.c --basic -u fake:user -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,file"
64
* http://curl.haxx.se/
libcurl
/c/curl_easy_setopt.html
test1405
8
--
libcurl
33
--
libcurl
for FTP with quote ops
36
ftp://%HOSTIP:%FTPPORT/1405 -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FAIL" -Q "+*FAIL HARD" --
libcurl
log/test1405.c
61
* http://curl.haxx.se/
libcurl
/c/curl_easy_setopt.html
test151
42
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
test1515
45
caching of manual
libcurl
DNS entries after DNS cache timeout
test1516
45
caching of manual
libcurl
DNS entries after dead connection
test22
40
User-Agent: curl/7.4.2 (sparc-sun-solaris2.7)
libcurl
7.4.2 (SSL 0.9.6)
test26
39
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
test274
42
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7)
libcurl
7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
Completed in 172 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>