Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 96) sorted by relevance

1234

/curl/lib/
H A Dcurl_sha512_256.c464 curl_uint64_t a = H[0]; in MHDx_sha512_256_transform()
465 curl_uint64_t b = H[1]; in MHDx_sha512_256_transform()
466 curl_uint64_t c = H[2]; in MHDx_sha512_256_transform()
605 H[0] += a; in MHDx_sha512_256_transform()
606 H[1] += b; in MHDx_sha512_256_transform()
607 H[2] += c; in MHDx_sha512_256_transform()
608 H[3] += d; in MHDx_sha512_256_transform()
609 H[4] += e; in MHDx_sha512_256_transform()
610 H[5] += f; in MHDx_sha512_256_transform()
611 H[6] += g; in MHDx_sha512_256_transform()
[all …]
/curl/tests/data/
H A Dtest433H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:"…
H A Dtest112130 -H "Host: host1" -H "Host: host2" -H "Host: host3" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest64728H "Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)" -H "From: Fred Foobar <foobar@example.com>" -H "To:…
H A Dtest11576 -H
36 Get -H headers from empty file
41 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H @%LOGDIR/heads%TESTNUMBER.txt
H A Dtest11476 -H
36 Get -H headers from a file
49 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H @%LOGDIR/heads%TESTNUMBER.txt
H A Dtest129233 -H "Host;" -H "Accept;" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest118031 HTTP GET request with proxy and -H "Proxy-Connection: keep-alive"
34 --proxy http://%HOSTIP:%HTTPPORT -H "Proxy-Connection: Keep-Alive" http://%HOSTIP:%HTTPPORT/%TESTNU…
H A Dtest204542 -H "User-Agent:" -H "Host:" -H "Accept:" --proto-default ftp %HOSTIP:%FTPPORT
H A Dtest9832 -T - -H "Transfer-Encoding:" -H "Content-Length: 14" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest64933 …d;encoder=7bit' -F "=@%LOGDIR/test%TESTNUMBER.txt;encoder=7bit" -H "From: different" -H "To: anoth…
H A Dtest64633 …est%TESTNUMBER.txt;headers=<%LOGDIR/headers%TESTNUMBER" -H "From: different" -H "To: another" -H "…
H A Dtest89870 -x http://%HOSTIP:%HTTPPORT http://firsthost.com -L -H "Authorization: Basic am9lOnNlY3JldA==" -H "…
H A Dtest64833 …ed-printable' -F "=@%LOGDIR/test%TESTNUMBER.txt;encoder=base64" -H "From: different" -H "To: anoth…
H A Dtest118449 HTTP 1.1 CONNECT with redirect and set -H user-agent
52 -x %HOSTIP:%PROXYPORT -p http://%HOSTIP.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -L -H "…
H A Dtest46134 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H host:
H A Dtest156332 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -L -H "Host: www.example.com"
H A Dtest9732 -d "hejsanallabarn" -H "Content-Type: silly/type" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
/curl/tests/
H A Dtest1477.pl46 open H, "<$file";
48 while(<H>) {
61 close(H);
66 open H, "<$file";
68 while(<H>) {
76 close(H);
H A Dtest1135.pl77 open H, "<$f" || die;
79 while(<H>) {
105 close H;
H A Dtest1167.pl124 open H, "<$f";
125 while(<H>) {
136 close H;
H A Dazure.pm109 my $azure_start = strftime "%Y-%m-%dT%H:%M:%SZ", gmtime $start;
110 my $azure_complete = strftime "%Y-%m-%dT%H:%M:%SZ", gmtime $stop;
/curl/docs/cmdline-opts/
H A Dheader.md5 Short: H
16 - -H "X-First-Name: Joe" $URL
17 - -H "User-Agent: yes-please/2000" $URL
18 - -H "Host:" $URL
19 - -H @headers.txt $URL
37 the right side of the colon, as in: -H `Host:`. If you send the custom header
38 with no-value then its header must be terminated with a semicolon, such as -H
/curl/scripts/
H A Ddelta64 open(H, "$f");
66 while(<H>) {
71 close(H);
/curl/tests/certs/
H A Dstunnel-sv.pubkey-pinned1 LpY019g4f7/9H+Q+AwdGYQsvwIj2JzM6m1jlyyJK1ro=

Completed in 38 milliseconds

1234