Searched refs:S (Results 1 – 25 of 26) sorted by relevance
12
/curl/lib/ |
H A D | sha256.c | 353 unsigned long S[8], W[64]; in sha256_compress() local 358 S[i] = md->state[i]; in sha256_compress() 380 RND(S[0], S[1], S[2], S[3], S[4], S[5], S[6], S[7], i); in sha256_compress() 381 t = S[7]; S[7] = S[6]; S[6] = S[5]; S[5] = S[4]; in sha256_compress() 382 S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; in sha256_compress() 387 md->state[i] = md->state[i] + S[i]; in sha256_compress()
|
/curl/tests/ |
H A D | test1165.pl | 47 open S, "<$f"; 48 while(<S>) { 54 close S; 70 open S, "<$f"; 71 while(<S>) { 79 close S;
|
H A D | ech_tests.sh | 127 /bin/date -u +%Y%m%d-%H%M%S
|
/curl/docs/examples/ |
H A D | version-check.pl | 41 open(S, "<../libcurl/symbols-in-versions") || die; 45 while(<S>) { 61 close(S);
|
/curl/docs/ |
H A D | THANKS-filter | 41 s/^Moonesamy$/S. Moonesamy/ 44 s/Sebastien Willemijns/Sébastien Willemijns/ 51 s/Nach M. S$/Nach M. S./ 60 s/Paras S\z/Paras Sethia/ 82 s/Paras S$/Paras Sethia/ 102 s/Henrik S. Gaßmann$/Henrik Gaßmann/ 121 s/Jason Priebe/Jason S. Priebe/ 139 s/Randall$/Randall S. Becker/
|
H A D | options-in-versions | 218 --show-error (-S) 5.9
|
H A D | THANKS | 297 Balaji S Rao 733 Deniz Sökmen 787 Dmitry S. Baikov 906 Eric S. Raymond 1326 Jason S. Priebe 2129 Nach M. S. 2462 Ralf S. Engelschall 2473 Randall S. Becker 2654 S. Moonesamy 2893 Sébastien Helleu [all …]
|
/curl/docs/cmdline-opts/ |
H A D | show-error.md | 5 Short: S
|
H A D | ftp-method.md | 21 Control what method curl should use to reach a file on an FTP(S)
|
H A D | upload-file.md | 42 If this option is used with an HTTP(S) URL, the PUT method is used.
|
H A D | version.md | 40 Support for automatic brotli compression over HTTP(S).
|
H A D | write-out.md | 100 The numerical response code that was found in the last retrieved HTTP(S) or
|
/curl/tests/data/ |
H A D | test576 | 98 Permissions: --S--S--t (parsed => 7001)
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_POSTQUOTE.md | 18 CURLOPT_POSTQUOTE - (S)FTP commands to run after the transfer
|
H A D | CURLOPT_NOBODY.md | 33 output when doing what would otherwise be a download. For HTTP(S), this makes
|
H A D | CURLOPT_FTP_FILEMETHOD.md | 31 FTP(S) server.
|
H A D | CURLOPT_PRE_PROXY.md | 39 HTTP(S) proxy specified in the CURLOPT_PROXY(3) option. The pre proxy
|
H A D | CURLOPT_AWS_SIGV4.md | 31 Provides AWS V4 signature authentication on HTTP(S) header.
|
H A D | CURLOPT_QUOTE.md | 20 CURLOPT_QUOTE - (S)FTP commands to run before transfer
|
/curl/scripts/ |
H A D | mk-ca-bundle.pl | 506 my $t = Time::Piece->strptime($stamp, "%a %b %d %H:%M:%S %Y");
|
/curl/docs/libcurl/ |
H A D | libcurl-ws.md | 36 upgrading a regular HTTP(S) GET request to a WebSocket connection.
|
H A D | curl_easy_header.md | 129 setup a transfer "through" an HTTP(S) proxy.
|
H A D | curl_mprintf.md | 169 string for **s** and **S** conversions.
|
/curl/ |
H A D | .mailmap | 43 Henrik S. Gaßmann <henrik@gassmann.onl>
|
/curl/packages/OS400/ |
H A D | README.OS400 | 320 _ The EBCDIC CCSID used by QADRT is 37 by default, NOT THE JOB'S CCSID. If
|
Completed in 56 milliseconds
12