OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Curl
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
tsget.in
14
use WWW::
Curl
::Easy;
39
# Initialise a new
Curl
object.
43
# Create
Curl
object.
44
my $
curl
= WWW::
Curl
::Easy::new();
47
$
curl
->setopt(CURLOPT_VERBOSE, 1) if $options{d};
48
$
curl
->setopt(CURLOPT_FAILONERROR, 1);
49
$
curl
->setopt(CURLOPT_USERAGENT,
53
$
curl
->setopt(CURLOPT_UPLOAD, 1);
54
$
curl
->setopt(CURLOPT_CUSTOMREQUEST, "POST")
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
tsget.in
14
use WWW::
Curl
::Easy;
39
# Initialise a new
Curl
object.
43
# Create
Curl
object.
44
my $
curl
= WWW::
Curl
::Easy::new();
47
$
curl
->setopt(CURLOPT_VERBOSE, 1) if $options{d};
48
$
curl
->setopt(CURLOPT_FAILONERROR, 1);
49
$
curl
->setopt(CURLOPT_USERAGENT,
53
$
curl
->setopt(CURLOPT_UPLOAD, 1);
54
$
curl
->setopt(CURLOPT_CUSTOMREQUEST, "POST")
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
tsget.in
14
use WWW::
Curl
::Easy;
39
# Initialise a new
Curl
object.
43
# Create
Curl
object.
44
my $
curl
= WWW::
Curl
::Easy::new();
47
$
curl
->setopt(CURLOPT_VERBOSE, 1) if $options{d};
48
$
curl
->setopt(CURLOPT_FAILONERROR, 1);
49
$
curl
->setopt(CURLOPT_USERAGENT,
53
$
curl
->setopt(CURLOPT_UPLOAD, 1);
54
$
curl
->setopt(CURLOPT_CUSTOMREQUEST, "POST")
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d
4
Networking client functionality as provided by $(HTTP
curl
.haxx.se/libcurl,
26
You may need to link to the $(B
curl
) library, e.g. by adding $(D "libs": ["
curl
"])
99
import std.net.
curl
, std.stdio;
125
import std.net.
curl
, std.stdio;
144
Source: $(PHOBOSSRC std/net/
curl
.d)
150
Credits: The functionally is based on $(HTTP
curl
.haxx.se/libcurl, libcurl).
159
module std.net.
curl
;
161
public import etc.c.
curl
: CurlOption;
163
import etc.c.
curl
: CURLcode
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026