Searched refs:H (Results 1 – 25 of 101) sorted by relevance
12345
/curl/lib/ |
H A D | curl_sha512_256.c | 470 curl_uint64_t a = H[0]; in MHDx_sha512_256_transform() 471 curl_uint64_t b = H[1]; in MHDx_sha512_256_transform() 472 curl_uint64_t c = H[2]; in MHDx_sha512_256_transform() 611 H[0] += a; in MHDx_sha512_256_transform() 612 H[1] += b; in MHDx_sha512_256_transform() 613 H[2] += c; in MHDx_sha512_256_transform() 614 H[3] += d; in MHDx_sha512_256_transform() 615 H[4] += e; in MHDx_sha512_256_transform() 616 H[5] += f; in MHDx_sha512_256_transform() 617 H[6] += g; in MHDx_sha512_256_transform() [all …]
|
/curl/tests/data/ |
H A D | test4 | 33 …H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:"…
|
H A D | test1121 | 30 -H "Host: host1" -H "Host: host2" -H "Host: host3" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test647 | 28 …H "Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)" -H "From: Fred Foobar <foobar@example.com>" -H "To:…
|
H A D | test1157 | 6 -H 36 Get -H headers from empty file 41 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H @%LOGDIR/heads%TESTNUMBER.txt
|
H A D | test1147 | 6 -H 36 Get -H headers from a file 49 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H @%LOGDIR/heads%TESTNUMBER.txt
|
H A D | test1292 | 33 -H "Host;" -H "Accept;" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test1180 | 31 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 D | test2045 | 42 -H "User-Agent:" -H "Host:" -H "Accept:" --proto-default ftp %HOSTIP:%FTPPORT
|
H A D | test98 | 32 -T - -H "Transfer-Encoding:" -H "Content-Length: 14" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test649 | 33 …d;encoder=7bit' -F "=@%LOGDIR/test%TESTNUMBER.txt;encoder=7bit" -H "From: different" -H "To: anoth…
|
H A D | test1976 | 34 -X PUT -H "X-Amz-Meta-Test-Two: test2" -H "x-amz-meta-test: test" --aws-sigv4 "aws:amz:us-east-1:s3…
|
H A D | test646 | 33 …est%TESTNUMBER.txt;headers=<%LOGDIR/headers%TESTNUMBER" -H "From: different" -H "To: another" -H "…
|
H A D | test898 | 70 -x http://%HOSTIP:%HTTPPORT http://firsthost.com -L -H "Authorization: Basic am9lOnNlY3JldA==" -H "…
|
H A D | test648 | 33 …ed-printable' -F "=@%LOGDIR/test%TESTNUMBER.txt;encoder=base64" -H "From: different" -H "To: anoth…
|
H A D | test1184 | 49 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 D | test461 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -H host:
|
H A D | test1563 | 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -L -H "Host: www.example.com"
|
/curl/tests/ |
H A D | test1477.pl | 46 open H, "<$file"; 48 while(<H>) { 61 close(H); 66 open H, "<$file"; 68 while(<H>) { 76 close(H);
|
H A D | test1135.pl | 77 open H, "<$f" || die; 79 while(<H>) { 105 close H;
|
H A D | test1167.pl | 124 open H, "<$f"; 125 while(<H>) { 136 close H;
|
H A D | azure.pm | 109 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 D | header.md | 5 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 D | delta | 64 open(H, "$f"); 66 while(<H>) { 71 close(H);
|
/curl/tests/certs/ |
H A D | stunnel-sv.pubkey-pinned | 1 LpY019g4f7/9H+Q+AwdGYQsvwIj2JzM6m1jlyyJK1ro=
|
Completed in 21 milliseconds
12345